This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Releases: vulcanize/ipld-eth-indexer
Releases · vulcanize/ipld-eth-indexer
v0.7.1-alpha
added new param `createNode bool` to NewDB postgres function. (#79) Usually indexer instance add new entry to public.nodes tables and it used in eth.header_cid relationship to understand from which node header came from. But ipld-eth-server and tracing-api also uses ipld-eth-indexer as library but they don't need to insert this entity to database
v0.7.0-alpha
- Update geth statediff to version v1.9.25-statediff-0.0.14
v0.6.0-alpha
- Requires geth v1.9.11-statediff-0.0.8
- Properly stores codehash => code mappings in IPLD database
- Complete StateDB support, e.g. fully synced DB can now support
eth_call
operations (see ipld-eth-server)
v0.5.1-alpha
- Bug fix: remove
tx_data_index
v0.5.0-alpha ipld-eth-indexer release
- Expose Prometheus metrics
- Grafana dashboard
v0.4.0-alpha ipld-eth-indexer release
- Store chainID in nodes table
- Optimization of in-memory operations by combining data conversion, publishing, and indexing into single data iteration
- Postgres trigger functions for pushing notifications to Postgraphile
- Additional logging during transformation to show time spent on various steps
- Indexes on select Postges rows
v0.3.1-alpha
- Graphql subscription
v0.3.0-alpha ipld-eth-indexer release
The release contains CI integration with Docker Registry
v0.2.0-alpha ipld-eth-indexer release
This is a pre-release after the refactoring from ipfs-blockchain-watcher to ipld-eth-indexer, to enable using ipld-eth-indexer as a go module dependency to ipld-eth-server.
ipfs-blockchain-watcher release after dshelp update
Release of ipfs-blockchain-watcher after the dshelp update, the new key scheme used for ipfs records is not compatible with previous versions.