Update for Substrate master (#600)
* update substrate for change to palette * change paint to palette * update lock * Fix missing import * change to polkadot-master * Use same commit hash of parity-common * Resolve linking errors * Rename to frame * bump spec * Subsume #602 and #596 * Fix DispatchInfo * Merge `futures03` and `joe-update-to-palette` (#606) * Change repo and branch * Made changes * Bumped async-std version * Fix line width * Bump spec_version * Fix `run_to_block` for Crowdfund module (#603) Probably a copy paste error. * Bump dependencies * Update trie-db to be inline with substrate * Fix documentation warning * Fix test compilation
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -11,7 +11,7 @@ edition = "2018" |
[dependencies] | ||
cli = { package = "polkadot-cli", path = "cli" } | ||
futures = "0.1.29" | ||
futures = "0.3.1" | ||
ctrlc = { version = "3.1.3", features = ["termination"] } | ||
service = { package = "polkadot-service", path = "service" } | ||
... | ... | @@ -47,3 +47,6 @@ maintenance = { status = "actively-developed" } |
[profile.release] | ||
# Polkadot runtime requires unwinding. | ||
panic = "unwind" | ||
[patch.crates-io] | ||
zstd-sys = { git = "https://github.com/bkchr/zstd-rs.git", branch = "bkchr-export-include-paths2" } |