@agoric/builders 0.2.0-u20.0 → 0.2.0-u21.0.1
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 +4 -1
- package/package.json +24 -24
- package/scripts/bundles/bundle-contractGovernor-js-meta.json +925 -0
- package/scripts/bundles/bundle-contractGovernor.js +1 -0
- package/scripts/bundles/bundle-fluxAggregatorKit-js-meta.json +1085 -0
- package/scripts/bundles/bundle-fluxAggregatorKit.js +1 -0
- package/scripts/bundles/bundle-psm-js-meta.json +920 -0
- package/scripts/bundles/bundle-psm.js +1 -0
- package/scripts/bundles/bundle-scaledPriceAuthority-js-meta.json +995 -0
- package/scripts/bundles/bundle-scaledPriceAuthority.js +1 -0
- package/scripts/bundles/bundle-vaultFactory-js-meta.json +1220 -0
- package/scripts/bundles/bundle-vaultFactory.js +1 -0
- package/scripts/orchestration/axelar-gmp.build.js +74 -0
- package/scripts/orchestration/get-chain-config.js +117 -0
- package/scripts/orchestration/helpers.js +46 -0
- package/scripts/orchestration/init-basic-flows.js +2 -33
- package/scripts/orchestration/init-stakeAtom.js +11 -2
- package/scripts/orchestration/init-stakeOsmo.js +11 -2
- package/scripts/testing/init-auto-stake-it.js +2 -33
- package/scripts/testing/init-send-anywhere.js +2 -33
- package/scripts/testing/init-swap-anything.js +36 -0
- package/scripts/testing/restart-axelar-gmp.js +94 -0
- package/scripts/testing/start-query-flows.js +43 -23
- package/scripts/vats/upgrade-provisionPool-to-BLD.js +25 -0
- package/scripts/vats/upgrade-vats.js +30 -4
- package/index.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.2.0-
|
|
6
|
+
## 0.2.0-u21.0 (2025-06-19)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### ⚠ BREAKING CHANGES
|
|
@@ -17,9 +17,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
17
17
|
* smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric-sdk/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded))
|
|
18
18
|
* `ForwardOpts` accepts `intermediateRecipient` ([eb975f1](https://github.com/Agoric/agoric-sdk/commit/eb975f1df1587bc9307b27c20b7b236cc7fe386e))
|
|
19
19
|
* `ForwardOptsShape` ([50b1717](https://github.com/Agoric/agoric-sdk/commit/50b1717c1e40ed67a5e69810961ad8d0144c5f9e))
|
|
20
|
+
* `IcaAccountKit` accepts `relativeTimeoutNs` opt for outgoing tx packets ([57b4bde](https://github.com/Agoric/agoric-sdk/commit/57b4bdea6b22202d4e58b82b1ca6f94de660682a))
|
|
20
21
|
* `update-fee-config` proposal ([5d8775c](https://github.com/Agoric/agoric-sdk/commit/5d8775c409896369a931e6d78ae1d7958ad9d901))
|
|
21
22
|
* a proposal to upgrade scaledPriceAuthorities ([e5ed0ff](https://github.com/Agoric/agoric-sdk/commit/e5ed0ff6abcb83f52b32d49125e21e6e41923ed0))
|
|
22
23
|
* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](https://github.com/Agoric/agoric-sdk/commit/cb9e1eeab9295b44ec009b82d73c457299e8d6f4))
|
|
24
|
+
* add axelar gmp core-eval and bootstrap tests ([e0d7ef8](https://github.com/Agoric/agoric-sdk/commit/e0d7ef82f1fc4ea42c6fc8ae7faaf5c74de8e36e))
|
|
23
25
|
* add priceFeed for StkAtom ([6a861df](https://github.com/Agoric/agoric-sdk/commit/6a861dfa14f42b4547a24ba31175a3b1a74c97c1))
|
|
24
26
|
* Add terminate-governed-instance.js proposal ([c2cb517](https://github.com/Agoric/agoric-sdk/commit/c2cb51779039ef2a5921efcc35b3b365a7b6159f)), closes [#10725](https://github.com/Agoric/agoric-sdk/issues/10725) [#10861](https://github.com/Agoric/agoric-sdk/issues/10861)
|
|
25
27
|
* add transfer method to CosmosOrchestrationAccount ([b1fdde1](https://github.com/Agoric/agoric-sdk/commit/b1fdde18b33237d1a2ea6f02938d998f55ce4d01))
|
|
@@ -39,6 +41,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
39
41
|
* chain-capabilities.js constants ([52ff70a](https://github.com/Agoric/agoric-sdk/commit/52ff70a187df1fadc89ccc506228bc6d0ca48da6))
|
|
40
42
|
* **chainHub:** register and retrieve non-cosmos chains ([bd11be2](https://github.com/Agoric/agoric-sdk/commit/bd11be25656ad0dd9ea4ad18c85f74a11ef2e520))
|
|
41
43
|
* coreEval to update priceFeeds, auction, and vaultManager ([fd91f78](https://github.com/Agoric/agoric-sdk/commit/fd91f781ad721033d67485d1732272af0c689ae7))
|
|
44
|
+
* **cosmos:** add Reserve withdrawal upgrade ([9e97cbd](https://github.com/Agoric/agoric-sdk/commit/9e97cbd7438e3df5aec96091d18ecdcde720978b))
|
|
42
45
|
* **cosmos:** upgrade IBC vat for next release ([c994490](https://github.com/Agoric/agoric-sdk/commit/c99449081560480e7e2dd6fc069b12dbcc630370))
|
|
43
46
|
* examples/auto-stake-it.contract.js ([b87ecba](https://github.com/Agoric/agoric-sdk/commit/b87ecba0ea41f1397dbd513d8e4c541f1299fd3f)), closes [#9042](https://github.com/Agoric/agoric-sdk/issues/9042)
|
|
44
47
|
* export `DenomDetailShape` ([2dfddb3](https://github.com/Agoric/agoric-sdk/commit/2dfddb3fb2018d769b1acc1b32f4ff3b4c7f67b7))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/builders",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-u21.0.1",
|
|
4
4
|
"description": "Build scripts for proposals to an Agoric chain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -10,26 +10,26 @@
|
|
|
10
10
|
"build:add-STARS-proposal": "echo This command has been deprecated. Please run this instead: agoric run scripts/inter-protocol/add-STARS.js",
|
|
11
11
|
"build:restart-vats-proposal": "echo This command has been deprecated. Please run this instead: agoric run scripts/vats/restart-vats.js",
|
|
12
12
|
"build:zcf-proposal": "echo This command has been deprecated. Please run this instead: agoric run scripts/vats/replace-zoe.js",
|
|
13
|
-
"prepack": "tsc --build tsconfig.build.json",
|
|
13
|
+
"prepack": "yarn run -T tsc --build tsconfig.build.json",
|
|
14
14
|
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
|
|
15
15
|
"test": "ava",
|
|
16
16
|
"test:xs": "exit 0",
|
|
17
17
|
"lint-fix": "yarn lint:eslint --fix",
|
|
18
|
-
"lint": "run-s --continue-on-error lint:*",
|
|
19
|
-
"lint:types": "tsc",
|
|
20
|
-
"lint:eslint": "eslint ."
|
|
18
|
+
"lint": "yarn run -T run-s --continue-on-error 'lint:*'",
|
|
19
|
+
"lint:types": "yarn run -T tsc",
|
|
20
|
+
"lint:eslint": "yarn run -T eslint ."
|
|
21
21
|
},
|
|
22
22
|
"keywords": [],
|
|
23
23
|
"author": "Agoric",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@agoric/ertp": "
|
|
27
|
-
"@agoric/internal": "
|
|
28
|
-
"@agoric/notifier": "
|
|
29
|
-
"@agoric/smart-wallet": "
|
|
30
|
-
"@agoric/vat-data": "
|
|
31
|
-
"@agoric/vats": "
|
|
32
|
-
"@agoric/zoe": "
|
|
26
|
+
"@agoric/ertp": "0.16.3-u21.0.1",
|
|
27
|
+
"@agoric/internal": "0.4.0-u21.0.1",
|
|
28
|
+
"@agoric/notifier": "0.7.0-u21.0.1",
|
|
29
|
+
"@agoric/smart-wallet": "0.5.4-u21.0.1",
|
|
30
|
+
"@agoric/vat-data": "0.5.3-u21.0.1",
|
|
31
|
+
"@agoric/vats": "0.16.0-u21.0.1",
|
|
32
|
+
"@agoric/zoe": "0.27.0-u21.0.1",
|
|
33
33
|
"@endo/bundle-source": "^4.0.0",
|
|
34
34
|
"@endo/captp": "^4.4.5",
|
|
35
35
|
"@endo/eventual-send": "^1.3.1",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"import-meta-resolve": "^4.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@agoric/deploy-script-support": "
|
|
46
|
-
"@agoric/governance": "
|
|
47
|
-
"@agoric/inter-protocol": "
|
|
48
|
-
"@agoric/orchestration": "
|
|
49
|
-
"@agoric/store": "
|
|
50
|
-
"@agoric/swing-store": "
|
|
51
|
-
"@agoric/swingset-liveslots": "
|
|
52
|
-
"@agoric/time": "
|
|
45
|
+
"@agoric/deploy-script-support": "0.10.4-u21.0.1",
|
|
46
|
+
"@agoric/governance": "0.10.4-u21.0.1",
|
|
47
|
+
"@agoric/inter-protocol": "0.17.0-u21.0.1",
|
|
48
|
+
"@agoric/orchestration": "0.2.0-u21.0.1",
|
|
49
|
+
"@agoric/store": "0.9.3-u21.0.1",
|
|
50
|
+
"@agoric/swing-store": "0.10.0-u21.0.1",
|
|
51
|
+
"@agoric/swingset-liveslots": "0.10.3-u21.0.1",
|
|
52
|
+
"@agoric/time": "0.3.3-u21.0.1",
|
|
53
53
|
"@endo/errors": "^1.2.10",
|
|
54
54
|
"ava": "^5.3.0",
|
|
55
|
-
"c8": "^10.1.
|
|
55
|
+
"c8": "^10.1.3"
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
58
|
"CHANGELOG.md",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
|
-
"node": "^
|
|
70
|
+
"node": "^20.9 || ^22.11"
|
|
71
71
|
},
|
|
72
72
|
"ava": {
|
|
73
73
|
"files": [
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"workerThreads": false
|
|
81
81
|
},
|
|
82
82
|
"typeCoverage": {
|
|
83
|
-
"atLeast":
|
|
83
|
+
"atLeast": 90.62
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "16519b2de1eb2afda2b4ec866f55eadd4bb18223"
|
|
86
86
|
}
|