erigon-pulse/migrations
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
..
db_schema_version.go Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
migrations_test.go Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
migrations.go Store Canonical/NonCanonical/Bad blocks/senders/txs in same tables. Make re-org cheaper (#7648) 2023-06-05 12:36:24 +07:00
txs_begin_end_test.go Move ChainID from CommonTx to DynamicFeeTransaction (#7732) 2023-06-14 11:44:05 +02:00
txs_begin_end.go blockReaders in tests, step4 (#7570) 2023-05-24 15:52:51 +07:00
txs_v3_test.go Move ChainID from CommonTx to DynamicFeeTransaction (#7732) 2023-06-14 11:44:05 +02:00
txs_v3.go Store Canonical/NonCanonical/Bad blocks/senders/txs in same tables. Make re-org cheaper (#7648) 2023-06-05 12:36:24 +07:00