Compact proof. (#295)
* compact, need to be made optional and look into/compress child trie roots/state. * proto with child trie support * Missing set_offchain_storage overload. * right name * Ignore offchain indexing in validation function. * patch trie-db * decompress from iter * use compressed proof * remove wasm blob from proof (no inject plugged yet) * change lock * update trie * change in toml * Revert "change in toml" This reverts commit e588583b79e1a64e2a54157b40968aa6b586fbbe. * use patch to branches * i * i:wq * switch branch * ii * ok, needed to patch the runtime by putting substrate patch in polkadot project. * test passing with this conf * actual lazy code fetch * patch issue * Code reorg * restore commented tests. * update deps. * remove polka patch * fixes * remove patch * revert cargo.lock * cargo update -p sp-trie polkadot-service * fix collator test (using parent state root). * Update pallets/parachain-system/src/validate_block/implementation.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Remove encode_witness test function. * Update pallets/parachain-system/src/validate_block/implementation.rs * Fix compilation Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <info@kchr.de>
Showing
- cumulus/Cargo.lock 231 additions, 231 deletionscumulus/Cargo.lock
- cumulus/client/collator/src/lib.rs 17 additions, 3 deletionscumulus/client/collator/src/lib.rs
- cumulus/client/consensus/aura/src/lib.rs 2 additions, 1 deletioncumulus/client/consensus/aura/src/lib.rs
- cumulus/pallets/parachain-system/src/validate_block/implementation.rs 11 additions, 5 deletions...ets/parachain-system/src/validate_block/implementation.rs
- cumulus/pallets/parachain-system/src/validate_block/tests.rs 8 additions, 4 deletionscumulus/pallets/parachain-system/src/validate_block/tests.rs
- cumulus/primitives/core/src/lib.rs 5 additions, 5 deletionscumulus/primitives/core/src/lib.rs
Please register or sign in to comment