chore: bump tnt-core-bindings to v0.17.0#1415
Merged
Merged
Conversation
Pin to the chore/bindings-v0.17.0 branch in tangle-network/tnt-core pending the crates.io publish of 0.17.0. v0.17.0 carries the subscription billing rearchitecture (requestService + fundService), the payments facet split with self-only distributePayment, RFQ replay / freshness / cumulative TTL hardening, the collapsed approveService(ApprovalParams) entry point, claimRewards / claimRewardsAll griefing isolation, and the O(1) operator stake aggregate with VPM share-pool slashing. Workspace compiles clean; 1128 lib tests pass.
PR Quality Gate Summary
Blocking issues
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pin
tnt-core-bindingsto thechore/bindings-v0.17.0branch intangle-network/tnt-core(commit 705b4c0) pending the crates.io publish of 0.17.0. This is a temporary git dep; once the version is published we'll flip back to a crates.io pin.v0.17.0 carries:
requestService+fundServiceflow).distributePaymentonTanglePaymentsDistributionFacet.approveService(ApprovalParams)entry point — oldapproveServiceWithXxxmatrix removed.claimRewards/claimRewardsAllgriefing isolation via per-token try/catch.Upstream: tangle-network/tnt-core#137.
Compile / test status
cargo check --workspace: clean.cargo test --workspace --lib: 1128 passed, 0 failed, 23 ignored.No source changes were required — the bindings re-exports consumed by
crates/clients/tangle/src/contracts.rs,crates/qos/src/heartbeat.rs, andcrates/x402/src/gateway.rsare still present in v0.17.0.Follow-up
Flip the dep back to
tnt-core-bindings = "0.17.0"once the crate is published.