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-16 11:15:10 +07:00
2023-05-16 11:15:10 +07:00
2023-01-13 13:04:23 +07:00
2019-01-28 12:38:23 +02:00
2018-05-28 13:22:28 +03:00
2019-04-17 03:56:28 +02:00
2022-12-02 13:51:42 +07:00