WIRE-339/WIRE-353: align generated claim interfaces with no-expiry policy - #87
Draft
huangminghuang wants to merge 6 commits into
Draft
huangminghuang wants to merge 6 commits into
huangminghuang wants to merge 6 commits into
Conversation
Change-Id: Iac3556e891d9ee29ec1d315b9ce232b8945ceacd
…m-types Change-Id: I027c362b816cefffb7814f284a30654dc5817d48
huangminghuang
marked this pull request as ready for review
September 24, 2026 19:01
huangminghuang
marked this pull request as draft
September 24, 2026 20:34
Change-Id: I16383ec843a80443da897da8c2096b072e4699d0
huangminghuang
marked this pull request as ready for review
September 24, 2026 23:47
huangminghuang
marked this pull request as draft
September 25, 2026 16:26
Change-Id: I065a57a2311b7d039d2213411cff728635c5d44e
Change-Id: Ia8cf355b25c2327bf8384ab3d9158315918462a8
Change-Id: I5e5818882663dbdafbee2b463cae50bbd5c0935b
This branch has not been deployed
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
setclmwindow,flushexpired, and reservesweepclaimsactions from the generated client surface and action metadata.toABIfunction check also narrows the optional method under strict-null checking.Why
WIRE-339 and the approved WIRE-353 policy keep all four claim ledgers claimable indefinitely, including reserve swap payouts and refunds. The SDK must match the contract schemas and stop advertising removed expiry actions. The serializer guard correction is type-only and preserves runtime behavior while integrating the target branch's
slug_nameserializer.Published
@wireio/sdk-core1.0.92 still exposes expiry declarations and reservesweepclaimsin both ESM and CJS. Merge this source after the contract companion and publish a compatible SDK through the normal release process before updating registry consumers.Validation
Companion PRs