nimbus-eth1/nimbus/db
Adam Spitz ec2bd4a9c5
More work on withdrawals (#1503)
* 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.)
2023-03-16 16:34:47 -04:00
..
access_list.nim EIP2929 implementation 2021-01-11 14:56:42 +07:00
accounts_cache.nim More work on withdrawals (#1503) 2023-03-16 16:34:47 -04:00
capturedb.nim rlp: don't use ranges / experimental features (#495) 2020-04-20 20:12:44 +02:00
db_chain.nim fix persistHeaderToDb, allow POS block header to be canonical 2022-12-10 09:02:30 +07:00
distinct_tries.nim Refactored to introduce distinct types AccountsTrie and StorageTrie. (#1490) 2023-03-10 13:42:37 -05:00
geth_db.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
kvstore_rocksdb.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
select_backend.nim Bump submodules and fix related issues (#1448) 2023-01-27 15:57:48 +01:00
state_db.nim Refactored to introduce distinct types AccountsTrie and StorageTrie. (#1490) 2023-03-10 13:42:37 -05:00
storage_types.nim fix persistHeaderToDb, allow POS block header to be canonical 2022-12-10 09:02:30 +07:00