Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Releases: vulcanize/ipld-eth-indexer

v0.7.1-alpha

08 Mar 16:33
c14f623
Compare
Choose a tag to compare
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

19 Feb 12:05
Compare
Choose a tag to compare

v0.6.0-alpha

21 Oct 02:07
7cd80ef
Compare
Choose a tag to compare
  • 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

21 Oct 01:32
Compare
Choose a tag to compare
  • Bug fix: remove tx_data_index

v0.5.0-alpha ipld-eth-indexer release

19 Oct 14:46
Compare
Choose a tag to compare
  • Expose Prometheus metrics
  • Grafana dashboard

v0.4.0-alpha ipld-eth-indexer release

07 Oct 14:14
b3566dd
Compare
Choose a tag to compare
  • 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

24 Oct 23:50
43a1eef
Compare
Choose a tag to compare
  • Graphql subscription

v0.3.0-alpha ipld-eth-indexer release

04 Sep 16:02
fd4d5a4
Compare
Choose a tag to compare

The release contains CI integration with Docker Registry

v0.2.0-alpha ipld-eth-indexer release

02 Sep 19:03
1a3e9c4
Compare
Choose a tag to compare
Pre-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

25 Jun 19:53
ba0a5f0
Compare
Choose a tag to compare

Release of ipfs-blockchain-watcher after the dshelp update, the new key scheme used for ipfs records is not compatible with previous versions.