Skip to content

Commit

Permalink
Add child tries support in host.rs (#167)
Browse files Browse the repository at this point in the history
* Add child tries support in host.rs

* Fix borrowck issues in upper layers

* Fix borrow checker issues in host.rs

* Finish ExternalStorageRoot and ext_storage_exists_version_1

* Handle the commit changes trick

* Implement ext_default_child_storage_get_version_1, ext_default_child_storage_read_version_1, ext_default_child_storage_exists_version_1

* Implement ext_default_child_storage_root_version_1 and ext_default_child_storage_root_version_2

* Implement ext_default_child_storage_set_version_1 and ext_default_child_storage_clear_version_1

* Implement ext_default_child_storage_next_key_version_1

* Implement ext_default_child_storage_clear_prefix_version_1 and ext_default_child_storage_clear_prefix_version_2

* Implement ext_default_child_storage_storage_kill

* Clean up ExternalStorageClearPrefix

* Add parameters count

* Add custom Debug impl for StorageKey
  • Loading branch information
tomaka committed Feb 14, 2023
1 parent 4698fc3 commit 77bdd60
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 210 deletions.

0 comments on commit 77bdd60

Please sign in to comment.