Skip to content

Releases: MetaMask/snap-solana-wallet

2.4.0

24 Sep 09:53
40eb904

Choose a tag to compare

@metamask/solana-wallet-snap

Changed

  • Enable Devnet support across our environments (#526)

2.3.11

23 Sep 17:36
2ee3176

Choose a tag to compare

@metamask/solana-wallet-snap

Changed

  • Offline fee calculation with support to secp256k1 and secp256r1 signatures (#527)

Fixed

  • Added support for signing transactions where the fee payer differs from the user's account (#535)

2.3.10

19 Sep 14:38
424af2a

Choose a tag to compare

@metamask/solana-wallet-snap

Added

  • Mechanism to time out websocket subscriptions (#525)

Changed

  • Offloaded the assets and transactions sync from account creation (#528)

Fixed

  • Enforce proper assets state sync between snap and client (#529)

2.3.9

15 Sep 08:08
c1f3f81

Choose a tag to compare

@metamask/solana-wallet-snap

Added

  • Add new client-only entrypoint signRewardsMessage (#522)
  • Track Sentry events for unclean WebSocket connection closures (#523)

Fixed

  • Fix validation for .sol domain name resolution (#521)

2.3.8

08 Sep 13:16
a239b60

Choose a tag to compare

@metamask/solana-wallet-snap

Fixed

  • Notify client when native SOL balance reaches zero (#519)

2.3.7

05 Sep 12:37
d8b54d5

Choose a tag to compare

@metamask/solana-wallet-snap

Added

  • Support tokens with multiplier (#509)

Fixed

  • Hide spam transactions from activity list (#515)
  • Default to symbol UNKNOWN in activity for tokens with no metadata (#517)

2.3.6

04 Sep 10:26
023eef1

Choose a tag to compare

@metamask/solana-wallet-snap

Changed

  • Remove unnecessary analytics property (#513)

2.3.5

04 Sep 10:02
1fcbced

Choose a tag to compare

@metamask/solana-wallet-snap

Added

  • Instrument create account (#510)

Changed

  • Update analytics properties (#511)

2.3.4

01 Sep 13:27
d75bcfc

Choose a tag to compare

@metamask/solana-wallet-snap

Fixed

  • Fix the send transaction object passed to blockaid scan API (#507)

2.3.3

29 Aug 11:58
be21880

Choose a tag to compare

@metamask/solana-wallet-snap

Changed

  • Close WebSockets onInactive after a grace period (#505)
  • Use safer TransferChecked instruction instead Transfer to send SPL tokens (#503)

Fixed

  • Fix the parsing of self transfers (#504)