Commit 387f9d1
feat(mwa): add features[] to CapabilitiesResult for MWA 2.0 completeness
PR #269 shipped GetCapabilities() but its CapabilitiesResult is missing
the features[] array defined in the MWA 2.0 spec. Real wallets populate
it: tested on Solana Seeker with Phantom on mainnet, get_capabilities
returns features=[supports_sign_and_send_transactions]. Without this
field, the SDK silently drops that data on deserialization.
Non-breaking: adds one nullable property on an existing response model.
Existing consumers unaffected.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 74a2179 commit 387f9d1
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
0 commit comments