Skip to content

Commit 7f72730

Browse files
Release v0.23.0 (#283)
Co-authored-by: GitHub Action <[email protected]>
1 parent 3e083ae commit 7f72730

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rindexer_cli"
3-
version = "0.22.3"
3+
version = "0.23.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rindexer"
3-
version = "0.22.3"
3+
version = "0.23.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

documentation/docs/pages/docs/changelog.mdx

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,33 @@
55

66
### Features
77
-------------------------------------------------
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
108

119
### 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+
-------------------------------------------------
1411

1512
### Breaking changes
1613
-------------------------------------------------
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
2014

2115
## Releases
2216
-------------------------------------------------
2317

2418
all release branches are deployed through `release/VERSION_NUMBER` branches
2519

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+
2635
# 0.22.3-beta - 30th July 2025
2736

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

0 commit comments

Comments
 (0)