erigon-pulse/turbo/stages
Andrew Ashikhmin 862d7b6bc6
Move ChainID from CommonTx to DynamicFeeTransaction (#7732)
For legacy transactions ChainID is optional (missing in
pre-[EIP155](https://eips.ethereum.org/EIPS/eip-155) transactions) and
is derived from `V` anyway.

Also, cherry pick https://github.com/ethereum/go-ethereum/pull/27452.
2023-06-14 11:44:05 +02:00
..
bodydownload use BlockReader.CanonicalHash method instead of rawdb (#7604) 2023-05-31 13:41:10 +07:00
headerdownload e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
blockchain_test.go Move ChainID from CommonTx to DynamicFeeTransaction (#7732) 2023-06-14 11:44:05 +02:00
chain_makers_test.go add blockReader to mining, blockchain_test (#7569) 2023-05-24 13:53:22 +07:00
genesis_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
mock_sentry.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
sentry_mock_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
stageloop.go StagedSync: fix canRunCycleInOneTransaction logic (#7712) 2023-06-12 16:02:28 +07:00