erigon-pulse/migrations
Alex Sharov e14664d53b
Store Canonical/NonCanonical/Bad blocks/senders/txs in same tables. Make re-org cheaper (#7648)
- allow store non-canonical blocks/senders
- optimize re-org: don't update/delete most of data
- allow mark chain as `Bad` - will be not visible by eth_getBlockByHash,
but can read if have hash+num
2023-06-05 12:36:24 +07: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 blockReaders in tests, step4 (#7570) 2023-05-24 15:52:51 +07:00
txs_begin_end.go blockReaders in tests, step4 (#7570) 2023-05-24 15:52:51 +07:00
txs_v3_test.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_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