Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solana-wallet-snap-monorepo",
"version": "1.31.2",
"version": "1.32.0",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",
Expand Down
9 changes: 8 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.32.0]

### Added

- Add `origin` param to Keyring methods ([#395](https://github.com/MetaMask/snap-solana-wallet/pull/395))

## [1.31.0]

### Fixed
Expand Down Expand Up @@ -176,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.32.0...HEAD
[1.32.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.0...v1.32.0
[1.31.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.22.0...v1.31.0
[1.22.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.19.0...v1.22.0
[1.19.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.18.1...v1.19.0
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/solana-wallet-test-dapp",
"version": "1.31.0",
"version": "1.32.0",
"private": true,
"description": "A sample dapp to test the Solana wallet Snap.",
"license": "(MIT-0 OR Apache-2.0)",
Expand Down
18 changes: 17 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.32.0]

### Added

- Pass origin param to Blockaid ([#395](https://github.com/MetaMask/snap-solana-wallet/pull/395))
- Display origin param in confirmation screens ([#408](https://github.com/MetaMask/snap-solana-wallet/pull/408))
- Add Swaps failling test case where we end up with only positive balance changes ([#398](https://github.com/MetaMask/snap-solana-wallet/pull/398))

### Fixed

- Spam filter was not triggered on failed transactions ([#399](https://github.com/MetaMask/snap-solana-wallet/pull/399))
- Add space to "Advanced details" button ([#407](https://github.com/MetaMask/snap-solana-wallet/pull/407))
- Replace viewbox on question mark image ([#404](https://github.com/MetaMask/snap-solana-wallet/pull/404))
- Fix `onProtocolRequest` validation ([#403](https://github.com/MetaMask/snap-solana-wallet/pull/403))

## [1.31.2]

### Changed
Expand Down Expand Up @@ -630,7 +645,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
- Snap setup

[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.32.0...HEAD
[1.32.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.2...v1.32.0
[1.31.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.1...v1.31.2
[1.31.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.0...v1.31.1
[1.31.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.30.4...v1.31.0
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/solana-wallet-snap",
"version": "1.31.2",
"version": "1.32.0",
"description": "A Solana wallet Snap.",
"repository": {
"type": "git",
Expand Down
18 changes: 5 additions & 13 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.31.2",
"version": "1.32.0",
"description": "Manage Solana using MetaMask",
"proposedName": "Solana",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
},
"source": {
"shasum": "3a0KLtz9ic+Lh6Q0oJlyRXfXfWTvJ14xRvImD/MBvvE=",
"shasum": "CFaSxaVJ86Yu8T8+W+NyoB67a6ALkWTEVYrVLyMLEg8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -16,9 +16,7 @@
"registry": "https://registry.npmjs.org/"
}
},
"locales": [
"locales/en.json"
]
"locales": ["locales/en.json"]
},
"initialConnections": {
"https://portfolio.metamask.io": {}
Expand All @@ -29,17 +27,11 @@
"snaps": false
},
"endowment:keyring": {
"allowedOrigins": [
"https://portfolio.metamask.io"
]
"allowedOrigins": ["https://portfolio.metamask.io"]
},
"snap_getBip32Entropy": [
{
"path": [
"m",
"44'",
"501'"
],
"path": ["m", "44'", "501'"],
"curve": "ed25519"
}
],
Expand Down
Loading