Skip to content

Commit 74c67d9

Browse files
committed
chore(release): regenerate bindings and bump to v0.10.4
1 parent 32055b6 commit 74c67d9

7 files changed

Lines changed: 15 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Tangle Network's EVM-native staking and service blueprint protocol. Build decent
55
## Installation
66

77
```bash
8-
forge soldeer install tnt-core~0.8.0
8+
forge soldeer install tnt-core~0.10.4
99
```
1010

1111
Or add to `foundry.toml`:
1212
```toml
1313
[dependencies]
14-
tnt-core = "0.8.0"
14+
tnt-core = "0.10.4"
1515
```
1616

1717
## Quick Start

bindings/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.4] - 2026-02-24
11+
12+
### Changed
13+
14+
- Updated bindings from TNT Core contracts
15+
1016
## [0.10.3] - 2026-02-21
1117

1218
### Changed
@@ -214,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
214220
- Raw ABI JSON exports via `abi` module
215221
- `TNT_CORE_VERSION` constant for commit tracking
216222

217-
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.3...HEAD
223+
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.4...HEAD
218224
[0.1.0]: https://github.com/tangle-network/tnt-core/releases/tag/bindings-v0.1.0
219225
[0.4.1]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.0...bindings-v0.4.1
220226
[0.4.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.1...bindings-v0.4.2
@@ -244,3 +250,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244250
[0.10.0]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.9.0...bindings-v0.10.0
245251
[0.10.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.0...bindings-v0.10.2
246252
[0.10.3]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.2...bindings-v0.10.3
253+
[0.10.4]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.3...bindings-v0.10.4

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tnt-core-bindings"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Rust bindings for TNT Core Solidity contracts (Tangle restaking protocol)"

bindings/TNT_CORE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b91e845007a82798c8e79fbe28e6369fa97b320
1+
32055b63efa6cb4c8f690f14a572c74275e5a411

bindings/abi/ITangle.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bindings/abi/ITangleFull.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tnt-core-fixtures"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Local testnet fixture data for TNT Core"

0 commit comments

Comments
 (0)