Releases: Blobscan/blobscan-indexer.rs
Releases · Blobscan/blobscan-indexer.rs
v0.2.1
What's Changed
- chore: migrate from
ethers-rs
toalloy
by @PJColombo in #77
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- refactor: refactor chain reorgs handling by @PJColombo in #72
- feat: index transaction's index by @PJColombo in #74
Full Changelog: v0.1.3...v0.2.0
v0.1.3
This release doesn't include any code changes, only docker tag and github action fixes
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This release doesn't include any code changes, only docker tag and github action fixes
Full Changelog: v0.1.1...v0.1.2
v0.1.1
This release doesn't include any code changes.
When creating a new release, create a docker image with 'stable' tag too
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First semantic release after changing the ci/cd workflow
What's Changed
- ci: fix CD workflow by @0xGabi in #6
- v1: Initial implementation by @PJColombo in #1
- Feat: Build & Lint CI by @Evalir in #12
- Localdev: add
docker-compose
by @Evalir in #16 - Telemetry: replace
log4rs
withtracing
by @Evalir in #14 - fix: enable passing env through envy when no .env file defined by @0xGabi in #22
- cd: add Dockerfile for rust by @0xGabi in #18
- Error handling improvements by @PJColombo in #21
- chore(
slot_processor
): use unwrap_or for more idiomatic core by @Evalir in #24 - Implement Blobscan API client by @0xGabi in #26
- Add JWT authorization + Fixes by @PJColombo in #27
- Update readme by @PabloCastellano in #32
- Add Parallel Indexing by @PJColombo in #30
- Indexer improvements by @PJColombo in #37
- Tag docker image as latest by @PabloCastellano in #38
- chore: use LH blobs beacon API endpoint by @0xGabi in #42
- feat: index blob gas fields by @PJColombo in #45
- feat: show banner by @PabloCastellano in #47
- feat: add reorgs support + indexer restructuring by @PJColombo in #53
- feat: index finalised checkpoint blocks by @PJColombo in #57
- chore(clients): add support for blob kzg_proof by @0xGabi in #55
- feat: trim username/password in EL/CL url by @jsvisa in #56
- fix(sync): initialize SlotsProcessor with Synchronizer last_block by @0xGabi in #59
- fix: demote log message by @PabloCastellano in #60
- chore: use better log formatting by @PJColombo in #61
- style: improve env vars by @PJColombo in #62
- fix: revamp reorg handling logic by @PJColombo in #63
- Add gnosis fork slots by @PabloCastellano in #64
- chore: update blobscan api base url by @0xGabi in #66
- feat: add disabling args by @PJColombo in #68
- feat(indexer): add
--to-slot
arg by @PJColombo in #69
New Contributors
- @Evalir made their first contribution in #12
- @PabloCastellano made their first contribution in #32
- @jsvisa made their first contribution in #56
Full Changelog: https://github.com/Blobscan/blobscan-indexer.rs/commits/v0.1.0