File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1111Or 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tnt-core-bindings"
3- version = " 0.10.3 "
3+ version = " 0.10.4 "
44edition = " 2021"
55rust-version = " 1.81"
66description = " Rust bindings for TNT Core Solidity contracts (Tangle restaking protocol)"
Original file line number Diff line number Diff line change 1- 2b91e845007a82798c8e79fbe28e6369fa97b320
1+ 32055b63efa6cb4c8f690f14a572c74275e5a411
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11[package ]
22name = " tnt-core-fixtures"
3- version = " 0.10.3 "
3+ version = " 0.10.4 "
44edition = " 2021"
55rust-version = " 1.81"
66description = " Local testnet fixture data for TNT Core"
You can’t perform that action at this time.
0 commit comments