erigon-pulse/consensus/aura
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
..
auraabi attempt to fix TestGolangBindings (#7041) 2023-03-07 06:14:35 +00:00
aurainterfaces Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
contracts Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
aura_test.go Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize (#8095) 2023-08-30 15:51:19 +02:00
aura.go Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize (#8095) 2023-08-30 15:51:19 +02:00
config_test.go Embed AuRa config into chain Config (#7307) 2023-04-14 07:51:25 +00:00
config.go Embed AuRa config into chain Config (#7307) 2023-04-14 07:51:25 +00:00
contract_abi.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
empty_step.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
epoch.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
finality_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gaslimit_override.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
rolling_finality.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
types.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
unassemble.go Block Gas limit contract integration for Chiado (#7727) 2023-06-19 22:06:51 +05:30
validators.go remove lru package alias (#7251) 2023-04-04 04:02:23 +00:00