Reduce provisioner work (#6328)
* Store values needed to create inherent data when needed instead of creating them early on * Point deps to substrate branch * Arc the client * Cargo update * Fix main cargo files * Undo cargo file changes * Add overseer dep to inherents * Update deps * Simplify code * Update benchmark * Update node/client/src/benchmarking.rs Co-authored-by:Bastian Köcher <info@kchr.de> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by:
Bastian Köcher <info@kchr.de> * Revert "Update node/core/parachains-inherent/src/lib.rs" This reverts commit 8b9555dc2451acfabab173d259e00da2728b7aa2. * Revert "Update node/core/parachains-inherent/src/lib.rs" This reverts commit 816c92d0e001e71f677d0acbcf22bdc3f511bc56. * cargo update -p sp-io * fmt Co-authored-by:
Bastian Köcher <info@kchr.de>
Showing
- polkadot/Cargo.lock 184 additions, 181 deletionspolkadot/Cargo.lock
- polkadot/node/client/Cargo.toml 2 additions, 0 deletionspolkadot/node/client/Cargo.toml
- polkadot/node/client/src/benchmarking.rs 2 additions, 3 deletionspolkadot/node/client/src/benchmarking.rs
- polkadot/node/core/parachains-inherent/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/parachains-inherent/Cargo.toml
- polkadot/node/core/parachains-inherent/src/lib.rs 26 additions, 15 deletionspolkadot/node/core/parachains-inherent/src/lib.rs
- polkadot/node/service/src/lib.rs 6 additions, 5 deletionspolkadot/node/service/src/lib.rs
Please register or sign in to comment