go-ethereum/trie
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
..
committer.go core, les, eth: port snap sync changes (#24898) 2022-07-15 14:55:51 +03:00
database_test.go trie: there's no point in retrieving the metaroot 2019-04-05 13:09:28 +03:00
database.go trie: fix size accounting in cleaner (#25007) 2022-06-21 12:00:37 +03:00
encoding_test.go Statediff Geth 2022-07-27 17:10:53 -04:00
encoding.go Statediff Geth 2022-07-27 17:10:53 -04:00
errors.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
hasher.go trie: fix typo in comment (#25241) 2022-07-06 08:49:09 +02:00
iterator_test.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
iterator.go Statediff Geth 2022-07-27 17:10:53 -04:00
node_enc.go rlp, trie: faster trie node encoding (#24126) 2022-03-09 14:45:17 +01:00
node_test.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
node.go rlp, trie: faster trie node encoding (#24126) 2022-03-09 14:45:17 +01:00
proof_test.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
proof.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
secure_trie_test.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
secure_trie.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
stacktrie_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
stacktrie.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
sync_test.go core, les, eth: port snap sync changes (#24898) 2022-07-15 14:55:51 +03:00
sync.go Statediff Geth 2022-07-27 17:10:53 -04:00
trie_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
trie.go core, les, eth: port snap sync changes (#24898) 2022-07-15 14:55:51 +03:00
util_test.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02:00
utils.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00