nimbus-eth1/nimbus/core/executor
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
..
calculate_reward.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
executor_helpers.nim Silence compiler gossip after nim upgrade cont3 (#1466) 2023-02-14 20:27:17 +00:00
process_block.nim More on withdrawals (#1508) 2023-03-17 14:16:24 -04:00
process_transaction.nim More work on withdrawals (#1503) 2023-03-16 16:34:47 -04:00