Skip to content

Commit 78bd2c3

Browse files
github-actions[bot]github-actionsxavier-brochard
authored
2.4.3 (#546)
This is the release candidate for version 2.4.3. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release v2.4.3 with optimized account monitoring, performance improvements, cached price lookups, on-demand SNS resolution, test dapp UI buttons, and updated manifest shasum. > > - **Snap (`packages/snap`)**: > - **Performance/Behavior**: > - Optimize account subscriptions to only monitor selected accounts. > - Skip full account sync after account creation. > - Cache `PriceAPI` exchange rate requests. > - On-demand SNS domain resolution in confirmation screens. > - **Release**: > - Bump version to `2.4.3` in `package.json` and update `snap.manifest.json` `version` and `source.shasum`. > - **Site (`packages/site`)**: > - Add buttons to simulate account selection. > - Update changelog links and bump version to `2.4.3`. > - **Monorepo**: > - Bump root `package.json` to `2.4.3` and update changelogs/compare links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8e8c163. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Xavier Brochard <[email protected]>
1 parent 6ad3206 commit 78bd2c3

File tree

6 files changed

+26
-7
lines changed

6 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solana-wallet-snap-monorepo",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",

packages/site/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.4.3]
11+
12+
### Added
13+
14+
- Buttons to simulate account selection ([#543](https://github.com/MetaMask/snap-solana-wallet/pull/543))
15+
1016
## [2.4.2]
1117

1218
### Changed
@@ -217,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217223

218224
- Add chakra for easier dx on site ([#53](https://github.com/MetaMask/snap-solana-wallet/pull/53))
219225

220-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...HEAD
226+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.3...HEAD
227+
[2.4.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...v2.4.3
221228
[2.4.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.0.0...v2.4.2
222229
[2.0.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.36.0...v2.0.0
223230
[1.36.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.35.0...v1.36.0

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/solana-wallet-test-dapp",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"private": true,
55
"description": "A sample dapp to test the Solana wallet Snap.",
66
"license": "(MIT-0 OR Apache-2.0)",

packages/snap/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.4.3]
11+
12+
### Uncategorized
13+
14+
### Changed
15+
16+
- Optimize account subscriptions to only monitor selected accounts ([#543](https://github.com/MetaMask/snap-solana-wallet/pull/543))
17+
- Skip full account sync after account creation for improved performance ([#543](https://github.com/MetaMask/snap-solana-wallet/pull/543))
18+
- Add caching for PriceAPI exchange rate requests ([#545](https://github.com/MetaMask/snap-solana-wallet/pull/545))
19+
- Implement on-demand SNS domain resolution in confirmation screens ([#544](https://github.com/MetaMask/snap-solana-wallet/pull/544))
20+
1021
## [2.4.2]
1122

1223
### Changed
@@ -951,7 +962,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
951962
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
952963
- Snap setup
953964

954-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...HEAD
965+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.3...HEAD
966+
[2.4.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...v2.4.3
955967
[2.4.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.1...v2.4.2
956968
[2.4.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.0...v2.4.1
957969
[2.4.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.11...v2.4.0

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/solana-wallet-snap",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A Solana wallet Snap.",
55
"repository": {
66
"type": "git",

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.4.2",
2+
"version": "2.4.3",
33
"description": "Manage Solana using MetaMask",
44
"proposedName": "Solana",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
88
},
99
"source": {
10-
"shasum": "Z3x68DtN7fwk0qJJAOHmq2AKuNOgm+IdmFUkF1h0juM=",
10+
"shasum": "FrtoiWE3Xhcl3tdHdFeDG2W0KGo53Th0UHmN/DM1sBE=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)