Install
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.17.3Changelog
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.17.3/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.17.3/rindexer_darwin-amd64.tar.gz
Bug fixes
- Improve RPC Efficiency
- Make Native Transfer indexing a little more gently on startup, and a bit slower on failure, to prevent overloading apis with concurrency
- Improve Startup speed significantly by reducing lots of redundant sequential rpc calls
- Respect native transfer
enabled: falsesetting - Add some more debug logging, spans, and change some log levels
Breaking changes
- Add
block_poll_frequencyto the yaml config to allow better control over block polling behavior. This will require re-running codegen for rust projects as it breaks the existingcreate_clientinterface.