@agoric/builders 0.1.1-upgrade-16-dev-91eb8f4.0 → 0.2.0-u16.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 +39 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -0,0 +1,39 @@
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.2.0-u16.0 (2024-07-02)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * make Network and IBC vats durable (#8721)
12
+
13
+ ### Features
14
+
15
+ * smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric-sdk/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded))
16
+ * a proposal to upgrade scaledPriceAuthorities ([e5ed0ff](https://github.com/Agoric/agoric-sdk/commit/e5ed0ff6abcb83f52b32d49125e21e6e41923ed0))
17
+ * add priceFeed for StkAtom ([6a861df](https://github.com/Agoric/agoric-sdk/commit/6a861dfa14f42b4547a24ba31175a3b1a74c97c1))
18
+ * add upgrade zcf only proposal ([73e0bb8](https://github.com/Agoric/agoric-sdk/commit/73e0bb830e7612e74c8fb510b909db154d2b2219))
19
+ * auctioneer detects failing priceAuthority; requests new one ([#8691](https://github.com/Agoric/agoric-sdk/issues/8691)) ([8604b01](https://github.com/Agoric/agoric-sdk/commit/8604b011b072d7bef43df59c075bcff9582b8804)), closes [#8696](https://github.com/Agoric/agoric-sdk/issues/8696)
20
+ * **builders:** non-ambient `strictPriceFeedProposalBuilder` in `priceFeedSupport.js` ([52a6eeb](https://github.com/Agoric/agoric-sdk/commit/52a6eebd9e2c3d73edd5f4ae35c58a22774a3cd0))
21
+ * make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c))
22
+ * new 'builders' package ([00c88ab](https://github.com/Agoric/agoric-sdk/commit/00c88ab1615ed55a3928ae52e332be05a173d1f6))
23
+ * **orchestration:** add stakeAtom example contract ([82f1901](https://github.com/Agoric/agoric-sdk/commit/82f1901ec6ecf5a802a72023d033609deeb053e1))
24
+ * **orchestration:** create ChainAccount ([ba75ed6](https://github.com/Agoric/agoric-sdk/commit/ba75ed692a565aae5c5124ad5220f6901576532e))
25
+ * **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07))
26
+ * repair KREAd contract on zoe upgrade ([14040d4](https://github.com/Agoric/agoric-sdk/commit/14040d4fb2a1fcc8687e26ed9208d9824c579876))
27
+ * **smart-wallet:** upgrade walletFactory for non-vbank assets ([a0c4ecf](https://github.com/Agoric/agoric-sdk/commit/a0c4ecf5d6f1e3874828f5b2fcf38f87cb0619ba))
28
+ * stakeBld contract ([a7e30a4](https://github.com/Agoric/agoric-sdk/commit/a7e30a4e43c00b2916d2d57c70063650e726321f))
29
+ * start a new auction in a3p-integration ([969235b](https://github.com/Agoric/agoric-sdk/commit/969235b18abbd15187e343d5f616f12177d224c4))
30
+ * **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29))
31
+ * **vats:** provide init-localchain ([19e5aed](https://github.com/Agoric/agoric-sdk/commit/19e5aed4e8a2aad667c04023e0aea01712ff9b9c))
32
+ * Zoe use watchPromise() to wait for contract finish ([#8453](https://github.com/Agoric/agoric-sdk/issues/8453)) ([6388a00](https://github.com/Agoric/agoric-sdk/commit/6388a002b53593f17a8d936d4e937efb7d065d97))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **builders:** use proper `oracleBrand` subkey case ([bf531c3](https://github.com/Agoric/agoric-sdk/commit/bf531c36c83958924a1792e0c263ee38f4a65a11))
38
+ * repair storage of zcfBundleCap and add a3p test ([72c7574](https://github.com/Agoric/agoric-sdk/commit/72c75740aff920ffb53231441d0f00a8747400f1))
39
+ * support issuerName separate from keyword in add-collateral-core ([f0b1559](https://github.com/Agoric/agoric-sdk/commit/f0b1559374fe67d10e92f20c85d90a6f07e03cf0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/builders",
3
- "version": "0.1.1-upgrade-16-dev-91eb8f4.0+91eb8f4",
3
+ "version": "0.2.0-u16.0",
4
4
  "description": "Build scripts for proposals to an Agoric chain",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -23,13 +23,13 @@
23
23
  "author": "Agoric",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@agoric/ertp": "0.16.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
27
- "@agoric/internal": "0.3.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
28
- "@agoric/notifier": "0.6.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
29
- "@agoric/smart-wallet": "0.5.4-upgrade-16-dev-91eb8f4.0+91eb8f4",
30
- "@agoric/vat-data": "0.5.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
31
- "@agoric/vats": "0.15.2-upgrade-16-dev-91eb8f4.0+91eb8f4",
32
- "@agoric/zoe": "0.26.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
26
+ "@agoric/ertp": "^0.16.3-u16.0",
27
+ "@agoric/internal": "^0.4.0-u16.0",
28
+ "@agoric/notifier": "^0.7.0-u16.0",
29
+ "@agoric/smart-wallet": "^0.5.4-u16.0",
30
+ "@agoric/vat-data": "^0.5.3-u16.0",
31
+ "@agoric/vats": "^0.16.0-u16.0",
32
+ "@agoric/zoe": "^0.26.3-u16.0",
33
33
  "@endo/bundle-source": "^3.2.3",
34
34
  "@endo/captp": "^4.2.0",
35
35
  "@endo/eventual-send": "^1.2.2",
@@ -41,14 +41,14 @@
41
41
  "import-meta-resolve": "^2.2.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@agoric/assert": "0.6.1-upgrade-16-dev-91eb8f4.0+91eb8f4",
45
- "@agoric/deploy-script-support": "0.10.4-upgrade-16-dev-91eb8f4.0+91eb8f4",
46
- "@agoric/governance": "0.10.4-upgrade-16-dev-91eb8f4.0+91eb8f4",
47
- "@agoric/inter-protocol": "0.16.2-upgrade-16-dev-91eb8f4.0+91eb8f4",
48
- "@agoric/store": "0.9.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
49
- "@agoric/swing-store": "0.9.2-upgrade-16-dev-91eb8f4.0+91eb8f4",
50
- "@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
51
- "@agoric/time": "0.3.3-upgrade-16-dev-91eb8f4.0+91eb8f4",
44
+ "@agoric/assert": "^0.6.1-u16.0",
45
+ "@agoric/deploy-script-support": "^0.10.4-u16.0",
46
+ "@agoric/governance": "^0.10.4-u16.0",
47
+ "@agoric/inter-protocol": "^0.17.0-u16.0",
48
+ "@agoric/store": "^0.9.3-u16.0",
49
+ "@agoric/swing-store": "^0.9.2-u16.0",
50
+ "@agoric/swingset-liveslots": "^0.10.3-u16.0",
51
+ "@agoric/time": "^0.3.3-u16.0",
52
52
  "ava": "^5.3.0",
53
53
  "c8": "^9.1.0"
54
54
  },
@@ -80,5 +80,5 @@
80
80
  "typeCoverage": {
81
81
  "atLeast": 74.36
82
82
  },
83
- "gitHead": "91eb8f468c6ac5e9c4892633855eac3db365001d"
83
+ "gitHead": "bbdf652c3f413381cb352a8a360db1063974fafd"
84
84
  }