Deprecate Currency: Companion for #12951 (#6780)
* Some renames * Fix * Fix build for new APIs * Remove diener * Fixes * Fixes * Fix integration tests * Fixes * fix nis issuance * Update Cargo.toml * Polkadot doesn't have freezes/holds yet * No networks use freezes/holds * update lockfile for {"substrate"} * Fix tests There are more failing tests; just starting with the easy ones. Reserved balance does not count towards ED anymore, therefore reducing all the reserves by ED (1). Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fixes for Polkadot pallets * Fix parachains benchmarks * Update Substrate Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- polkadot/Cargo.lock 186 additions, 186 deletionspolkadot/Cargo.lock
- polkadot/node/test/service/src/lib.rs 5 additions, 4 deletionspolkadot/node/test/service/src/lib.rs
- polkadot/node/test/service/tests/call-function.rs 5 additions, 4 deletionspolkadot/node/test/service/tests/call-function.rs
- polkadot/runtime/common/src/assigned_slots.rs 4 additions, 0 deletionspolkadot/runtime/common/src/assigned_slots.rs
- polkadot/runtime/common/src/auctions.rs 29 additions, 23 deletionspolkadot/runtime/common/src/auctions.rs
- polkadot/runtime/common/src/claims.rs 9 additions, 4 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/crowdloan/mod.rs 13 additions, 5 deletionspolkadot/runtime/common/src/crowdloan/mod.rs
- polkadot/runtime/common/src/impls.rs 11 additions, 3 deletionspolkadot/runtime/common/src/impls.rs
- polkadot/runtime/common/src/integration_tests.rs 5 additions, 1 deletionpolkadot/runtime/common/src/integration_tests.rs
- polkadot/runtime/common/src/paras_registrar.rs 5 additions, 1 deletionpolkadot/runtime/common/src/paras_registrar.rs
- polkadot/runtime/common/src/purchase.rs 9 additions, 4 deletionspolkadot/runtime/common/src/purchase.rs
- polkadot/runtime/common/src/slots/mod.rs 7 additions, 3 deletionspolkadot/runtime/common/src/slots/mod.rs
- polkadot/runtime/kusama/src/lib.rs 32 additions, 5 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/weights/pallet_balances.rs 6 additions, 3 deletionspolkadot/runtime/kusama/src/weights/pallet_balances.rs
- polkadot/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs 6 additions, 3 deletions...a/src/weights/pallet_balances_nis_counterpart_balances.rs
- polkadot/runtime/parachains/src/hrmp/benchmarking.rs 9 additions, 6 deletionspolkadot/runtime/parachains/src/hrmp/benchmarking.rs
- polkadot/runtime/parachains/src/mock.rs 7 additions, 3 deletionspolkadot/runtime/parachains/src/mock.rs
- polkadot/runtime/polkadot/src/lib.rs 4 additions, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/weights/pallet_balances.rs 6 additions, 3 deletionspolkadot/runtime/polkadot/src/weights/pallet_balances.rs
- polkadot/runtime/rococo/src/lib.rs 32 additions, 5 deletionspolkadot/runtime/rococo/src/lib.rs
Please register or sign in to comment