Adam Spitz 8d9b2522ea
More on withdrawals (#1508)
* Gwei conversion should use u256 because u64 can overflow.

* Make withdrawals follow the EIP-158 state-clearing rules.

(i.e. Empty accounts should be deleted.)

* Allow the zero address in normalizeNumber.

(Necessary for one of the new withdrawals-related tests.)

* Another fix with a withdrawals-related test.
2023-03-17 14:16:24 -04:00
..
2023-01-14 15:56:08 +07:00
2019-10-31 06:17:01 +01:00
2023-02-16 12:40:07 +01:00
2022-01-22 08:26:57 +02:00

tests

TODO: more GeneralStateTest fixtures!