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>
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -11,8 +11,7 @@ edition = "2018" | ... | @@ -11,8 +11,7 @@ edition = "2018" |
[dependencies] | [dependencies] | ||
cli = { package = "polkadot-cli", path = "cli" } | cli = { package = "polkadot-cli", path = "cli" } | ||
futures = "0.3.1" | futures = "0.3.4" | ||
ctrlc = { version = "3.1.3", features = ["termination"] } | |||
service = { package = "polkadot-service", path = "service" } | service = { package = "polkadot-service", path = "service" } | ||
[build-dependencies] | [build-dependencies] | ||
... | ... |