Skip to content

Commit 97f9484

Browse files
committed
chore(bindings): regenerate and bump to v0.10.3
1 parent 2b91e84 commit 97f9484

16 files changed

Lines changed: 1610 additions & 20 deletions

Cargo.lock

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

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

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

211-
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.2...HEAD
217+
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.3...HEAD
212218
[0.1.0]: https://github.com/tangle-network/tnt-core/releases/tag/bindings-v0.1.0
213219
[0.4.1]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.0...bindings-v0.4.1
214220
[0.4.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.1...bindings-v0.4.2
@@ -237,3 +243,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237243
[0.9.0]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.8.2...bindings-v0.9.0
238244
[0.10.0]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.9.0...bindings-v0.10.0
239245
[0.10.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.0...bindings-v0.10.2
246+
[0.10.3]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.2...bindings-v0.10.3

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.2"
3+
version = "0.10.3"
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-
46289ad98138d8e20d6647d3cb602597846fcfac
1+
2b91e845007a82798c8e79fbe28e6369fa97b320

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.

0 commit comments

Comments
 (0)