-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish implementing state_version = 1 (#230)
* Implement ext_storage_root_version_2 * Add support for trie v1 in RuntimeHostVm * Update chain_spec.rs after API changes * Propagate changes to the various runtime state machines * Add a generic parameter to StorageDiff * Fix template parameters on StorageDiff * Add StorageDiff::merge_map * Update optimistic.rs * Fix merge_map * Update all.rs * Give information about the trie node version in Merkle proofs * Only provide a node version when a value is set * Update light-base * Fix tests * Add BlockFull::state_trie_version * Store the trie entry version in the storage cache * Insert the trie entry version in the database * WIP full node update * Make the database return the trie entry version * Finish update to full node * Fix invalid write to non_finalized_changes * Minor fixes * Also implement ext_default_child_storage_root_version_2 * Fix doctest * Fix other doctest * Add comment about versions in trie.rs * Spellcheck
- Loading branch information
Showing
30 changed files
with
584 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.