Better identifier and logging for runtime upgrades (#8123)
* A clean new attempt * Checkpoint to move remote. * A lot of dependency wiring to make it feature gated. * bad macro, bad macro. * Undo the DB mess. * Update frame/support/src/traits.rs Co-authored-by:Alexander Popiak <alexander.popiak@parity.io> * Apply suggestions from code review Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * unbreak the build * Better logging and ids for migrations * Fix doc. * Test * Update frame/try-runtime/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update utils/frame/try-runtime/cli/Cargo.toml Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update frame/try-runtime/Cargo.toml Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> * Address most review grumbles. * Fix build * Add some comments * Remove allowing one pallet at a time. * Rework the PR * nit * Slightly better error handling. * Remove files * Update utils/frame/remote-externalities/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/support/src/dispatch.rs * Update frame/support/src/dispatch.rs * Fix test * Make extension trait. * Bring back try-runtime/std * remove bincode * Remove warning * Change test features Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Showing
- substrate/Cargo.lock 2 additions, 2 deletionssubstrate/Cargo.lock
- substrate/bin/node/cli/src/command.rs 1 addition, 1 deletionsubstrate/bin/node/cli/src/command.rs
- substrate/frame/support/procedural/src/lib.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/src/dispatch.rs 72 additions, 38 deletionssubstrate/frame/support/src/dispatch.rs
- substrate/frame/support/src/lib.rs 3 additions, 0 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/src/traits.rs 48 additions, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/primitives/storage/src/lib.rs 2 additions, 2 deletionssubstrate/primitives/storage/src/lib.rs
- substrate/utils/frame/remote-externalities/Cargo.toml 2 additions, 2 deletionssubstrate/utils/frame/remote-externalities/Cargo.toml
- substrate/utils/frame/remote-externalities/proxy_test 0 additions, 0 deletionssubstrate/utils/frame/remote-externalities/proxy_test
- substrate/utils/frame/remote-externalities/src/lib.rs 62 additions, 61 deletionssubstrate/utils/frame/remote-externalities/src/lib.rs
- substrate/utils/frame/try-runtime/cli/src/lib.rs 1 addition, 1 deletionsubstrate/utils/frame/try-runtime/cli/src/lib.rs
Please register or sign in to comment