-
v0.2.4-alpha2 Stable
released this
2022-06-23 18:44:32 +00:00 | 0 commits to feature/study-application-memory since this releaseFull Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.2.4-alpha1...v0.2.4-alpha2
Downloads
-
v0.2.4-alpha1 Stable
released this
2022-06-20 18:06:06 +00:00 | 15 commits to feature/study-application-memory since this releaseWhat's Changed
- Update the boot process by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/45
- Feature/44 read write historic slots by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/46
- Add Prometheus Metrics by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/49
- Capture the unique identifier everywhere its needed. by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/51
- Use a transaction for writing, knowngaps, and reorgs by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/53
- update multihash prefix by @i-norden in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/55
- Testing for Batch Processing by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/56
- Update README and condition for cleanup by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/58
- Send slots to processedCh and remove by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/64
- Slight Performance improvements with Logging by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/67
Full Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.1.0...v0.2.4-alpha1
Downloads
-
v0.2.3 Stable
released this
2022-06-15 15:51:38 +00:00 | 14 commits to main since this releaseWhat's Changed
- Slight Performance improvements with Logging by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/67
- Slight Performance improvements with Logging (#67) by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/68
Full Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.2.2...v0.2.3
Downloads
-
v0.2.2 Stable
released this
2022-06-14 13:36:38 +00:00 | 16 commits to main since this releaseWhat's Changed
- Send slots to processedCh and remove by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/64
- Improve entrypoint to be more helpful by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/63
Full Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.2.1...v0.2.2
Downloads
-
v0.2.1 Stable
released this
2022-06-13 16:26:27 +00:00 | 20 commits to main since this releaseWhat's Changed
- Fix datarace condition by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/60
Full Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.2.0...v0.2.1
Downloads
-
v0.2.0 Stable
released this
2022-06-10 13:45:42 +00:00 | 22 commits to main since this releaseWhat's Changed
- Update the boot process by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/45
- Feature/44 read write historic slots by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/46
- Add Prometheus Metrics by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/49
- Capture the unique identifier everywhere its needed. by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/51
- Use a transaction for writing, knowngaps, and reorgs by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/53
- update multihash prefix by @i-norden in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/55
- Testing for Batch Processing by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/56
- Update README and condition for cleanup by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/58
- Include all changes needed for historical and knownGaps processing by @abdulrabbani00 in https://github.com/vulcanize/ipld-eth-beacon-indexer/pull/59
Full Changelog: https://github.com/vulcanize/ipld-eth-beacon-indexer/compare/v0.1.0...v0.2.0
Downloads
-
v0.1.0 Stable
released this
2022-05-18 16:24:22 +00:00 | 34 commits to main since this releaseOverview
This release contains all the code needed to run the application to
capture head
.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
- Head Tracking Changes by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/38
- Update Vulcanize License in a
.go
files by @abdulrabbani00 in https://github.com/vulcanize/ipld-ethcl-indexer/pull/41
Full Changelog: https://github.com/vulcanize/ipld-ethcl-indexer/commits/v0.1.0
Downloads
-
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