Skip to content

fix: bump Sequence SDK to beta.17 for counterfactual wallet support#57

Merged
JamesLawton merged 1 commit intomainfrom
test/sdk-bump-only
Mar 9, 2026
Merged

fix: bump Sequence SDK to beta.17 for counterfactual wallet support#57
JamesLawton merged 1 commit intomainfrom
test/sdk-bump-only

Conversation

@AkshatGada
Copy link
Collaborator

Summary

  • Bumps @0xsequence/* packages from 3.0.0-beta.16 to 3.0.0-beta.17 and @0xsequence/dapp-client-cli from 0.1.3 to 0.1.5
  • This fixes send-native (and other tx commands) failing on counterfactual (undeployed) smart wallets
  • The SDK fix is at the sequence.js / dapp-client-cli level — the guest executor now correctly bundles deploy+execute in a single transaction

Test done

  • Created a fresh counterfactual wallet (0x5c19a4fd2258b4aea96764756f5947e7299afff7) — confirmed NOT deployed via eth_getCode
  • Funded wallet with POL
  • Ran send-native --broadcast — tx succeeded: 0x822319d9...
  • Verified wallet is now deployed on-chain after the transaction
  • No code changes to dapp-client.ts — existing fee selection logic works correctly with the updated SDK

@JamesLawton JamesLawton merged commit 62dc3ba into main Mar 9, 2026
4 checks passed
@JamesLawton JamesLawton deleted the test/sdk-bump-only branch March 9, 2026 12:04
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.

2 participants