Bump Substrate (#816)
* Amalgamate pieces of balance module * Fixes for vesting split * Refactoring for vesting/balances split * Build fixes * Remove on_free_balance_zero and some docs. * Indentation. * Revert branch * Fix. * Update substrate: fixes after CLI refactoring * Reverting removal of exit * Removed too much again * Update Cargo.lock * Cargo.lock * Update Substrate, ready for #4820 * Fixes * Update to latest substrate master * Fix network tests * Update lock * Fix tests * Update futures to get bug fixes * Fix tests for new balances/vesting logic * Cargo fix * Another fix Co-authored-by:Cecile Tonglet <cecile.tonglet@cecton.com> Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 1153 additions, 1198 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 2 deletionspolkadot/Cargo.toml
- polkadot/availability-store/Cargo.toml 1 addition, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/cli/src/command.rs 4 additions, 2 deletionspolkadot/cli/src/command.rs
- polkadot/collator/Cargo.toml 1 addition, 1 deletionpolkadot/collator/Cargo.toml
- polkadot/collator/src/lib.rs 44 additions, 55 deletionspolkadot/collator/src/lib.rs
- polkadot/network/Cargo.toml 1 addition, 1 deletionpolkadot/network/Cargo.toml
- polkadot/network/src/router.rs 10 additions, 13 deletionspolkadot/network/src/router.rs
- polkadot/network/src/tests/validation.rs 1 addition, 6 deletionspolkadot/network/src/tests/validation.rs
- polkadot/network/src/validation.rs 14 additions, 29 deletionspolkadot/network/src/validation.rs
- polkadot/runtime/common/Cargo.toml 3 additions, 1 deletionpolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/claims.rs 59 additions, 38 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/crowdfund.rs 12 additions, 16 deletionspolkadot/runtime/common/src/crowdfund.rs
- polkadot/runtime/common/src/parachains.rs 5 additions, 9 deletionspolkadot/runtime/common/src/parachains.rs
- polkadot/runtime/common/src/registrar.rs 7 additions, 11 deletionspolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/common/src/slots.rs 22 additions, 26 deletionspolkadot/runtime/common/src/slots.rs
- polkadot/runtime/kusama/Cargo.toml 3 additions, 1 deletionpolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 40 additions, 30 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 3 additions, 1 deletionpolkadot/runtime/polkadot/Cargo.toml
Please register or sign in to comment