Jordan Hrycaj cd78458123
Add items to Aristo Trie database (#1586)
details:
1. Merging a leaf vertex merges a `Patricia Trie` path (while
   adding/modiying vertices) and adds a leaf node with payload
2. Merging a Merkel node merges a single vertex to the `Patricia Trie`
   and registers merkel hashes
3. Action 2 can be used before action 1 in order to construct a
   Merkel proof as required for handling `snap/1` data.
4. Unit tests show that action 3 is benign for now :)
2023-05-30 12:47:47 +01:00
..
2023-05-23 11:36:20 +03:00
2023-05-11 15:25:29 +01:00
2019-10-31 06:17:01 +01:00
2023-05-23 11:36:20 +03:00
2023-02-16 12:40:07 +01:00
2023-04-19 12:37:18 +07:00

tests

TODO: more GeneralStateTest fixtures!