Skip to content

Releases: joshstevens19/rindexer

Release v0.24.1

20 Aug 14:45
e55a8e6

Choose a tag to compare

Release v0.24.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.24.1

0.24.1-beta - 20th August 2025

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

Bug fixes


  • fix: graphql embedded binary

Release v0.24.0

20 Aug 10:22

Choose a tag to compare

Release v0.24.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.24.0

0.24.0-beta - 19th August 2025

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

Features


  • feat: support tuples and nested tuples as event inputs
  • feat: bring graphql into the binary
  • feat: support array in input_name factory filter configuration

Bug fixes


  • fix: requiring to install lsof when running the graphql

Release v0.23.0

04 Aug 12:42
7f72730

Choose a tag to compare

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

Release v0.22.3

30 Jul 19:20
d9a55b7

Choose a tag to compare

Release v0.22.3

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.22.3

0.22.3-beta - 30th July 2025

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

Bug fixes


  • fix: do not try to write streams file even when csv is off

Release v0.22.2

30 Jul 01:17
a1aebba

Choose a tag to compare

Release v0.22.2

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.22.2

0.22.2-beta - 30th July 2025

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

Bug fixes


  • fix: remove custom panic handling as causing issues
  • fix: too much noise on the last seen live logs

Release v0.22.1

29 Jul 08:37
b4aac25

Choose a tag to compare

Release v0.22.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.22.1

0.22.1-beta - 29th July 2025

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

Bug fixes


  • fix: make rpc error logging only log out errors which are not already handled
  • fix: generate proper snake case file names for factory contracts handlers
  • fix: drop rindexer_internal.latest_block when drop_each_run is defined

Release v0.22.0

25 Jul 11:11
55dd6a6

Choose a tag to compare

Release v0.22.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.22.0

0.22.0-beta - 25th July 2025

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

Features


  • feat: add some extra logging extensions to see when rpcs are falling over
  • feat: adding more logging when the node gets back since last seen block number
  • feat: improve factory contract indexing by fully indexing factory contract event

Bug fixes


  • fix: Consolidate Async Runtimes - #271

Release v0.21.2

16 Jul 16:18
2c54ae6

Choose a tag to compare

Release v0.21.2

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.21.2

0.21.2-beta - 16th July 2025

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

Bug fixes


  • fix: resolve build issues with reth dependencies, and feature gate reth dependencies to avoid bloating the binary size

Release v0.21.1

16 Jul 11:54
8384e44

Choose a tag to compare

Release v0.21.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.21.1

0.21.1-beta - 16th July 2025

Features


  • feat: Add a Nullable Numeric256 SQL type, Nullable DateTime SQL type and Uuid SQL type

Bug fixes


  • fix: resolve issues with updating last seen block even if the event failed

Release v0.21.0

15 Jul 13:56
37b5fc2

Choose a tag to compare

Install

curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.21.0

Changelog

Bug fixes

  • fix: resolve multi-network dependency issues