Skip to content

chore: bump to 2.7.0#26

Merged
Sentinel-Bluebuilder merged 1 commit intomasterfrom
chore/v2.7.0
Apr 27, 2026
Merged

chore: bump to 2.7.0#26
Sentinel-Bluebuilder merged 1 commit intomasterfrom
chore/v2.7.0

Conversation

@Sentinel-Bluebuilder
Copy link
Copy Markdown
Owner

Summary

What's new since 2.6.0

  • PrivyCosmosSigner / PrivyRawSignDirectSigner adapter — bridges Privy-held secp256k1 keys to a cosmjs OfflineDirectSigner.
  • SentinelClient({ signer }) — accept any OfflineDirectSigner for queries + broadcasts; mnemonic is now only required for VPN tunnel handshake.
  • docs/PRIVY-INTEGRATION.md — full integration guide, Mode A vs Mode B trust model, failure modes.
  • Live test suites (gated, not in CI):
    • npm run test:privy:live — real Sentinel mainnet broadcast (verified TX 4A6BA72AA4AF6A05BE10E8037AF31A5B1D6378A520FB4C0F05BF9CDD6FF50C7E at height 28097905).
    • npm run test:privy:server — round-trips against real Privy /v1/wallets/{id}/raw_sign.
  • 52/52 assertions across mocked + integration + live suites.

Test plan

  • npm run test:privy — 32 offline assertions
  • npm run test:privy:live — mainnet TX broadcast
  • npm run test:privy:server — real Privy server round-trip
  • CI green on master (Node 20 + 22)

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.
@Sentinel-Bluebuilder Sentinel-Bluebuilder merged commit 6cab775 into master Apr 27, 2026
2 checks passed
@Sentinel-Bluebuilder Sentinel-Bluebuilder deleted the chore/v2.7.0 branch April 27, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant