mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 04:57:57 +00:00
try-runtime::fast-forward (#12896)
* try-runtime::fast-forward * Revert un`pub`ing command's fields * Handle storage change failure * Adjust Substrate node * Feature-gated imports * doc link * Feature-gated imports in node-template * Move trait, blanket implementation and auxiliary functions to a new module * Distinguish between plain babe+timestamp and substrate enhanced info * Remove uncles inherents * Missing argument * Add doc comment about `blocktime_millis` * Add licenses
This commit is contained in:
committed by
GitHub
parent
64bff4529d
commit
3595d87182
@@ -16,13 +16,18 @@ remote-externalities = { version = "0.10.0-dev", path = "../../remote-externalit
|
||||
sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" }
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" }
|
||||
sp-consensus-aura = { path = "../../../../primitives/consensus/aura" }
|
||||
sp-consensus-babe = { path = "../../../../primitives/consensus/babe" }
|
||||
sp-core = { version = "7.0.0", path = "../../../../primitives/core" }
|
||||
sp-externalities = { version = "0.13.0", path = "../../../../primitives/externalities" }
|
||||
sp-inherents = { path = "../../../../primitives/inherents" }
|
||||
sp-io = { version = "7.0.0", path = "../../../../primitives/io" }
|
||||
sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
|
||||
sp-rpc = { version = "6.0.0", path = "../../../../primitives/rpc" }
|
||||
sp-state-machine = { version = "0.13.0", path = "../../../../primitives/state-machine" }
|
||||
sp-timestamp = { path = "../../../../primitives/timestamp" }
|
||||
sp-transaction-storage-proof = { path = "../../../../primitives/transaction-storage-proof" }
|
||||
sp-version = { version = "5.0.0", path = "../../../../primitives/version" }
|
||||
sp-debug-derive = { path = "../../../../primitives/debug-derive" }
|
||||
sp-api = { path = "../../../../primitives/api" }
|
||||
@@ -30,6 +35,7 @@ sp-weights = { version = "4.0.0", path = "../../../../primitives/weights" }
|
||||
frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" }
|
||||
substrate-rpc-client = { path = "../../rpc/client" }
|
||||
|
||||
async-trait = "0.1.57"
|
||||
clap = { version = "4.0.9", features = ["derive"] }
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
log = "0.4.17"
|
||||
|
||||
Reference in New Issue
Block a user