@agoric/vm-config 0.1.1-upgrade-17-dev-ec448b0.0 → 0.1.1-upgrade-18-dev-d7c994b.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -32
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,32 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ### [0.1.1-u17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vm-config@0.1.1-u17.0...@agoric/vm-config@0.1.1-u17.1) (2024-09-19)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * write-chain-info after u17 ([a25d3c6](https://github.com/Agoric/agoric-sdk/commit/a25d3c6b9c31e0d7bedf17ecb22463e9a5d3e5ba))
12
-
13
-
14
-
15
- ### 0.1.1-u17.0 (2024-09-17)
16
-
17
-
18
- ### Features
19
-
20
- * implement benchmarks for price feeds with and without liquidation. ([d864b66](https://github.com/Agoric/agoric-sdk/commit/d864b666104beccf5f5ccad222f7a5d23a5ad7d5)), closes [#8496](https://github.com/Agoric/agoric-sdk/issues/8496)
21
- * **orchestration:** add init-stakeOsmo.js to support .query tests ([b6df6c2](https://github.com/Agoric/agoric-sdk/commit/b6df6c230a902288f11f6217dbd1ca9701a9a8b6))
22
- * **orchestration:** stakeAtom delegate ([54d830f](https://github.com/Agoric/agoric-sdk/commit/54d830fd53420d3395a5d9ca3bc11e8a55a2773b))
23
- * **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07))
24
- * **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29))
25
- * **vats:** provide init-localchain ([19e5aed](https://github.com/Agoric/agoric-sdk/commit/19e5aed4e8a2aad667c04023e0aea01712ff9b9c))
26
- * vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6))
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * **cosmos:** make agd upgrade work ([1aa1d26](https://github.com/Agoric/agoric-sdk/commit/1aa1d26f05875c91fd47da1ad7386d8979f94b03))
32
- * **vm-config:** always use `init-localchain` and `init-transfer` ([870d205](https://github.com/Agoric/agoric-sdk/commit/870d2052ce1ca6778f6afa4396e01d5833b7ef38))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vm-config",
3
- "version": "0.1.1-upgrade-17-dev-ec448b0.0+ec448b0",
3
+ "version": "0.1.1-upgrade-18-dev-d7c994b.0+d7c994b",
4
4
  "description": "Config to start an Agoric VM",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -50,5 +50,5 @@
50
50
  "typeCoverage": {
51
51
  "atLeast": 100
52
52
  },
53
- "gitHead": "ec448b081ac21cbe217f210e06f0b8f7989e73d6"
53
+ "gitHead": "d7c994b8d33c0cd22b257f3e33b579588ab6c6d8"
54
54
  }