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-10-14 18:09:43 -07:00
2022-12-09 18:58:48 -08:00
2022-12-09 18:58:48 -08:00
2022-12-04 10:15:28 -08:00