-
v0.1.0.-alpha-1 Stable
released this
2022-05-13 14:47:27 +00:00 | 18 commits to develop since this releaseOverview
This is the first alpha for the application. At this stage, the release includes the following:
- The ability to track the head block and store it in the DB.
- The ability to handle reorgs either via a message or due to conditionals.
- The ability to keep track of skipped slots.
- 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
- Update issue templates by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/1
- Feature/add cobra by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/2
- Initial Commits by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/3
- Update Templates by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/5
- Feature/4 db and lh connection by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/6
- Utilize Ginkgo and replace
testing
library. by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/9 - Testing, CI/CD and DB connections by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/10
- Feature/11 testing add tests for boot by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/12
- Boot application with tests by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/14
- Resolve some conflict and rebase by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/15
- Handle un-even commits by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/16
- Add functions to interact with the beacon client by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/18
- Interact with Beacon Node endpoints by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/24
- Shutdown Testing by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/25
- Capture the head block in the DB entirely. by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/27
- Feature/22 test handling incoming events - Intermediary Commit by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/28
- Feature/22 test handling incoming events by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/30
- Add KnownGaps table and corresponding entries by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/33
- Handle Skipped Slots by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/34
- multihash key gen func by @i-norden in https://github.com/vulcanize/ipld-ethcl-indexer/pull/36
New Contributors
- @i-norden made their first contribution in https://github.com/vulcanize/ipld-ethcl-indexer/pull/36
Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0-alpha-1
Downloads