erigon-pulse/core/state
Andrew Ashikhmin 9b63764b16
Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize (#8095)
Now all protocol-stipulated changes at the beginning of the block (AuRa
stuff,
[DAO](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/dao-fork.md)
irregular state change, Calcutta system contract upgrade,
[EIP-4788](https://eips.ethereum.org/EIPS/eip-4788) beacon root) are
handled by consensus engine `Initialize()`.
2023-08-30 15:51:19 +02:00
..
contracts Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
historyv2read e2: avoid do RestoreCodeHash twice (#7706) 2023-06-11 12:28:47 +07:00
temporal e3: idx range method (#7767) 2023-06-20 10:58:37 +07:00
access_list_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
access_list.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
cached_reader2.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
cached_reader.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
cached_writer.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
change_set_writer.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
database_test.go Replaced old version of Engine API with newer version (#7972) 2023-08-05 23:33:10 +02:00
database.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
db_state_reader.go
db_state_writer.go fixed bitmap performance when write index (#7986) 2023-08-13 02:07:43 +06:00
dump.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
helper.go
history_reader_inc.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
history_reader_v3.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
history_test.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
history_walk.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
intra_block_state_test.go [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
intra_block_state.go Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize (#8095) 2023-08-30 15:51:19 +02:00
journal.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
plain_readonly.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
plain_state_reader.go fix import cycle in tests 2023-04-19 15:41:12 +07:00
plain_state_writer.go Remove excessive logging (#7882) 2023-07-13 00:52:03 +01:00
recon_state.go e3: less conlicts 2023-04-10 09:38:08 +07:00
recon_writer_inc.go enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
rw_v3.go fix for test (#7765) 2023-06-20 02:04:42 +01:00
state_object_test.go
state_object.go Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
state_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
transient_storage.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00