Skip to content

Commit

Permalink
Make child tries work properly (#743)
Browse files Browse the repository at this point in the history
* Remove special child tries handling from host.rs

* Put back the exceptions to runtime_host.rs

* Reorganize a bit the trie root calculation code paths

* Recalculate stale child tries when calculating the main trie root

* Remove unused import

* Handle if child trie has been destroyed

* Simplify code given that child tries can't be marked as destroyed

* Remove TODO in host.rs

* PR link

* ExternalStorageRoot::resume no longer accepts an Option

* Update documentation

* More doc

* More doc

* Add TODO
  • Loading branch information
tomaka authored Jun 15, 2023
1 parent e90f4cc commit 252f5e7
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 412 deletions.
Loading

0 comments on commit 252f5e7

Please sign in to comment.