chore: release 0.15.0 - #39
Merged
Merged
Conversation
Minor, and breaking: #38 removed `Ed25519Signer.fromMnemonic` (a raw-key signer cannot satisfy a CIP-1852 address) and the codegen template's floor references `^0.15.0`, so the package must publish 0.15.0 before the `codegen` CI check can resolve it. Coordinated fleet cut per `sdk-spec/release-policy.md`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Version bump only —
sdk/package.jsonand the matchingpackage-lock.jsonworkspace entry, same shape aschore: release 0.14.0 (#37).Why minor: #38 removed
Ed25519Signer.fromMnemonic— a breaking change — and the codegen template (.trix/client-lib/package.json.hbs) now floors on^0.15.0. Thecodegencheck type-checks the rendered template against npm, where the newesttx3-sdkis 0.14.0, so publishingv0.15.0is what turns it green.Changelog note for the release:
Ed25519Signer.fromMnemonicis gone. Callers deriving a signer from a mnemonic should useCardanoSigner.fromMnemonic; the Ed25519 signer keeps its raw-key constructors, per sdk-spec §3.5. The removed method could not produce a witness satisfying the caller-supplied address, since CIP-1852 binds that address to an extended key.Fleet coordination:
sdk-spec/release-policy.mdrequires oneMAJOR.MINORtrain across all four SDKs.Merge, then push
v0.15.0to trigger the publish workflow (it validates the tag againstsdk/package.json).🤖 Generated with Claude Code