github joshstevens19/rindexer v0.23.0
Release v0.23.0

latest releases: v0.28.1, v0.28.0, v0.27.1...
3 months ago

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.0

0.23.0-beta - 4th August 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.23.0

Features


  • feat: enhance filter conditions parsing and evaluation to handle complex expressions with logical operators
  • feat: extend is_known_zk_evm_compatible_chain to 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


  • EthereumSqlTypeWrapper U64, U64Nullable and U64BigInt are now a rust u64 type
  • EthereumSqlTypeWrapper::VecU64 is now a rust Vec<u64> type
  • TxInformation block_number and transaction_index are now a rust u64 type

Don't miss a new rindexer release

NewReleases is sending notifications on new releases.