Skip to content

Commit 7f45292

Browse files
chore(release): 0.141.1 [skip ci]
## [0.141.1](0.141.0...0.141.1) (2026-02-13) ### Bug Fixes * allow merging partials with blocks of different hashes ([8177364](8177364)) * normalise block hash during partial merge ([25861aa](25861aa)) * Partial blocks support ([#847](#847)) ([66c2e41](66c2e41)) * remove partial value from collect_and_process_full_block response ([1cb4c92](1cb4c92)) * skip applying partial reverts to pending deltas buffer ([0130219](0130219)) * skip inserting partial blocks on pending deltas buffer ([cc873f7](cc873f7))
1 parent 66c2e41 commit 7f45292

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.141.1](https://github.com/propeller-heads/tycho-indexer/compare/0.141.0...0.141.1) (2026-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* allow merging partials with blocks of different hashes ([8177364](https://github.com/propeller-heads/tycho-indexer/commit/8177364c57d9392d4eb4b66454e883f83e5de54f))
7+
* normalise block hash during partial merge ([25861aa](https://github.com/propeller-heads/tycho-indexer/commit/25861aab5ea57b2035c40b448ca6f2b3e5b0e977))
8+
* Partial blocks support ([#847](https://github.com/propeller-heads/tycho-indexer/issues/847)) ([66c2e41](https://github.com/propeller-heads/tycho-indexer/commit/66c2e41eff3cf6c601b8f50236a258a9c4228f66))
9+
* remove partial value from collect_and_process_full_block response ([1cb4c92](https://github.com/propeller-heads/tycho-indexer/commit/1cb4c9296eca987cf7fed7c97e5c026c3b0cb164))
10+
* skip applying partial reverts to pending deltas buffer ([0130219](https://github.com/propeller-heads/tycho-indexer/commit/013021981deadc9a2b9234b3e9d46a8cc29a2993))
11+
* skip inserting partial blocks on pending deltas buffer ([cc873f7](https://github.com/propeller-heads/tycho-indexer/commit/cc873f716fc244a157d66dd462fccaf6de59e234))
12+
113
## [0.141.0](https://github.com/propeller-heads/tycho-indexer/compare/0.140.1...0.141.0) (2026-02-13)
214

315

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.141.0"
13+
version = "0.141.1"
1414
repository = "https://github.com/propeller-heads/tycho-indexer"
1515
homepage = "https://www.propellerheads.xyz/tycho"
1616
documentation = "https://docs.propellerheads.xyz/tycho"
@@ -45,10 +45,10 @@ uuid = { version = "1.4.1", features = [
4545
"macro-diagnostics",
4646
] }
4747
hex = "0.4.3"
48-
tycho-common = { path = "./tycho-common", version = "0.141.0" }
49-
tycho-storage = { path = "./tycho-storage", version = "0.141.0" }
50-
tycho-ethereum = { path = "./tycho-ethereum", version = "0.141.0" }
51-
tycho-client = { path = "./tycho-client", version = "0.141.0" }
48+
tycho-common = { path = "./tycho-common", version = "0.141.1" }
49+
tycho-storage = { path = "./tycho-storage", version = "0.141.1" }
50+
tycho-ethereum = { path = "./tycho-ethereum", version = "0.141.1" }
51+
tycho-client = { path = "./tycho-client", version = "0.141.1" }
5252
futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
5353
thiserror = "1"
5454
tracing = "0.1.37"

tycho-client-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "tycho-indexer-client"
77
# this is versioned in lockstep with all other tycho packages
8-
version = "0.141.0"
8+
version = "0.141.1"
99
description = "A package for interacting with the Tycho API."
1010
readme = "README.md"
1111
authors = [

0 commit comments

Comments
 (0)