Skip to content

Releases: cerc-io/ipld-eth-beacon-indexer

v0.3.0

22 Nov 22:19
Compare
Choose a tag to compare
Remove docker-compose (now part of stack-orechestrator).

v0.2.4-alpha2

23 Jun 18:53
Compare
Choose a tag to compare

v0.2.4-alpha1

21 Jun 12:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.4-alpha1

v0.2.3

15 Jun 15:52
b3c2d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Jun 13:37
bb8c861
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jun 16:26
802f800
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Jun 13:47
cfbad80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 May 16:33
Compare
Choose a tag to compare

Overview

This release contains all the code needed to run the application to capture head.

What's Changed

Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0

v0.1.0.-alpha-1

13 May 14:51
Compare
Choose a tag to compare

Overview

This is the first alpha for the application. At this stage, the release includes the following:

  1. The ability to track the head block and store it in the DB.
  2. The ability to handle reorgs either via a message or due to conditionals.
  3. The ability to keep track of skipped slots.
  4. Keeps track of knownGaps in a table.

Many of the features at this stage are untested. This alpha will run against production data for a few days as tests are being run. This will allow the team to study the outputs as they are testing the application.

What's Changed

New Contributors

Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0-alpha-1