Extract Runtime Constants into Separate Crates (#4456)
* kusama-runtime-constants created * polkadot_runtime_constants added * runtime constants extracted * update node * cargo +nightly fmt * Delete constants.rs * update Cargo.toml * 2021 * runtime constants update * utils * utils * node test service * Update runtime/rococo/constants/Cargo.toml Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * runtime-native * bridge messages * re-export DOLLARS * Update runtime/westend/Cargo.toml Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Update runtime/test-runtime/Cargo.toml Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * std feature Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 68 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/service/Cargo.toml 10 additions, 4 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/chain_spec.rs 6 additions, 6 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/node/test/service/Cargo.toml 1 addition, 0 deletionspolkadot/node/test/service/Cargo.toml
- polkadot/node/test/service/src/chain_spec.rs 2 additions, 1 deletionpolkadot/node/test/service/src/chain_spec.rs
- polkadot/runtime/kusama/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/constants/Cargo.toml 19 additions, 0 deletionspolkadot/runtime/kusama/constants/Cargo.toml
- polkadot/runtime/kusama/constants/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/kusama/constants/src/lib.rs
- polkadot/runtime/kusama/src/lib.rs 1 addition, 2 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/constants/Cargo.toml 19 additions, 0 deletionspolkadot/runtime/polkadot/constants/Cargo.toml
- polkadot/runtime/polkadot/constants/src/lib.rs 4 additions, 0 deletionspolkadot/runtime/polkadot/constants/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 2 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/Cargo.toml 1 addition, 0 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/constants/Cargo.toml 19 additions, 0 deletionspolkadot/runtime/rococo/constants/Cargo.toml
- polkadot/runtime/rococo/constants/src/lib.rs 2 additions, 0 deletionspolkadot/runtime/rococo/constants/src/lib.rs
- polkadot/runtime/rococo/src/bridge_messages.rs 4 additions, 2 deletionspolkadot/runtime/rococo/src/bridge_messages.rs
- polkadot/runtime/rococo/src/lib.rs 3 additions, 3 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/test-runtime/Cargo.toml
- polkadot/runtime/test-runtime/constants/Cargo.toml 19 additions, 0 deletionspolkadot/runtime/test-runtime/constants/Cargo.toml
Please register or sign in to comment