go-ethereum/eth
Abdul Rabbani 0f7b7099d8 Statediff Geth
Handle conflicts (#244)

* Handle conflicts

* Update go mod file versions

* Make lint changes

Disassociate block number from the indexer object

Update ipld-eth-db ref

Refactor builder code to make it reusable

Use prefix comparison for account selective statediffing

Update builder unit tests

Add mode to write to CSV files in statediff file writer (#249)

* Change file writing mode to csv files

* Implement writer interface for file indexer

* Implement option for csv or sql in file mode

* Close files in CSV writer

* Add tests for CSV file mode

* Implement CSV file for watched addresses

* Separate test configs for CSV and SQL

* Refactor common code for file indexer tests

Update indexer to include block hash in receipts and logs (#256)

* Update indexer to include block hash in receipts and logs

* Upgrade ipld-eth-db image in docker-compose to run tests

Use watched addresses from direct indexing params by default while serving statediff APIs (#262)

* Use watched addresses from direct indexing params in statediff APIs by default

* Avoid using indexer object when direct indexing is off

* Add nil check before accessing watched addresses from direct indexing params
2022-07-27 17:10:53 -04:00
..
catalyst core: eth: rpc: implement safe rpc block (#25165) 2022-07-25 18:42:05 +03:00
downloader eth: support bubbling up bad blocks from sync to the engine API (#25190) 2022-07-25 16:51:04 +03:00
ethconfig Statediff Geth 2022-07-27 17:10:53 -04:00
fetcher all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
filters all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
gasprice cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088) 2022-06-15 14:10:38 +03:00
protocols all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
tracers eth/tracers/js: fix capitalization in tests 2022-07-25 16:49:16 +03:00
api_backend.go core: eth: rpc: implement safe rpc block (#25165) 2022-07-25 18:42:05 +03:00
api_test.go all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
api.go core: eth: rpc: implement safe rpc block (#25165) 2022-07-25 18:42:05 +03:00
backend.go Statediff Geth 2022-07-27 17:10:53 -04:00
bloombits.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
handler_eth_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
handler_eth.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
handler.go eth/catalyst: disallow importing blocks via newPayload during snap sync (#25210) 2022-07-01 14:38:26 +03:00
peer.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
peerset.go eth/downloader: implement beacon sync (#23982) 2022-03-11 14:14:45 +02:00
state_accessor.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
sync_test.go eth: introduce eth67 protocol (#24093) 2022-06-15 12:56:47 +02:00
sync.go core: eth: implement Kiln-v2 spec (#24506) 2022-03-17 17:20:03 +02:00