Skip to content

Commit a628709

Browse files
committed
fix: correct changeset to reflect KeyPairSigner | NoopSigner types
1 parent 743e758 commit a628709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/tx-sender-browser-wallet-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Improve browser wallet compatibility and add configurable transaction sending strategy
66

77
**Browser Wallet Support:**
8-
- `buildTransaction` now accepts `TransactionSigner` (KeyPairSigner or NoopSigner) and automatically detects signer type
8+
- `buildTransaction` now accepts `KeyPairSigner | NoopSigner` and automatically detects signer type
99
- Performs partial signing for NoopSigner (browser wallets), full signing for KeyPairSigner (Node.js)
1010
- `sendTransaction` now accepts `(FullySignedTransaction | Transaction) & TransactionWithLifetime` to support both workflows
1111

@@ -15,7 +15,7 @@ Improve browser wallet compatibility and add configurable transaction sending st
1515
- Default settings optimized for premium RPCs; public RPC users can configure conservative settings
1616

1717
**Breaking Changes:**
18-
- `buildTransaction` no longer accepts `Address` string parameter. Must pass `TransactionSigner` instance to ensure same object is used for both instruction building and transaction building (required by Solana's `@solana/kit` identity checks).
18+
- `buildTransaction` no longer accepts `Address` string parameter. Must pass `KeyPairSigner | NoopSigner` instance to ensure same object is used for both instruction building and transaction building (required by Solana's `@solana/kit` identity checks).
1919

2020
**Migration:**
2121
```typescript

0 commit comments

Comments
 (0)