Skip to content

Add method MerkleNode.iter_tree, to visit all nodes in the subtree of a node.

This will be used by the loaders, instead of collect(), because collect() returns nested dictionaries, and its internals (deep_update) highly depend on working with dicts.


Migrated from D2713 (view on Phabricator)

Merge request reports