-
v1.10.11-statediff-0.0.28a Pre-Release
released this
2021-12-17 18:13:31 +00:00 | 1175 commits to v1.11.6-statediff-v5 since this releaseThis is an internal release to enable us to work with the statediffing service (v0.0.28a). This release is rebased on top of master branch go-etheruem v1.10.11
- Add batching to public.blocks INSERTS/UPSERTS
- Major refactor of statediffing code to improve level of abstraction, enabling arbitrary data destinations
- Add support for "dump" data destination
- Add support for sql file data destination
- Add support for pgx driver
- Refactor to work with updated schema that uses natural PKs
- Unit tests for sql file writing indexer
- Schema updates (for https://github.com/vulcanize/ipld-eth-db/pull/27)
- Fix issue with log/logTrie processing (https://github.com/vulcanize/go-ethereum/issues/161)
- Fix handling of receipts with 6000+ logs
This version works with the v0.3.x version of our database schema (ipld-eth-db).
Downloads