mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Compact format for block number, nonce, balance (#910)
* Try to make everything compact * Make `Clone` work * Fix * Move contracts and balances over to compact encoding * Session and timestamp are compact * Sataking uses compact numbers * Treasury now compact * Compact Democracy * Council is compact * Fix
This commit is contained in:
@@ -7,7 +7,7 @@ description = "Substrate node implementation in Rust."
|
||||
[dependencies]
|
||||
hex-literal = "0.1"
|
||||
trie-root = { git = "https://github.com/paritytech/trie" }
|
||||
parity-codec = "2.0"
|
||||
parity-codec = "2.1"
|
||||
sr-io = { path = "../../core/sr-io" }
|
||||
substrate-state-machine = { path = "../../core/state-machine" }
|
||||
substrate-executor = { path = "../../core/executor" }
|
||||
|
||||
Reference in New Issue
Block a user