cheme
cheme
Some tests eg: ``` alice: parachain 2000 block height is at least 10 within 300 seconds alice: parachain 2001 block height is at least 10 within 300 seconds alice: parachain...
This PR expose the refactor from my current transient storage branch: https://github.com/cheme/substrate/tree/transient). The transient branch changeset is big too and I want to split it in different PR (and LOT...
This PR adds light client call as describe in https://github.com/paritytech/substrate/issues/10623 . I only diverge from proposed spec at https://github.com/w3f/polkadot-spec/issues/590 by renaming `required bytes hash = 1;` in child trie description...
This branch propose to avoid clones in append by storing offset and size in previous overlay depth. That way on rollback we can just truncate and change size of existing...
A few optimization that may require changing 'trie' crates. * `default_child_trie_root` function is mainly use to check if a trie gets empty. This value is calculated every time but always...
Two commits, not sure you will be interested by the second (I added some genericity to try to reuse kvnode on some of my code), the first could be a...
Hello, I was updating a branch from months ago and I have seen that I did an alternate implementation for multiresult at the time. I extract it from other changes...
To build some riscv32 embeded binary, I had to change the stack alignment. Not sure if this needs to be in master as no current cpu touch it (at least...