chore: bump to 2.7.0#26
Merged
Sentinel-Bluebuilder merged 1 commit intomasterfrom Apr 27, 2026
Merged
Conversation
Adds Privy → Sentinel SDK integration (PrivyCosmosSigner adapter) and the
signer constructor option on SentinelClient. Verified end-to-end against
mainnet (TX 4A6BA72A...F50C7E) and the real Privy /v1/wallets/{id}/raw_sign
endpoint.
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
What's new since 2.6.0
PrivyCosmosSigner/PrivyRawSignDirectSigneradapter — bridges Privy-held secp256k1 keys to a cosmjsOfflineDirectSigner.SentinelClient({ signer })— accept anyOfflineDirectSignerfor queries + broadcasts;mnemonicis now only required for VPN tunnel handshake.docs/PRIVY-INTEGRATION.md— full integration guide, Mode A vs Mode B trust model, failure modes.npm run test:privy:live— real Sentinel mainnet broadcast (verified TX4A6BA72AA4AF6A05BE10E8037AF31A5B1D6378A520FB4C0F05BF9CDD6FF50C7Eat height 28097905).npm run test:privy:server— round-trips against real Privy/v1/wallets/{id}/raw_sign.Test plan
npm run test:privy— 32 offline assertionsnpm run test:privy:live— mainnet TX broadcastnpm run test:privy:server— real Privy server round-trip