Releases: cerc-io/ipld-eth-beacon-indexer
Releases · cerc-io/ipld-eth-beacon-indexer
v0.3.0
v0.2.4-alpha2
Full Changelog: v0.2.4-alpha1...v0.2.4-alpha2
v0.2.4-alpha1
What's Changed
- Update the boot process by @abdulrabbani00 in #45
- Feature/44 read write historic slots by @abdulrabbani00 in #46
- Add Prometheus Metrics by @abdulrabbani00 in #49
- Capture the unique identifier everywhere its needed. by @abdulrabbani00 in #51
- Use a transaction for writing, knowngaps, and reorgs by @abdulrabbani00 in #53
- update multihash prefix by @i-norden in #55
- Testing for Batch Processing by @abdulrabbani00 in #56
- Update README and condition for cleanup by @abdulrabbani00 in #58
- Send slots to processedCh and remove by @abdulrabbani00 in #64
- Slight Performance improvements with Logging by @abdulrabbani00 in #67
Full Changelog: v0.1.0...v0.2.4-alpha1
v0.2.3
What's Changed
- Slight Performance improvements with Logging by @abdulrabbani00 in #67
- Slight Performance improvements with Logging (#67) by @abdulrabbani00 in #68
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Send slots to processedCh and remove by @abdulrabbani00 in #64
- Improve entrypoint to be more helpful by @abdulrabbani00 in #63
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Update the boot process by @abdulrabbani00 in #45
- Feature/44 read write historic slots by @abdulrabbani00 in #46
- Add Prometheus Metrics by @abdulrabbani00 in #49
- Capture the unique identifier everywhere its needed. by @abdulrabbani00 in #51
- Use a transaction for writing, knowngaps, and reorgs by @abdulrabbani00 in #53
- update multihash prefix by @i-norden in #55
- Testing for Batch Processing by @abdulrabbani00 in #56
- Update README and condition for cleanup by @abdulrabbani00 in #58
- Include all changes needed for historical and knownGaps processing by @abdulrabbani00 in #59
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Overview
This release contains all the code needed to run the application to capture head
.
What's Changed
- Update issue templates by @abdulrabbani00 in #1
- Feature/add cobra by @abdulrabbani00 in #2
- Initial Commits by @abdulrabbani00 in #3
- Update Templates by @abdulrabbani00 in #5
- Feature/4 db and lh connection by @abdulrabbani00 in #6
- Utilize Ginkgo and replace
testing
library. by @abdulrabbani00 in #9 - Testing, CI/CD and DB connections by @abdulrabbani00 in #10
- Feature/11 testing add tests for boot by @abdulrabbani00 in #12
- Boot application with tests by @abdulrabbani00 in #14
- Resolve some conflict and rebase by @abdulrabbani00 in #15
- Handle un-even commits by @abdulrabbani00 in #16
- Add functions to interact with the beacon client by @abdulrabbani00 in #18
- Interact with Beacon Node endpoints by @abdulrabbani00 in #24
- Head Tracking Changes by @abdulrabbani00 in #38
- Update Vulcanize License in a
.go
files by @abdulrabbani00 in #41
Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0
v0.1.0.-alpha-1
Overview
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 #1
- Feature/add cobra by @abdulrabbani00 in #2
- Initial Commits by @abdulrabbani00 in #3
- Update Templates by @abdulrabbani00 in #5
- Feature/4 db and lh connection by @abdulrabbani00 in #6
- Utilize Ginkgo and replace
testing
library. by @abdulrabbani00 in #9 - Testing, CI/CD and DB connections by @abdulrabbani00 in #10
- Feature/11 testing add tests for boot by @abdulrabbani00 in #12
- Boot application with tests by @abdulrabbani00 in #14
- Resolve some conflict and rebase by @abdulrabbani00 in #15
- Handle un-even commits by @abdulrabbani00 in #16
- Add functions to interact with the beacon client by @abdulrabbani00 in #18
- Interact with Beacon Node endpoints by @abdulrabbani00 in #24
- Shutdown Testing by @abdulrabbani00 in #25
- Capture the head block in the DB entirely. by @abdulrabbani00 in #27
- Feature/22 test handling incoming events - Intermediary Commit by @abdulrabbani00 in #28
- Feature/22 test handling incoming events by @abdulrabbani00 in #30
- Add KnownGaps table and corresponding entries by @abdulrabbani00 in #33
- Handle Skipped Slots by @abdulrabbani00 in #34
- multihash key gen func by @i-norden in #36
New Contributors
Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0-alpha-1