Impl integrity test for runtime (#6356)
* impl integrity test for runtime * Update frame/support/src/traits.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * use thread local * update doc * Apply suggestions from code review Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Gavin Wood <gavin@parity.io>
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/frame/support/procedural/src/construct_runtime/mod.rs 17 additions, 0 deletions...ate/frame/support/procedural/src/construct_runtime/mod.rs
- substrate/frame/support/src/dispatch.rs 125 additions, 4 deletionssubstrate/frame/support/src/dispatch.rs
- substrate/frame/support/src/traits.rs 11 additions, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/support/test/Cargo.toml 2 additions, 0 deletionssubstrate/frame/support/test/Cargo.toml
- substrate/frame/support/test/tests/construct_runtime.rs 19 additions, 1 deletionsubstrate/frame/support/test/tests/construct_runtime.rs
Please register or sign in to comment