@agoric/vm-config 0.1.1-upgrade-16a-dev-fb592e4.0 → 0.1.1-upgrade-16-dev-1c6bbde.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.1.1-u16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vm-config@0.1.1-u16.0...@agoric/vm-config@0.1.1-u16.1) (2024-07-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **vm-config:** always use `init-localchain` and `init-transfer` ([1db4ed6](https://github.com/Agoric/agoric-sdk/commit/1db4ed635299cca315ff349ba8a0f3b26b605bf2))
12
+
13
+
14
+
6
15
  ### 0.1.1-u16.0 (2024-07-02)
7
16
 
8
17
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vaults test networks in an automated fashion. It includes coreProposals to start vaults. Testing facilities are limited to an initialPrice for ATOM and addresses with known keys.",
2
+ "$comment": "Not just vaults! This SwingSet config (see loadSwingsetConfigFile) started for integration testing of Vaults is designed to bring up vaults but became the defacto config for integration testing outside this repo (e.g. instagoric). It includes coreProposals to start Inter Protocol (including vaults) plus Orchestration. Testing facilities are limited to an initialPrice for ATOM and addresses with known keys.",
3
3
  "bootstrap": "bootstrap",
4
4
  "defaultReapInterval": 1000,
5
5
  "coreProposals": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vm-config",
3
- "version": "0.1.1-upgrade-16a-dev-fb592e4.0+fb592e4",
3
+ "version": "0.1.1-upgrade-16-dev-1c6bbde.0+1c6bbde",
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": "fb592e448de7252d92f7ed65b05f7d49a35403fd"
53
+ "gitHead": "1c6bbde8fefd6404a29710457e8ed4d60d6d7200"
54
54
  }