Release v0.23.0
Installation
# Latest version
curl -L https://rindexer.xyz/install.sh | bash
# Specific version
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.23.00.23.0-beta - 4th August 2025
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.23.0
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_linux-amd64.tar.gz
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_darwin-amd64.tar.gz
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_win32-amd64.zip
Features
- feat: enhance filter conditions parsing and evaluation to handle complex expressions with logical operators
- feat: extend
is_known_zk_evm_compatible_chainto some new chains
Bug fixes
- fix: fix codegen for events with irregular width solidity integer types
- fix: logical operators precedence in filter conditions - #225
Breaking changes
EthereumSqlTypeWrapperU64,U64NullableandU64BigIntare now a rustu64typeEthereumSqlTypeWrapper::VecU64is now a rustVec<u64>typeTxInformationblock_numberandtransaction_indexare now a rustu64type