mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
Transaction versioning in the RuntimeVersion (#5582)
* Add transaction_version * Semantic versioning for runtimes * Move new field to bottom * Versioning * Runtime versioning stuff. * Fix test * Adds tests and fixes bugs * Bump runtime Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -24,6 +24,7 @@ sp-panic-handler = { version = "2.0.0-dev", path = "../../primitives/panic-handl
|
||||
wasmi = "0.6.2"
|
||||
parity-wasm = "0.41.0"
|
||||
lazy_static = "1.4.0"
|
||||
sp-api = { version = "2.0.0-dev", path = "../../primitives/api" }
|
||||
sp-wasm-interface = { version = "2.0.0-dev", path = "../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-dev", path = "../../primitives/runtime-interface" }
|
||||
sp-externalities = { version = "0.8.0-dev", path = "../../primitives/externalities" }
|
||||
|
||||
Reference in New Issue
Block a user