|
5 | 5 |
|
6 | 6 | ### Features |
7 | 7 | ------------------------------------------------- |
8 | | -- feat: enhance filter conditions parsing and evaluation to handle complex expressions with logical operators |
9 | | -- feat: extend `is_known_zk_evm_compatible_chain` to some new chains |
10 | 8 |
|
11 | 9 | ### Bug fixes |
12 | | -- fix: fix codegen for events with irregular width solidity integer types |
13 | | -- fix: logical operators precedence in filter conditions - https://github.com/joshstevens19/rindexer/issues/225 |
| 10 | +------------------------------------------------- |
14 | 11 |
|
15 | 12 | ### Breaking changes |
16 | 13 | ------------------------------------------------- |
17 | | -- `EthereumSqlTypeWrapper` `U64`, `U64Nullable` and `U64BigInt` are now a rust `u64` type |
18 | | -- `EthereumSqlTypeWrapper::VecU64` is now a rust `Vec<u64>` type |
19 | | -- `TxInformation` `block_number` and `transaction_index` are now a rust `u64` type |
20 | 14 |
|
21 | 15 | ## Releases |
22 | 16 | ------------------------------------------------- |
23 | 17 |
|
24 | 18 | all release branches are deployed through `release/VERSION_NUMBER` branches |
25 | 19 |
|
| 20 | +# 0.23.0-beta - 4th August 2025 |
| 21 | + |
| 22 | +github branch - https://github.com/joshstevens19/rindexer/tree/release/0.23.0 |
| 23 | + |
| 24 | +- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_linux-amd64.tar.gz |
| 25 | +- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_darwin-arm64.tar.gz |
| 26 | +- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_darwin-amd64.tar.gz |
| 27 | +- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.23.0/rindexer_win32-amd64.zip |
| 28 | + |
| 29 | +### Bug fixes |
| 30 | +------------------------------------------------- |
| 31 | +- fix: fix codegen for events with irregular width solidity integer types |
| 32 | +- fix: logical operators precedence in filter conditions - https://github.com/joshstevens19/rindexer/issues/225 |
| 33 | + |
| 34 | + |
26 | 35 | # 0.22.3-beta - 30th July 2025 |
27 | 36 |
|
28 | 37 | github branch - https://github.com/joshstevens19/rindexer/tree/release/0.22.3 |
|
0 commit comments