Skip to content

Commit

Permalink
Merge pull request #16 from lgingerich/release/v0.1.1
Browse files Browse the repository at this point in the history
Release/v0.1.1
  • Loading branch information
lgingerich authored Feb 20, 2025
2 parents 9e31df7 + c370fe6 commit 3ca8ea3
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 296 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Initial (non-production) release of the blockchain indexer
- Support for indexing Ethereum and ZKsyncblockchain data
- Support for indexing Ethereum and ZKsync blockchain data
- BigQuery integration for data storage

[0.1.0]: https://github.com/lgingerich/blockchain-indexer/releases/tag/v0.1.0

## [0.1.1] - 2025-02-20

### Changed
- Skip oversized traces as detected by error code `-32008`
- Fix ZKsync receipt parsing to retry on missing fields rather than failing
- Update retry config for longer delays, more attempts, and full jitter

[0.1.1]: https://github.com/lgingerich/blockchain-indexer/releases/tag/v0.1.1
Loading

0 comments on commit 3ca8ea3

Please sign in to comment.