Install
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.17.0Changelog
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.17.0/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.17.0/rindexer_darwin-amd64.tar.gz
Features
- Alter full toolchain to stable, drop some nightly rustfmt options and re-run fmt.
- Improve logging experience by including more
errorsandnetworkinfo where possible. - Add a currently undocumented
CONTRACT_PERMITSenv var to control manually the concurrency via an env var. - Add
HasTxInformationtrait to allow working with generics over Network Contract Events.
Bug fixes
- Fix a bug with broken binary copy in the Postgres client.
finishshould be called manually on a bad write. - Fix bug with breaking out of historical indexing on log fetch error.
- Fix native transfer indexing bug by adjusting the reorg safe condition to be correct
- Fix
fetch_logsblock range parsing to include fallback string if no Err variant found (fixes Lens indexing)