nimbus-eth1/tests/test_aristo
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
..
test_helpers.nim Experimental MP-trie (#1573) 2023-05-11 15:25:29 +01:00
test_merge.nim Add items to `Aristo Trie` database (#1586) 2023-05-30 12:47:47 +01:00
test_transcode.nim Multi layer architecture 4 aristo db (#1581) 2023-05-14 18:43:01 +01:00