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-03 21:09:57 -08:00
2022-12-09 18:58:48 -08:00
2022-12-02 13:56:52 -08:00
2022-12-09 08:56:49 -08:00
2022-12-09 18:58:48 -08:00
2022-12-03 21:09:57 -08:00
2022-09-23 10:54:17 -07:00
2022-08-19 17:53:12 -04:00
2022-10-06 16:40:03 +02:00
2022-12-04 10:15:28 -08:00
2022-12-02 17:06:30 -08:00
2022-08-25 20:19:18 -07:00
2022-09-23 13:41:14 +02:00
2022-10-06 16:40:03 +02:00
2022-11-03 08:26:03 -07:00
2022-12-01 12:46:14 -08:00
2022-08-25 20:19:18 -07:00
2022-08-25 20:19:18 -07:00