Skip to content

Commit b9ea663

Browse files
committed
chore(release): regenerate bindings and bump crates to v0.10.2
1 parent 46289ad commit b9ea663

17 files changed

Lines changed: 7568 additions & 758 deletions

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.2] - 2026-02-18
11+
12+
### Changed
13+
14+
- Updated bindings from TNT Core contracts
15+
1016
## [0.10.0] - 2026-02-11
1117

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

205-
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.0...HEAD
211+
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.2...HEAD
206212
[0.1.0]: https://github.com/tangle-network/tnt-core/releases/tag/bindings-v0.1.0
207213
[0.4.1]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.0...bindings-v0.4.1
208214
[0.4.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.1...bindings-v0.4.2
@@ -230,3 +236,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230236
[0.8.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.8.0...bindings-v0.8.2
231237
[0.9.0]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.8.2...bindings-v0.9.0
232238
[0.10.0]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.9.0...bindings-v0.10.0
239+
[0.10.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.0...bindings-v0.10.2

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.0"
3+
version = "0.10.2"
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-
3b37a295774da7c931cb7b9788056b0798a0f021
1+
46289ad98138d8e20d6647d3cb602597846fcfac

bindings/abi/IBlueprintServiceManager.json

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

bindings/abi/IMultiAssetDelegation.json

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

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.

bindings/abi/ITangleSlashing.json

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

bindings/abi/MultiAssetDelegation.json

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

bindings/abi/OperatorStatusRegistry.json

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

0 commit comments

Comments
 (0)