@metamask-previews/solana-test-validator-up 0.0.0-preview-c1aa224d7 → 1.0.0-preview-eb182b860
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,23 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
- Add the `@metamask/solana-test-validator-up` package ([#9210](https://github.com/MetaMask/core/pull/9210)).
|
|
13
|
-
|
|
14
|
-
### Changed
|
|
10
|
+
## [1.0.0]
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Fixed
|
|
12
|
+
### Added
|
|
19
13
|
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
`
|
|
24
|
-
- Merge partial `release` overrides from `package.json` with the pinned defaults
|
|
25
|
-
instead of replacing them ([#9210](https://github.com/MetaMask/core/pull/9210)).
|
|
26
|
-
- Propagate child termination signals as a non-zero exit from generated binary
|
|
27
|
-
wrappers ([#9210](https://github.com/MetaMask/core/pull/9210)).
|
|
14
|
+
- Initial release ([#9314](https://github.com/MetaMask/core/pull/9314))
|
|
15
|
+
- Installs a pinned Solana/Agave runtime for local development and CI
|
|
16
|
+
- Exposes `solana-test-validator-up`, `solana-test-validator`, and `solana` binaries via `node_modules/.bin`
|
|
17
|
+
- Uses `@metamask/local-node-utils` for cache resolution, downloads, and executable wrappers
|
|
28
18
|
|
|
29
|
-
[Unreleased]: https://github.com/MetaMask/core/
|
|
19
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/solana-test-validator-up@1.0.0...HEAD
|
|
20
|
+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/solana-test-validator-up@1.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/solana-test-validator-up",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0-preview-eb182b860",
|
|
4
4
|
"description": "solana-test-validator runtime installer for MetaMask E2E tests",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@metamask/local-node-utils": "^
|
|
57
|
+
"@metamask/local-node-utils": "^1.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@metamask/auto-changelog": "^6.1.0",
|