Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consensus migration stage 1: Enable Nimbus-Aura #582

Merged
merged 209 commits into from
Aug 9, 2022
Merged

Commits on May 20, 2022

  1. Inital refactor, does not compile

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d94af2a View commit details
    Browse the repository at this point in the history
  2. Inital refactor, does not compile

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5e593b6 View commit details
    Browse the repository at this point in the history
  3. Inital refactor, does not compile

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 20, 2022
    Configuration menu
    Copy the full SHA
    cddf592 View commit details
    Browse the repository at this point in the history
  4. Compiles

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 20, 2022
    Configuration menu
    Copy the full SHA
    14b45a7 View commit details
    Browse the repository at this point in the history
  5. Should work

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 20, 2022
    Configuration menu
    Copy the full SHA
    3dd1a7d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. AssetId and u32 thing

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    1cb4856 View commit details
    Browse the repository at this point in the history
  2. Works with concrete Balance and AssetId

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    24ebc04 View commit details
    Browse the repository at this point in the history
  3. Works with concrete Balance and AssetId

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    a5b9d33 View commit details
    Browse the repository at this point in the history
  4. Simplify and error handling

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    43e42c7 View commit details
    Browse the repository at this point in the history
  5. Names

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    7987395 View commit details
    Browse the repository at this point in the history
  6. Names

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    7db7e6f View commit details
    Browse the repository at this point in the history
  7. Use new struct for AssetTransactor

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 21, 2022
    Configuration menu
    Copy the full SHA
    898f7a1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Clean up

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 22, 2022
    Configuration menu
    Copy the full SHA
    20bd1bf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Fix runtime/common/Cargo.toml

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7c93913 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Fix tests

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c9c6034 View commit details
    Browse the repository at this point in the history
  2. Clean up

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e0f3cce View commit details
    Browse the repository at this point in the history
  3. Comments

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    53abbcd View commit details
    Browse the repository at this point in the history
  4. Fix integration test

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9de2e65 View commit details
    Browse the repository at this point in the history
  5. Fix manta-pay test, changelog, more clean up

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a0c0606 View commit details
    Browse the repository at this point in the history
  6. Add trace logs in TransactAsset impl

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7d6dfe1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Equalize Barrier impl between production and xcm-mock

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 27, 2022
    Configuration menu
    Copy the full SHA
    acbe9f6 View commit details
    Browse the repository at this point in the history
  2. Rever the Barrier change to not explode the scope of the PR

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6652095 View commit details
    Browse the repository at this point in the history
  3. equalize barrier

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed May 27, 2022
    Configuration menu
    Copy the full SHA
    14b30cb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    c0b44e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Bump deps to v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    39c5d14 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Resolve merge conflicts with manta

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bc741ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd9669 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fix merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a2df0ea View commit details
    Browse the repository at this point in the history
  2. Add comments

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9e9426d View commit details
    Browse the repository at this point in the history
  3. equalize-barrier works, resolved merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    925b3ff View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Resolve merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e9c9943 View commit details
    Browse the repository at this point in the history
  2. Taplo fmt

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0412674 View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    db026b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. [no ci]Merge branch 'manta' into jamie/v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1c6dd65 View commit details
    Browse the repository at this point in the history
  2. Refactor rpc service

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3f92ea3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'manta' into jamie/v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8c13100 View commit details
    Browse the repository at this point in the history
  4. Fix fmt

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0bed1f8 View commit details
    Browse the repository at this point in the history
  5. Fix build

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e77d96b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'manta' into jamie/v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0775163 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Fix fmt and mark rpc/ws port as unsafe to fix CI test

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2d57514 View commit details
    Browse the repository at this point in the history
  2. PR comments

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d340adc View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a1da14b View commit details
    Browse the repository at this point in the history
  4. Bump rand to 0.8.5

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    201fbed View commit details
    Browse the repository at this point in the history
  5. Fix clippy

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    32ee3a9 View commit details
    Browse the repository at this point in the history
  6. Revert how assets are registered

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3717ff8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fix clippy

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    71c9b84 View commit details
    Browse the repository at this point in the history
  2. Fix build

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    136390d View commit details
    Browse the repository at this point in the history
  3. Add more barrier tests

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0287838 View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    92a6a65 View commit details
    Browse the repository at this point in the history
  5. Get rid of redundant parent exec plurality barrier

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    095613c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fix changelog

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    37fae6a View commit details
    Browse the repository at this point in the history
  2. Fix more merge conflicts in Changelog

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bb7b300 View commit details
    Browse the repository at this point in the history
  3. Cover allow death case

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    39040bc View commit details
    Browse the repository at this point in the history
  4. Cover allow death case

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b2ba2b4 View commit details
    Browse the repository at this point in the history
  5. Update comment

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d586ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fix merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9f672e9 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts with manta

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    7767133 View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    43409ba View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Changelog

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    98fe688 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. wip: Add nimbus to dolphin RT

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1461f82 View commit details
    Browse the repository at this point in the history
  2. DOL: Add nimbus session keys, add disabled Nimbus AuthorInherent pallet

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fb30d92 View commit details
    Browse the repository at this point in the history
  3. Remove license check from rustfmt (deprecated)

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    bc7b1fb View commit details
    Browse the repository at this point in the history
  4. fix messed up rebase

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    30f7ad0 View commit details
    Browse the repository at this point in the history
  5. Fix compilation

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e9b0dde View commit details
    Browse the repository at this point in the history
  6. fix rustfmt formatting

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    678ab42 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. KMA/DOL: enable nimbus and vrf keys

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9254a7b View commit details
    Browse the repository at this point in the history
  2. KMA enable new SessionKeys

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e037618 View commit details
    Browse the repository at this point in the history
  3. Update Changelog

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a448f57 View commit details
    Browse the repository at this point in the history
  4. Improve assert and add 2 more must-fail cases

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ebcafb3 View commit details
    Browse the repository at this point in the history
  5. add std feature of nimbus pallets

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7f32ef4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'manta' into jamie/v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    06a2b6a View commit details
    Browse the repository at this point in the history
  7. Add new dummy keys in integration_test

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1a7b439 View commit details
    Browse the repository at this point in the history
  8. fix includes

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    35d9a7e View commit details
    Browse the repository at this point in the history
  9. remove stale variables

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b67e9b3 View commit details
    Browse the repository at this point in the history
  10. bump transaction_version

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    71fa092 View commit details
    Browse the repository at this point in the history
  11. Revert "bump transaction_version"

    This reverts commit 71fa092.
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    44ee314 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Resolve merge conflicts with Changelog

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    978fbb8 View commit details
    Browse the repository at this point in the history
  2. Fix benchmark

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    79b5bb6 View commit details
    Browse the repository at this point in the history
  3. resolve key type problems between dolmari and manta

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    792bae7 View commit details
    Browse the repository at this point in the history
  4. remove unused includes

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4136ee4 View commit details
    Browse the repository at this point in the history
  5. derive key from aura, as it must be unique to its owner, duplicates a…

    …re not allowed => no default key exists
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4d295be View commit details
    Browse the repository at this point in the history
  6. fix formatting

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1c7b677 View commit details
    Browse the repository at this point in the history
  7. fix missing import

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9d6084c View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/manta' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    791310b View commit details
    Browse the repository at this point in the history
  9. session-keys-primitives -> session-key-primitives

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fb8d686 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    0cd1ab2 View commit details
    Browse the repository at this point in the history
  2. revert rustfmt.toml change for this PR

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    85adb36 View commit details
    Browse the repository at this point in the history
  3. minor: crate author

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f6fbe2b View commit details
    Browse the repository at this point in the history
  4. cleanups

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    50c0cbd View commit details
    Browse the repository at this point in the history
  5. Add try_runtime checks and saner migration weighing

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    309f927 View commit details
    Browse the repository at this point in the history
  6. Cargo.toml fix std feature

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    00481ca View commit details
    Browse the repository at this point in the history
  7. fix double author-inherent in mari cargo

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    be2a18d View commit details
    Browse the repository at this point in the history
  8. Resolve merge conflict with manta

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7bfc8ad View commit details
    Browse the repository at this point in the history
  9. Merge branch 'manta' into jamie/v0.9.22

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    26a20d6 View commit details
    Browse the repository at this point in the history
  10. Remove unsafe flags for ws and rpc

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0f9a34d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42faf62 View commit details
    Browse the repository at this point in the history
  12. address some review comments

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1dcc5d8 View commit details
    Browse the repository at this point in the history
  13. fix session keys crate version and license.

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    32c33c9 View commit details
    Browse the repository at this point in the history
  14. put manta and session-key primitives in a common folder

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5393f66 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/manta' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    69be7e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a526c0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    67040de View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Separate rpc implementation by runtime

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    27a0cc5 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5f23a34 View commit details
    Browse the repository at this point in the history
  3. Adapt new crates and merge remote-tracking branch 'origin/jamie/v0.9.…

    …22' into garandor/nimbus0
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5a24b9f View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/garandor/nimbus0' into garandor/…

    …nimbus0
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    47039c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Native asset should never be minted

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    458c858 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Fix test and remove unused crate

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7f4e6f9 View commit details
    Browse the repository at this point in the history
  2. Remove minting test case for native asset

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9992b64 View commit details
    Browse the repository at this point in the history
  3. Resolve merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0620229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6dbf82 View commit details
    Browse the repository at this point in the history
  5. Rename mint param

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    adf68f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. [no ci]Fix typo

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    571bee6 View commit details
    Browse the repository at this point in the history
  2. Rename will_increase_total_supply param

    Signed-off-by: Dengjianping <djptux@gmail.com>
    Dengjianping committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    986f26f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/manta' into jamie/v0.9.22

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    561eb63 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'jamie/v0.9.22' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cfc82fa View commit details
    Browse the repository at this point in the history
  5. Squashed dev history of the garandor/nimbus branch as very old commit…

    …s had no signoff
    
    commit 1b58989
    Merge: c8d01c2 cfc82fa
    Author: Adam Reif <Garandor@manta.network>
    Date:   Tue Jul 12 00:38:20 2022 -0500
    
        Merge branch 'garandor/nimbus0' into garandor/nimbus
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit c8d01c2
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jul 11 18:44:07 2022 -0500
    
        Trait fix for test
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit ef0e355
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jul 11 17:53:39 2022 -0500
    
        Update service and dolphin to build with v0.9.22
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 24ded57
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jul 11 14:08:20 2022 -0500
    
        Workaround until polkadot-v0.9.24 for paritytech/substrate#11706
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 9a64831
    Merge: 2d0bcf2 47039c7
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jul 11 13:37:57 2022 -0500
    
        Merge branch 'garandor/nimbus0' into garandor/nimbus
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 2d0bcf2
    Author: Adam Reif <Garandor@manta.network>
    Date:   Thu Jun 23 14:29:11 2022 -0500
    
        bump authoring_version
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit abc6fc9
    Author: Georgi Zlatarev <georgi.zlatarev@manta.network>
    Date:   Mon Jun 20 15:16:21 2022 +0300
    
        Compiles
    
        Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    commit b88e5c0
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 19 22:55:29 2022 -0500
    
        readd aura consensus (for manta/mari), split dolphin service into its own file
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 72bc64a
    Author: Adam Reif <Garandor@manta.network>
    Date:   Tue Jun 14 12:30:52 2022 -0500
    
        Switch nimbus deps to our vendored nimbus repo
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 8a76f11
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jun 13 07:31:01 2022 -0500
    
        Use FindAuthor from Nimbus
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit faf7f71
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 12 16:49:59 2022 -0500
    
        Add CanAuthor with default impl to calamari
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit a5ac5d7
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 12 16:41:26 2022 -0500
    
        Revert switching to upstream repos. Use local copies of all nimbus modules (deps contain deps that link to moonbeam-polkadot upstream forks and mess up compilation)
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 544c7ab
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 12 14:34:29 2022 -0500
    
        fix deps
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit a9aabc3
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 12 14:32:09 2022 -0500
    
        Remove leftover references to aura
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 2399524
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 12 14:19:43 2022 -0500
    
        Implement CanAuthor on collator_selection
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit f79a452
    Author: Adam Reif <Garandor@manta.network>
    Date:   Thu Jun 9 00:18:35 2022 -0500
    
        remove aura pallets from dolphin RT cargo
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit be737c3
    Author: Adam Reif <Garandor@manta.network>
    Date:   Thu Jun 9 00:08:09 2022 -0500
    
        Use purestake nimbus pallets instead of forking them
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 0fc6997
    Author: Adam Reif <Garandor@manta.network>
    Date:   Wed Jun 8 23:57:28 2022 -0500
    
        Remove mentions of AuraId and aura-cumulus from node
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit 79a2d6f
    Author: Adam Reif <Garandor@manta.network>
    Date:   Wed Jun 8 23:55:59 2022 -0500
    
        remove capability of running an InstantSeal local chain via CLI. All our runtimes are parachains.
    
        If it breaks something like try_runtime, I'll readd it later
    
        Signed-off-by: Adam Reif <Garandor@manta.network>
    
    commit d35cc6d
    Author: Adam Reif <Garandor@manta.network>
    Date:   Wed Jun 8 17:47:25 2022 -0500
    
        remove (until phbase 3) unused author-slot-filter
    
    commit a0a9e5c
    Author: Adam Reif <Garandor@manta.network>
    Date:   Mon Jun 6 03:36:49 2022 -0500
    
        partial runtime and client implementation
    
    commit 5145e2a
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 5 21:43:02 2022 -0500
    
        cargo.lock
    
    commit e032c07
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 5 21:41:09 2022 -0500
    
        Add aura-style-filter from same commit
    
    commit f3e32b2
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 5 21:37:08 2022 -0500
    
        Adapt deps to use mainline parity repos
    
    commit 33b61ca
    Author: Adam Reif <Garandor@manta.network>
    Date:   Sun Jun 5 21:35:26 2022 -0500
    
        Copy in nimbus consensus and pallets from pureStake/nimbus commit aad7cef98e429eb4dcdbd88c0601223e4ab806a2 (HEAD, origin/moonbeam-polkadot-v0.9.18
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8699c7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0772d01 View commit details
    Browse the repository at this point in the history
  7. Workaround until polkadot-v0.9.24 for paritytech/substrate#11706

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fb5fe47 View commit details
    Browse the repository at this point in the history
  8. Pin 07-10 rust nightly in CI

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ede269b View commit details
    Browse the repository at this point in the history
  9. align rust toolchain install sequence with parity docs

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6d76d2b View commit details
    Browse the repository at this point in the history
  10. try the rustup +nightly syntax

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fa11e79 View commit details
    Browse the repository at this point in the history
  11. pin nightly to 2022-06-02

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    250662f View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c6dc913 View commit details
    Browse the repository at this point in the history
  13. revert rust stable to 1.61.0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d86c5aa View commit details
    Browse the repository at this point in the history
  14. test with WASM_BUILD_TOOLCHAIN env

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e999a48 View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c18b7a8 View commit details
    Browse the repository at this point in the history
  16. try RUSTC_BOOTSTRAP

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    42581c0 View commit details
    Browse the repository at this point in the history
  17. add wasm target to stable

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4ce64ac View commit details
    Browse the repository at this point in the history
  18. descructure in param instead of body

    Co-authored-by: Brandon H. Gomes <bhgomes@pm.me>
    
    Signed-off-by: Adam Reif <garandor@manta.network>
    Adam Reif authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    298bf97 View commit details
    Browse the repository at this point in the history
  19. Fix CI workflows by adding RUSTC_BOOTSTRAP=1 flag

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    736bd8c View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'origin/jamie/v0.9.22' into garandor/nim…

    …bus0
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ba4cd13 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'garandor/fix-ci' into jamie/v0.9.22

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    809f203 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'jamie/v0.9.22' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4778a28 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix merge conflicts

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    27e4605 View commit details
    Browse the repository at this point in the history
  2. Clippy

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    df4ef5d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'manta' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    03774ff View commit details
    Browse the repository at this point in the history
  4. Merge branch 'manta' into garandor/v22-workaround

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5667bca View commit details
    Browse the repository at this point in the history
  5. Merge branch 'garandor/v22-workaround' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    bec9000 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'manta' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4e8ac9a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'manta' into ghzlatarev/equalize-barrier

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e2e091f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'ghzlatarev/equalize-barrier' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4ad7693 View commit details
    Browse the repository at this point in the history
  9. update changelog

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a597185 View commit details
    Browse the repository at this point in the history
  10. reexport aura/nimbus/vrf pubkeys & rename dummy converters

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    47ba0ee View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/manta' into garandor/nimbus0

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    fad95fb View commit details
    Browse the repository at this point in the history
  12. use reexported AuraId

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b6348b3 View commit details
    Browse the repository at this point in the history
  13. fix merge issue

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    040c72f View commit details
    Browse the repository at this point in the history
  14. fix merge issue

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    fc35387 View commit details
    Browse the repository at this point in the history
  15. fixup

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b30d3fd View commit details
    Browse the repository at this point in the history
  16. Merge branch 'manta' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    162d199 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'garandor/nimbus0' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7205118 View commit details
    Browse the repository at this point in the history
  18. Update mentions of auraId and nimbusId

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d75b744 View commit details
    Browse the repository at this point in the history
  19. minor: use reexported AuraId

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a9cac35 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'garandor/nimbus0' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2c1ff5f View commit details
    Browse the repository at this point in the history
  21. fix compilation

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    74c2e98 View commit details
    Browse the repository at this point in the history
  22. fix compilation

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3eb098d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Revert errneous Cargo.lock update in 03774ff. Fixes the disabled logg…

    …ing problem
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e2845c8 View commit details
    Browse the repository at this point in the history
  2. Workaround taplo-cli compilation crash by pinning to previous rustup …

    …ightly
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3b83e2d View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b0a76ec View commit details
    Browse the repository at this point in the history
  4. rename checker function

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ee06a26 View commit details
    Browse the repository at this point in the history
  5. rename checker function

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    80f4a15 View commit details
    Browse the repository at this point in the history
  6. Commit Cargo.lock

    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    ghzlatarev committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c2c3b7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aef9983 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/garandor/nimbus0' into garandor/…

    …nimbus
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8197594 View commit details
    Browse the repository at this point in the history
  9. cargo.lock change

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a39a9a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Achieve block production/finalization. Implemented AccountLookup and Get

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    da22562 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'manta' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b826223 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge remote-tracking branch 'origin/manta' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c6119e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix nimbus block production at session boundaries

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    cf046d9 View commit details
    Browse the repository at this point in the history
  2. minor clippy

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    adc41a8 View commit details
    Browse the repository at this point in the history
  3. exclude target dir from taplo format check

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    805b8fa View commit details
    Browse the repository at this point in the history
  4. clippy 1

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    eb3f5b0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'garandor/taplo2' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    cee388b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge manta, adapt nimbus service to WasmExecutor

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    717533c View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8a28543 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/manta' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3ed5218 View commit details
    Browse the repository at this point in the history
  4. Update to v0.9.26

    Merge remote-tracking branch 'origin/manta' into garandor/nimbus
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d3c9648 View commit details
    Browse the repository at this point in the history
  5. Move EligibleAuthors Get impl to manta_collator_selection

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d69657e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Move LookupAccount to manta_collator_selection

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6499281 View commit details
    Browse the repository at this point in the history
  2. Enable nimbus runtime-benchmarking

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    944a6cc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Enable nimbus on calamari

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e387910 View commit details
    Browse the repository at this point in the history
  2. align RTs, remove comments

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a5893ce View commit details
    Browse the repository at this point in the history
  3. toss unused InstantSeal node

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    99885f7 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f627af5 View commit details
    Browse the repository at this point in the history
  5. format

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8302ada View commit details
    Browse the repository at this point in the history
  6. nit commented code

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e5df35a View commit details
    Browse the repository at this point in the history
  7. move service_nimbus to service.rs to make a clearer diff

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    548328c View commit details
    Browse the repository at this point in the history
  8. minimize diff

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    25d3558 View commit details
    Browse the repository at this point in the history
  9. cleanup

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6a1e851 View commit details
    Browse the repository at this point in the history
  10. remove left over option to run in non-parachain mode

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    be20f51 View commit details
    Browse the repository at this point in the history
  11. remove System::initialize as we do not depend on randomness

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6afb884 View commit details
    Browse the repository at this point in the history
  12. add author_inherent to benchmark workflow

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    7c2f820 View commit details
    Browse the repository at this point in the history
  13. fix clippy

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4c83e6c View commit details
    Browse the repository at this point in the history
  14. Adapt integration test to missing AuraExt

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c59950c View commit details
    Browse the repository at this point in the history
  15. fix sequencing comment

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    329b22b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Revert "remove System::initialize as we do not depend on randomness"

    This reverts commit 6afb884.
    Adam Reif authored and Adam Reif committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bbabf0d View commit details
    Browse the repository at this point in the history
  2. fix block time collection from rococo relaychain validator

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2314953 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. impl benchmark-only get_authors fn, used default impl before

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    39ec8d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Fix block header seal calamari integration test

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0f605f3 View commit details
    Browse the repository at this point in the history
  2. add nimbus pallets to index/prefix test

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0f76308 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/manta' into garandor/nimbus

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    aaeb841 View commit details
    Browse the repository at this point in the history
  4. fix migrate code clippy unused

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ed81579 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Fix author-inherent benchmark

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f702cc4 View commit details
    Browse the repository at this point in the history
  2. add benchmark execution to dolphin generate weights workflow

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3080070 View commit details
    Browse the repository at this point in the history
  3. remove default-features=false from node

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0ada281 View commit details
    Browse the repository at this point in the history
  4. update benchmarked weights for author_inherent ( and patch nimbus )

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    95d2fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    17b81d7 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0dcf6a7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/garandor/nimbus' into garandor/n…

    …imbus
    
    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    822c3be View commit details
    Browse the repository at this point in the history