@agoric/builders 0.1.1-other-dev-fbe72e7.0.fbe72e7 → 0.1.1-other-dev-d15096d.0.d15096d
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/package.json +19 -19
- package/scripts/inter-protocol/add-STARS.js +8 -3
- package/scripts/inter-protocol/add-collateral-core.js +10 -4
- package/scripts/inter-protocol/init-core.js +7 -2
- package/scripts/inter-protocol/invite-committee-core.js +7 -2
- package/scripts/inter-protocol/manual-price-feed.js +5 -1
- package/scripts/inter-protocol/price-feed-core.js +5 -1
- package/scripts/inter-protocol/replace-electorate-core.js +9 -3
- package/scripts/inter-protocol/replace-feeDistributor-combo.js +7 -2
- package/scripts/inter-protocol/replace-feeDistributor.js +7 -2
- package/scripts/inter-protocol/updatePriceFeeds.js +7 -3
- package/scripts/inter-protocol/withdraw-reserve.build.js +7 -2
- package/scripts/inter-protocol/withdraw-vbank-reserve-permit.json +6 -0
- package/scripts/inter-protocol/withdraw-vbank-reserve.js +67 -0
- package/scripts/orchestration/axelar-gmp.build.js +4 -2
- package/scripts/orchestration/hook-localchain-msg-send.js +7 -2
- package/scripts/orchestration/init-basic-flows.js +7 -2
- package/scripts/orchestration/init-stakeAtom.js +7 -2
- package/scripts/orchestration/init-stakeBld.js +7 -2
- package/scripts/orchestration/init-stakeOsmo.js +7 -2
- package/scripts/orchestration/write-chain-info.js +7 -2
- package/scripts/pegasus/init-core.js +7 -2
- package/scripts/smart-wallet/build-game1-start.js +7 -2
- package/scripts/smart-wallet/build-wallet-factory2-upgrade.js +7 -2
- package/scripts/smart-wallet/build-walletFactory-upgrade.js +7 -2
- package/scripts/testing/add-LEMONS.js +7 -2
- package/scripts/testing/add-OLIVES.js +7 -2
- package/scripts/testing/add-USD-LEMONS.js +5 -1
- package/scripts/testing/add-USD-OLIVES.js +5 -1
- package/scripts/testing/append-chain-info.js +9 -3
- package/scripts/testing/init-auto-stake-it.js +7 -2
- package/scripts/testing/init-send-anywhere.js +7 -2
- package/scripts/testing/init-swap-anything.js +7 -2
- package/scripts/testing/provokeBOYD.js +8 -4
- package/scripts/testing/publish-test-info.js +7 -2
- package/scripts/testing/recorded-retired-instances.js +7 -2
- package/scripts/testing/replace-feeDistributor-short.js +7 -2
- package/scripts/testing/restart-axelar-gmp.js +5 -3
- package/scripts/testing/restart-basic-flows.js +5 -3
- package/scripts/testing/restart-send-anywhere.js +5 -3
- package/scripts/testing/restart-stakeAtom.js +5 -3
- package/scripts/testing/restart-valueVow.js +7 -4
- package/scripts/testing/start-query-flows.js +4 -2
- package/scripts/testing/start-valueVow.js +7 -4
- package/scripts/testing/test-upgraded-board.js +7 -2
- package/scripts/testing/tweak-chain-info.js +9 -3
- package/scripts/testing/upgrade-send-anywhere.js +5 -3
- package/scripts/testing/upgrade-vaultFactory.js +7 -2
- package/scripts/vats/add-auction.js +7 -2
- package/scripts/vats/init-core.js +7 -2
- package/scripts/vats/init-localchain.js +7 -2
- package/scripts/vats/init-network.js +7 -2
- package/scripts/vats/init-orchestration.js +7 -2
- package/scripts/vats/init-transfer.js +7 -2
- package/scripts/vats/priceFeedSupport.js +7 -3
- package/scripts/vats/probe-zcf-bundle.js +7 -2
- package/scripts/vats/replace-provisioning.js +7 -2
- package/scripts/vats/replace-zoe.js +7 -2
- package/scripts/vats/restart-vats.js +7 -2
- package/scripts/vats/revive-kread.js +7 -2
- package/scripts/vats/test-localchain.js +7 -2
- package/scripts/vats/test-vtransfer.js +7 -2
- package/scripts/vats/updateAtomPriceFeed.js +7 -2
- package/scripts/vats/updateStAtomPriceFeed.js +7 -2
- package/scripts/vats/updateStOsmoPriceFeed.js +7 -2
- package/scripts/vats/updateStTiaPriceFeed.js +7 -2
- package/scripts/vats/updateStkAtomPriceFeed.js +7 -2
- package/scripts/vats/upgrade-agoricNames.js +7 -2
- package/scripts/vats/upgrade-asset-reserve.js +7 -2
- package/scripts/vats/upgrade-bank.js +7 -2
- package/scripts/vats/upgrade-board.js +7 -2
- package/scripts/vats/upgrade-mintHolder.js +7 -2
- package/scripts/vats/upgrade-orchestration.js +7 -2
- package/scripts/vats/upgrade-paRegistry.js +7 -2
- package/scripts/vats/upgrade-provisionPool-to-BLD.js +7 -2
- package/scripts/vats/upgrade-provisionPool.js +7 -2
- package/scripts/vats/upgrade-psm.js +7 -2
- package/scripts/vats/upgrade-vats.js +6 -2
- package/scripts/vats/upgrade-zcf.js +7 -2
- package/scripts/vats/upgrade-zoe.js +7 -2
- package/scripts/vats/upgradeScaledPriceAuthorities.js +7 -2
- package/scripts/vats/upgradeVaults.js +7 -2
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
import { getManifestForUpgradingBoard } from '@agoric/vats/src/proposals/upgrade-board-proposal.js';
|
|
3
3
|
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/** @type {CoreEvalBuilder} */
|
|
5
10
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
6
11
|
harden({
|
|
7
12
|
sourceSpec: '@agoric/vats/src/proposals/upgrade-board-proposal.js',
|
|
@@ -13,7 +18,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
13
18
|
],
|
|
14
19
|
});
|
|
15
20
|
|
|
16
|
-
/** @type {
|
|
21
|
+
/** @type {DeployScriptFunction} */
|
|
17
22
|
export default async (homeP, endowments) => {
|
|
18
23
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
19
24
|
await writeCoreEval('upgrade-board', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers, parseScriptArgs } from '@agoric/deploy-script-support';
|
|
2
2
|
import { getManifestForUpgradingMintHolder } from '@agoric/vats/src/proposals/upgrade-mintHolder-proposal.js';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
7
|
+
*/
|
|
8
|
+
|
|
4
9
|
const configurations = {
|
|
5
10
|
A3P_INTEGRATION: {
|
|
6
11
|
labelList: [
|
|
@@ -72,7 +77,7 @@ const configurations = {
|
|
|
72
77
|
const { keys } = Object;
|
|
73
78
|
const knownVariants = keys(configurations);
|
|
74
79
|
|
|
75
|
-
/** @type {
|
|
80
|
+
/** @type {CoreEvalBuilder} */
|
|
76
81
|
export const defaultProposalBuilder = async ({ publishRef, install }, opts) => {
|
|
77
82
|
const config = opts.config || configurations[opts.variant];
|
|
78
83
|
if (!config) {
|
|
@@ -94,7 +99,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }, opts) => {
|
|
|
94
99
|
});
|
|
95
100
|
};
|
|
96
101
|
|
|
97
|
-
/** @type {
|
|
102
|
+
/** @type {DeployScriptFunction} */
|
|
98
103
|
export default async (homeP, endowments) => {
|
|
99
104
|
const opts = parseScriptArgs(endowments, 'upgrade-mintHolder', knownVariants);
|
|
100
105
|
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
import { upgradeVatsProposalBuilder } from './upgrade-vats.js';
|
|
3
3
|
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/** @type {CoreEvalBuilder} */
|
|
5
10
|
export const defaultProposalBuilder = async powers => {
|
|
6
11
|
const bundleRecord = {
|
|
7
12
|
ibc: '@agoric/vats/src/vat-ibc.js',
|
|
@@ -14,7 +19,7 @@ export const defaultProposalBuilder = async powers => {
|
|
|
14
19
|
return upgradeVatsProposalBuilder(powers, bundleRecord);
|
|
15
20
|
};
|
|
16
21
|
|
|
17
|
-
/** @type {
|
|
22
|
+
/** @type {DeployScriptFunction} */
|
|
18
23
|
export default async (homeP, endowments) => {
|
|
19
24
|
const { writeCoreProposal } = await makeHelpers(homeP, endowments);
|
|
20
25
|
await writeCoreProposal('upgrade-orchestration', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/vats/src/proposals/upgrade-paRegistry-proposal.js',
|
|
@@ -14,7 +19,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
14
19
|
],
|
|
15
20
|
});
|
|
16
21
|
|
|
17
|
-
/** @type {
|
|
22
|
+
/** @type {DeployScriptFunction} */
|
|
18
23
|
export default async (homeP, endowments) => {
|
|
19
24
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
20
25
|
await writeCoreEval('upgrade-paRegistry', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec:
|
|
@@ -15,7 +20,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
15
20
|
],
|
|
16
21
|
});
|
|
17
22
|
|
|
18
|
-
/** @type {
|
|
23
|
+
/** @type {DeployScriptFunction} */
|
|
19
24
|
export default async (homeP, endowments) => {
|
|
20
25
|
const { writeCoreProposal } = await makeHelpers(homeP, endowments);
|
|
21
26
|
await writeCoreProposal(
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/vats/src/proposals/upgrade-provisionPool-proposal.js',
|
|
@@ -14,7 +19,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
14
19
|
],
|
|
15
20
|
});
|
|
16
21
|
|
|
17
|
-
/** @type {
|
|
22
|
+
/** @type {DeployScriptFunction} */
|
|
18
23
|
export default async (homeP, endowments) => {
|
|
19
24
|
const { writeCoreProposal } = await makeHelpers(homeP, endowments);
|
|
20
25
|
await writeCoreProposal('upgrade-provision-pool', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/vats/src/proposals/upgrade-psm-proposal.js',
|
|
@@ -12,7 +17,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
12
17
|
],
|
|
13
18
|
});
|
|
14
19
|
|
|
15
|
-
/** @type {
|
|
20
|
+
/** @type {DeployScriptFunction} */
|
|
16
21
|
export default async (homeP, endowments) => {
|
|
17
22
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
18
23
|
await writeCoreEval('upgrade-psm', defaultProposalBuilder);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @type {
|
|
1
|
+
/** @type {CoreEvalBuilder} */
|
|
2
2
|
export const upgradeVatsProposalBuilder = async (
|
|
3
3
|
{ publishRef, install },
|
|
4
4
|
vatNameToEntrypoint,
|
|
@@ -22,7 +22,11 @@ export const upgradeVatsProposalBuilder = async (
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
/**
|
|
25
|
+
/**
|
|
26
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/** @type {CoreEvalBuilder} */
|
|
26
30
|
export const upgradeZoeContractsProposalBuilder = async (
|
|
27
31
|
{ publishRef, install },
|
|
28
32
|
contractKitSpecs,
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/vats/src/proposals/zcf-only-proposal.js',
|
|
@@ -12,7 +17,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
12
17
|
],
|
|
13
18
|
});
|
|
14
19
|
|
|
15
|
-
/** @type {
|
|
20
|
+
/** @type {DeployScriptFunction} */
|
|
16
21
|
export default async (homeP, endowments) => {
|
|
17
22
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
18
23
|
await writeCoreEval('upgrade-zcf', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/vats/src/proposals/upgrade-zoe-proposal.js',
|
|
@@ -12,7 +17,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
12
17
|
],
|
|
13
18
|
});
|
|
14
19
|
|
|
15
|
-
/** @type {
|
|
20
|
+
/** @type {DeployScriptFunction} */
|
|
16
21
|
export default async (homeP, endowments) => {
|
|
17
22
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
18
23
|
await writeCoreEval('upgrade-zoe', defaultProposalBuilder);
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec:
|
|
@@ -15,7 +20,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
15
20
|
],
|
|
16
21
|
});
|
|
17
22
|
|
|
18
|
-
/** @type {
|
|
23
|
+
/** @type {DeployScriptFunction} */
|
|
19
24
|
export default async (homeP, endowments) => {
|
|
20
25
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
21
26
|
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { makeHelpers } from '@agoric/deploy-script-support';
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @import {CoreEvalBuilder} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
5
|
+
* @import {DeployScriptFunction} from '@agoric/deploy-script-support/src/externalTypes.js';
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** @type {CoreEvalBuilder} */
|
|
4
9
|
export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
5
10
|
harden({
|
|
6
11
|
sourceSpec: '@agoric/inter-protocol/src/proposals/upgrade-vaults.js',
|
|
@@ -17,7 +22,7 @@ export const defaultProposalBuilder = async ({ publishRef, install }) =>
|
|
|
17
22
|
],
|
|
18
23
|
});
|
|
19
24
|
|
|
20
|
-
/** @type {
|
|
25
|
+
/** @type {DeployScriptFunction} */
|
|
21
26
|
export default async (homeP, endowments) => {
|
|
22
27
|
const { writeCoreEval } = await makeHelpers(homeP, endowments);
|
|
23
28
|
await writeCoreEval('upgrade-vaults', defaultProposalBuilder);
|