Releases: Blobscan/blobscan-indexer.rs
Releases · Blobscan/blobscan-indexer.rs
v0.5.0
What's Changed
- chore: release v0.4.4 by @github-actions[bot] in #103
- fix: on SSE disconnect fetch the current latest synced block instead of reusing the one passed to the task, preventing duplicate block reindexing by @PJColombo in #105
- docs: show usage parameters and improve wording by @PabloCastellano in #96
- chore(deps): bump tracing-subscriber from 0.3.18 to 0.3.20 by @dependabot[bot] in #107
- chore(deps): bump openssl from 0.10.66 to 0.10.73 by @dependabot[bot] in #108
- chore(deps): bump tokio from 1.40.0 to 1.43.1 by @dependabot[bot] in #109
Full Changelog: v0.4.4...v0.5.0
v0.4.4
Added
- add
lib
file
Other
- add aync trait macro
- restrict env and args usage to main entrypoint, separating them from library code
v0.4.3
What's Changed
- ci: add release workflow by @PJColombo in #101
- chore: bump alloy by @PJColombo in #102
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
This release resolves a startup issue affecting the Blobscan indexer on the Gnosis network
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat(indexing): add catchup task, refactor task handling, and improve reorg error logic by @PJColombo in #98
- fix: increase reqwest client request timeout by @PJColombo in #99
Full Changelog: v0.3.4...v0.4.0
v.0.3.4
What's Changed
- fix: handle zero dencun fork slot by @PJColombo in #95
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- feat(network): add Hoodi testnet support by @PabloCastellano in #93
Full Changelog: v0.3.2...v0.3.3
v0.3.2
✨ Release Highlights
This release fixes an deserialisation issue when indexing slot 7843278 from Sepolia.
What's Changed
- fix: resolve deserialisation issue by @PJColombo in #92
Full Changelog: v0.3.1...v0.3.2