WIP on chain heap (#639)

* move heap size on chain

* fix the interface change

* decode heap size

* fix code comments

* fix comment

* update Cargo.lock

* rename to heappages

* add one heap pages variable in runtime
This commit is contained in:
Guanqun Lu
2018-09-01 14:41:46 +08:00
committed by Gav Wood
parent 98a2121a3c
commit beee3d4092
21 changed files with 89 additions and 95 deletions
+1
View File
@@ -3002,6 +3002,7 @@ dependencies = [
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
"rlp 0.2.1 (git+https://github.com/paritytech/parity-common)",
"substrate-codec 0.1.0",
"substrate-primitives 0.1.0",
"triehash 0.2.0 (git+https://github.com/paritytech/parity-common)",
]