Introduce `BlockExecutionWeight` and `ExtrinsicBaseWeight` (#1023)
* Update to changes in Substrate * Fix trait * Remove `TransactionBaseFee` * add temporary values for extrinsic base weight and block execution weight * Update Cargo.lock
Showing
- polkadot/Cargo.lock 219 additions, 218 deletionspolkadot/Cargo.lock
- polkadot/runtime/common/src/attestations.rs 2 additions, 2 deletionspolkadot/runtime/common/src/attestations.rs
- polkadot/runtime/common/src/claims.rs 2 additions, 0 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/crowdfund.rs 8 additions, 7 deletionspolkadot/runtime/common/src/crowdfund.rs
- polkadot/runtime/common/src/lib.rs 2 additions, 0 deletionspolkadot/runtime/common/src/lib.rs
- polkadot/runtime/common/src/parachains.rs 4 additions, 2 deletionspolkadot/runtime/common/src/parachains.rs
- polkadot/runtime/common/src/registrar.rs 9 additions, 7 deletionspolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/common/src/slots.rs 4 additions, 2 deletionspolkadot/runtime/common/src/slots.rs
- polkadot/runtime/kusama/src/lib.rs 3 additions, 3 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 3 additions, 3 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 3 additions, 3 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 3 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment