Daniel Lubarov 7557f320d4 Fix to add_eth
It was creating a new account with the hash of an empty storage trie, when really it should be a pointer to an empty storage trie. We can use 0 as this pointer since `@SEGMENT_TRIE_DATA[0] = 0 = @MPT_NODE_EMPTY`.

Also a couple tweaks that helped me debug, like moving the memory value range checks from the interpreter into `MemoryState`, so they're done in actual witness generation as well as interpreter tests.
2022-12-09 18:58:48 -08:00
..
2022-12-09 18:58:48 -08:00
2022-11-28 13:19:40 -08:00
Fix
2022-12-03 12:02:51 -08:00
2022-11-30 21:00:48 -08:00
2022-11-30 21:00:48 -08:00
2022-10-03 12:31:43 -07:00
2022-09-28 15:18:56 -07:00
2022-11-30 21:30:21 -08:00
2022-12-09 10:35:00 -08:00
2022-12-09 10:35:00 -08:00
2022-12-03 21:09:57 -08:00
2022-12-09 10:35:00 -08:00