Skip to content

Commit bd8fd54

Browse files
authoredDec 24, 2024··
chore(release): publish upgrade-18-rc6 (#10773)
## Description Created as per instructions in MAINTAINERS.md. Includes an additional step to update yarn.lock for multichain-testing, a3p-integration/proposals/s:stake-bld and a3p-integration/proposals/z:acceptance ## Changes - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - [email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] - @agoric/[email protected] ## Packages that have NEWS.md updates ```diff --- a/golang/cosmos/CHANGELOG.md +++ b/golang/cosmos/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.35.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **cosmos:** Support arbitrary core eval builder arguments ([#10767](#10767)) ([a944f4c](a944f4c)), closes [#10752](#10752) [#10752](#10752) +* **cosmos:** use `x/vbank` ConsensusVersion to upgrade monitoring ([0e367d3](0e367d3)) +* migrate upgrade of v7-board from upgrade 19 to upgrade 18 ([#10761](#10761)) ([837776e](837776e)), closes [#10760](#10760) +* upgrade v7-board and test it ([#10516](#10516)) ([d8a109e](d8a109e)), closes [#10394](#10394) +* **vbank:** new param `allowed_monitoring_accounts` ([5ac4c52](5ac4c52)) +* **vtransfer:** extract base address from parameterized address ([3d44b53](3d44b53)) +* **vtransfer:** port some `address-hooks.js` functions to Go ([159098b](159098b)) +* **x/swingset:** Add parameters for controlling vat cleanup budget ([02c8138](02c8138)), closes [#8928](#8928) +* **x/swingset:** Define default vat cleanup budget as { default: 5, kv: 50 } ([d86ee6d](d86ee6d)) +* **x/swingset:** Read beansPerUnit in each message handler and pass down to helpers ([55b9b49](55b9b49)) +* **x/swingset:** Require a non-empty vat cleanup budget to include `default` ([28c4d8b](28c4d8b)) + + +### Bug Fixes + +* **agd:** upgrade all orchestration vats to new liveslots ([59fa82c](59fa82c)) +* **cosmos:** return an error if version is unsupported ([d17e55b](d17e55b)) +* **x/swingset:** Let migration see incomplete Params structs ([315cdd5](315cdd5)) + + + ## [0.35.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/cosmos --- a/packages/ERTP/CHANGELOG.md +++ b/packages/ERTP/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **ertp:** remove unneeded ertp type imports ([#10467](#10467)) ([e96ff82](e96ff82)), closes [#10456](#10456) +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) + + + ### [0.16.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/SwingSet/CHANGELOG.md +++ b/packages/SwingSet/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.33.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) + + +### Bug Fixes + +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) +* **SwingSet:** Introduce a termination-dedicated "VatUndertaker" analog to "VatKeeper" ([b786414](b786414)) + + + ## [0.33.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/agoric-cli/CHANGELOG.md +++ b/packages/agoric-cli/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u18.6) (2024-12-24) + + +### ⚠ BREAKING CHANGES + +* remove agoricNames from VstorageKit + +### Features + +* **agoric-cli:** Add `agoric wallet send` gas limit options ([21a03f8](21a03f8)) +* **agoric-cli:** Block `agoric wallet send` on tx inclusion ([0389a21](0389a21)) +* client-utils package ([50af71f](50af71f)) +* export cli lib ([0d2d4aa](0d2d4aa)) +* fetchEnvNetworkConfig ([9bdba57](9bdba57)) +* makeWalletUtils wo/spawn ([bc10509](bc10509)) +* makeWalletUtils wo/spawn ([20083ae](20083ae)) +* VstorageKit ([71486d7](71486d7)) + + +### Bug Fixes + +* **agoric-cli:** use readPublished consistently in agops oracle ([e8f6de2](e8f6de2)) +* proposeParamChange options ([202ba1e](202ba1e)) + + +### Miscellaneous Chores + +* remove agoricNames from VstorageKit ([1c69d39](1c69d39)) + + + ## [0.22.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u18.5) (2024-12-17) **Note:** Version bump only for package agoric --- a/packages/boot/CHANGELOG.md +++ b/packages/boot/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](cb9e1ee)) +* consistent publishTxnRecord (record) ([dbf3934](dbf3934)) +* **fast-usdc:** publish feeConfig to vstorage ([08b2e13](08b2e13)) +* **fast-usdc:** support risk assessment arg ([ff6737a](ff6737a)) +* **fast-usdc:** write chain policies to vstorage ([#10532](#10532)) ([9d6cff1](9d6cff1)) +* **fast-usdc:** write status updates to vstorage ([#10552](#10552)) ([419df4e](419df4e)) +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) +* publish OBSERVED with first evidence ([7e62d8f](7e62d8f)) +* readPublished in SwingsetTestKit ([0b383c9](0b383c9)) +* record instances that will be replaced so we can manage them ([c883c39](c883c39)) +* send-anywhere inits chainHub ([2fa2f75](2fa2f75)) +* **types:** TransactionRecord ([ccb9e28](ccb9e28)) +* vstorage status --> txns ([aebb4d7](aebb4d7)) + + + ## [0.2.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/boot --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* `ForwardOpts` accepts `intermediateRecipient` ([eb975f1](eb975f1)) +* `ForwardOptsShape` ([50b1717](50b1717)) +* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](cb9e1ee)) +* advancer with fees ([087f3a8](087f3a8)) +* assetInfo as array of entries ([51e7a9c](51e7a9c)) +* **builders:** --noNoble option for init-fast-usdc ([508a3e0](508a3e0)) +* **builders:** fast-usdc builder w/CLI config ([9f45a05](9f45a05)) +* **builders:** fast-usdc oracleSet option for MAINNET, ... ([3bf01a2](3bf01a2)) +* **builders:** fast-usdc policy update builder ([8ded3d8](8ded3d8)) +* chain-capabilities.js constants ([52ff70a](52ff70a)) +* export `DenomDetailShape` ([2dfddb3](2dfddb3)) +* export `OrchestrationPowersShape` ([34b61ea](34b61ea)) +* **fast-usdc:** write chain policies to vstorage ([#10532](#10532)) ([9d6cff1](9d6cff1)) +* fusdc assetInfo and chainInfo by netname ([afb4f34](afb4f34)) +* parameterize fusdc with chainInfo and assetInfo ([e5a8b64](e5a8b64)) +* record instances that will be replaced so we can manage them ([c883c39](c883c39)) +* register interchain bank assets proposal ([0e20707](0e20707)) +* registerChainsAndAssets ([e72782d](e72782d)) +* save the outgoing EC Charter instance and kit ([c2c9be3](c2c9be3)) +* send-anywhere inits chainHub ([2fa2f75](2fa2f75)) +* upgrade v7-board and test it ([#10516](#10516)) ([d8a109e](d8a109e)), closes [#10394](#10394) + + +### Bug Fixes + +* **agd:** upgrade all orchestration vats to new liveslots ([59fa82c](59fa82c)) +* **orchestration:** denomAmounts must be non-negative ([#10458](#10458)) ([40e0e4e](40e0e4e)) + + + ## [0.2.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/builders --- a/packages/casting/CHANGELOG.md +++ b/packages/casting/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.4.3-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* makeTendermintRpcClient ([129516a](129516a)) + + + ### [0.4.3-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/casting --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -1 +1,41 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.0-u18.0 (2024-12-24) + + +### ⚠ BREAKING CHANGES + +* remove agoricNames from VstorageKit + +### Features + +* client-utils package ([50af71f](50af71f)) +* export makeStargateClient ([186d268](186d268)) +* fetchEnvNetworkConfig ([9bdba57](9bdba57)) +* getCurrentWalletRecord ([2740748](2740748)) +* makeWalletUtils wo/spawn ([20083ae](20083ae)) +* ocap makeStargateClient ([c8f7407](c8f7407)) +* one marshaller per WalletUtils ([b141ce6](b141ce6)) +* **sync-tools:** add method to wait until offer exited ([c9370f2](c9370f2)) +* **types:** TypedPublished ([88939bf](88939bf)) +* vstorage without instance binding ([2c4e2e3](2c4e2e3)) +* VstorageKit ([71486d7](71486d7)) +* VstorageKit readPublished ([e48c53c](e48c53c)) + + +### Bug Fixes + +* **client-utils:** only call `fetch` as a function, not a method ([#10671](#10671)) ([fbae24c](fbae24c)), closes [/github.com/endojs/endo/issues/31#issuecomment-1255624116](https://github.com/Agoric//github.com/endojs/endo/issues/31/issues/issuecomment-1255624116) +* **client-utils:** Retry at least every other interval ([fd9394b](fd9394b)) + + +### Miscellaneous Chores + +* remove agoricNames from VstorageKit ([1c69d39](1c69d39)) + + + # Change Log --- a/packages/cosmic-proto/CHANGELOG.md +++ b/packages/cosmic-proto/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **vats:** first cut of Address Hooks in JS ([dbad30b](dbad30b)) + + +### Bug Fixes + +* **address-hooks:** throw if the version is unsupported ([e3c2665](e3c2665)) +* **address-hooks:** use `harden` (or `freeze`) ([80fee60](80fee60)) + + + ## [0.5.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/cosmic-proto --- a/packages/cosmic-swingset/CHANGELOG.md +++ b/packages/cosmic-swingset/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.42.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **cosmic-swingset:** Add support for testing blocks of a mock chain ([48b6405](48b6405)) +* **cosmic-swingset:** Allow `launch` to accept an already-open swingStore ([c65e5b1](c65e5b1)) +* **cosmic-swingset:** Update parseParams to read and validate vat cleanup budget data ([80bcca0](80bcca0)), closes [#8928](#8928) +* **cosmic-swingset:** Use vat cleanup budget values to allow slow cleanup ([508ea8e](508ea8e)), closes [#8928](#8928) +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) +* **x/swingset:** Define default vat cleanup budget as { default: 5, kv: 50 } ([d86ee6d](d86ee6d)) + + +### Bug Fixes + +* **cosmic-swingset:** expect chain --halt-height exit status > 1 ([c025cb7](c025cb7)) + + + ## [0.42.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) --- a/packages/fast-usdc/CHANGELOG.md +++ b/packages/fast-usdc/CHANGELOG.md @@ -3,6 +3,128 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.2.0-u18.0 (2024-12-24) + + +### Features + +* error on conflicting evidence ([cd2a40c](cd2a40c)) +* **fast-usdc:** add FastLP/ufastlp to vbank ([ae1963e](ae1963e)) +* **fast-usdc:** detect transfer completion in cli ([2828444](2828444)) +* **fast-usdc:** support risk assessment arg ([ff6737a](ff6737a)) +* operator majority logic ([bc28201](bc28201)) +* record fee split in transaction ([8846972](8846972)) + +## 0.35.0-u18.4 (2024-12-17) + + +### ⚠ BREAKING CHANGES + +* remove agoricNames from VstorageKit + +### Features + +* consistent publishTxnRecord (record) ([dbf3934](dbf3934)) +* deleteCompletedTxs ([f0078ee](f0078ee)) +* **fast-usdc:** cli for lp deposit and withdraw ([4c0c372](4c0c372)) +* **fast-usdc:** limited operation before connecting to noble ([eb82ae3](eb82ae3)) +* include 'sender' in CctpTxEvidence ([f99e7b8](f99e7b8)) +* publish CctpTxEvidence ([2916c8f](2916c8f)) +* publish OBSERVED with first evidence ([7e62d8f](7e62d8f)) +* simplify seenTxs key ([fd05a7e](fd05a7e)) +* **types:** TransactionRecord ([ccb9e28](ccb9e28)) +* vstorage status --> txns ([aebb4d7](aebb4d7)) + + +### Bug Fixes + +* do not stringify logs ([d04c5ea](d04c5ea)) +* vstorage fastUsdc path ([1f47164](1f47164)) + + +### Miscellaneous Chores + +* remove agoricNames from VstorageKit ([1c69d39](1c69d39)) + +## 0.35.0-u18.3 (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* `getAsset` and `getDenomInfo` require `srcChainName` param + +### Features + +* `getAsset` and `getDenomInfo` require `srcChainName` param ([fc802ad](fc802ad)) +* assetInfo as array of entries ([51e7a9c](51e7a9c)) +* **fast-usdc:** core-eval to update feed policy ([db283e1](db283e1)) +* **fast-usdc:** operator attest cli command ([448aa3a](448aa3a)) +* **fast-usdc:** publish feeConfig to vstorage ([08b2e13](08b2e13)) +* **fast-usdc:** settler disburses or forwards funds ([17b0423](17b0423)) +* **fast-usdc:** write chain policies to vstorage ([#10532](#10532)) ([9d6cff1](9d6cff1)) +* **fast-usdc:** write status updates to vstorage ([#10552](#10552)) ([419df4e](419df4e)) +* operator accept cmd ([ae2cf1e](ae2cf1e)) +* parameterize fusdc with chainInfo and assetInfo ([e5a8b64](e5a8b64)) +* scaffold operator commands ([36375fd](36375fd)) + + +### Bug Fixes + +* `brandKey` not part of `DenomDetail` ([9a65478](9a65478)) + +## 0.35.0-u18.2 (2024-11-21) + + +### Features + +* `Advancer` uses `borrower` facet ([35eb7ad](35eb7ad)) +* integrate `Advancer` with contract ([c5d67af](c5d67af)) +* liquidity pool borrower and repayer facets ([3117eef](3117eef)) + +## 0.35.0-u18.1 (2024-11-19) + + +### Features + +* `Advancer` exo behaviors ([4cd2f3f](4cd2f3f)), closes [#10390](#10390) +* `CctpTxEvidenceShape`, `PendingTxShape` typeGuards ([5a7b3d2](5a7b3d2)) +* `getQueryParams` takes shape parameter ([99707ef](99707ef)) +* `StatusManager` scaffold ([980463f](980463f)) +* `StatusManager` tracks `seenTxs` ([f3d1e36](f3d1e36)) +* `TxStatus` const for `StatusManager` states ([1376020](1376020)) +* advancer with fees ([087f3a8](087f3a8)) +* defineInertInvitation ([f756412](f756412)) +* **fast-usdc:** .start.js core-eval w/oracle invitations ([7b6820a](7b6820a)) +* **fast-usdc:** add cli config and args for deposit and withdraw ([#10487](#10487)) ([fb2d05c](fb2d05c)) +* **fast-usdc:** deposit, withdraw liquidity in exchange for shares ([5ae543d](5ae543d)) +* **fast-usdc:** implement config cli command ([d121e1d](d121e1d)) +* **fast-usdc:** implement transfer cli command ([504818f](504818f)) +* **fast-usdc:** stub config cli command ([81e14b2](81e14b2)) +* **fast-usdc:** stub transfer cli command ([1b64d82](1b64d82)) +* feed access controls ([8f4a66d](8f4a66d)) +* makeTestPushInvitation handles evidence ([7e99cfa](7e99cfa)) +* minimal `addressTools` for query param parsing ([6f97e13](6f97e13)) +* operators evidence flows through feed ([2161a6f](2161a6f)) +* publish when all oracle operators agree ([d06ae2b](d06ae2b)) +* TransactionFeedKit ([8eb7dee](8eb7dee)) +* uniform configuration with LegibleCapData ([968903a](968903a)) + + +### Bug Fixes + +* **fast-usdc:** ensure cli non-zero exit code on failure ([6c0e77b](6c0e77b)) +* **fast-usdc:** fix url encoding ([d46cefd](d46cefd)) +* **fast-usdc:** use correct address format in cli ([d225974](d225974)) + +## 0.35.0-u18.0 (2024-10-31) + + +### Features + +* add CLI for fast-usdc package ([92bc5b1](92bc5b1)) + + + ### [0.1.1-u18.5](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.1.1-u18.5) (2024-12-17) **Note:** Version bump only for package fast-usdc --- a/packages/governance/CHANGELOG.md +++ b/packages/governance/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.4-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) + + + ### [0.10.4-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/inter-protocol/CHANGELOG.md +++ b/packages/inter-protocol/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* add an accessor for the vaultDirector's parameters ([32f1398](32f1398)) +* record instances that will be replaced so we can manage them ([c883c39](c883c39)) +* save the outgoing EC Charter instance and kit ([c2c9be3](c2c9be3)) + + +### Bug Fixes + +* makeReserveTerms ([27ce0b0](27ce0b0)) +* remove addInstance call from add-auction.js ([d16781f](d16781f)) + + + ## [0.17.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/inter-protocol --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* consistent publishTxnRecord (record) ([dbf3934](dbf3934)) +* defaultSerializer util ([19d5e03](19d5e03)) +* getValues for sequence nodes ([b5698ce](b5698ce)) +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) +* pureDataMarshaller ([6df7f1f](6df7f1f)) +* showValue option for documentStorageSchema ([07d12d4](07d12d4)) +* storage-test-utils report missing data ([02c111b](02c111b)) + + + ## [0.4.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### ⚠ BREAKING CHANGES + +* `getAsset` and `getDenomInfo` require `srcChainName` param + +### Features + +* `assetOn` `DenomDetail` helper ([05fe515](05fe515)) +* `chainHub.makeTransferRoute` ([0215b6f](0215b6f)) +* `ForwardOpts` accepts `intermediateRecipient` ([eb975f1](eb975f1)) +* `ForwardOptsShape` ([50b1717](50b1717)) +* `getAsset` and `getDenomInfo` require `srcChainName` param ([fc802ad](fc802ad)) +* `withOrchestration` returns `baggage` ([e4a6c6d](e4a6c6d)) +* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](cb9e1ee)) +* assetInfo as array of entries ([51e7a9c](51e7a9c)) +* chain-capabilities.js constants ([52ff70a](52ff70a)) +* **chainHub:** `getChainInfoByAddress` helper ([d6c487c](d6c487c)) +* **cosmos-orch-account:** expose `.executeEncodedTx` ([9d10be1](9d10be1)) +* CosmosChainInfo includes `pfmEnabled?: boolean` ([e1c35da](e1c35da)) +* export `DenomDetailShape` ([2dfddb3](2dfddb3)) +* export `OrchestrationPowersShape` ([34b61ea](34b61ea)) +* **local-orchestration-account:** support multi-hop pfm transfers ([c35fac7](c35fac7)) +* registerChainsAndAssets ([e72782d](e72782d)) +* send-anywhere inits chainHub ([2fa2f75](2fa2f75)) + + +### Bug Fixes + +* `brandKey` not part of `DenomDetail` ([9a65478](9a65478)) +* `convertChainInfo` connection sorting ([8ba4699](8ba4699)) +* do not stringify logs ([d04c5ea](d04c5ea)) +* **orchestration:** denomAmounts must be non-negative ([#10458](#10458)) ([40e0e4e](40e0e4e)) +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) +* **orchestration:** harden result of reverseConnInfo ([5c1219c](5c1219c)) +* subscribeToTransfers atomically ([7b77993](7b77993)) +* use `asVow` in case `owned()` throws ([e67e86b](e67e86b)) +* yarn codegen script ([9eea3fd](9eea3fd)) + + + ## [0.2.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/orchestration --- a/packages/solo/CHANGELOG.md +++ b/packages/solo/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.0-u18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) + + + ## [0.11.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/solo --- a/packages/swing-store/CHANGELOG.md +++ b/packages/swing-store/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **cosmic-swingset:** Allow `launch` to accept an already-open swingStore ([c65e5b1](c65e5b1)) + + + ## [0.10.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/swingset-liveslots/CHANGELOG.md +++ b/packages/swingset-liveslots/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **liveslots:** avoid slotToVal memory leak for watched promises ([874196c](874196c)), closes [#10757](#10757) [#10756](#10756) [#10706](#10706) + + + ### [0.10.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.6.3-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **telemetry:** add missing slog type ([1aec8d0](1aec8d0)) +* **telemetry:** Empty context persisted when remaining beans are negative after run finish ([#10635](#10635)) ([ad4e83e](ad4e83e)) +* **telemetry:** event name typo ([9e19321](9e19321)) +* **telemetry:** timer-poll run.id ([#10672](#10672)) ([3b478fb](3b478fb)), closes [#10357](#10357) [#10357](#10357) + + + ### [0.6.3-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-13) --- a/packages/time/CHANGELOG.md +++ b/packages/time/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.3.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) + + + ### [0.3.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/vats/CHANGELOG.md +++ b/packages/vats/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **cosmic-swingset:** Add support for testing blocks of a mock chain ([48b6405](48b6405)) +* upgrade v7-board and test it ([#10516](#10516)) ([d8a109e](d8a109e)), closes [#10394](#10394) + + +### Bug Fixes + +* **ERTP,vats:** fix 9407 AmountPatternShape ([#9863](#9863)) ([59b1a9f](59b1a9f)), closes [#9410](#9410) [#9407](#9407) [#9410](#9410) [#9407](#9407) [#9410](#9410) [#9407](#9407) [#9410](#9410) +* **vaultFactory:** fix proposal description ([bc1f87a](bc1f87a)) + + + ## [0.16.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/vats --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + +## 0.35.0-u18.4 (2024-12-17) + +## 0.35.0-u18.3 (2024-12-09) + +## 0.35.0-u18.2 (2024-11-21) + +## 0.35.0-u18.1 (2024-11-19) + + +### Features + +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) + + + ## [0.19.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) --- a/packages/wallet/api/CHANGELOG.md +++ b/packages/wallet/api/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0-u18.5](https://github.com/Agoric/agoric/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Features + +* **internal:** Introduce deepCopyJsonable ([f875bb0](f875bb0)) + + + ## [0.15.0-u18.4](https://github.com/Agoric/agoric/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-17) **Note:** Version bump only for package @agoric/wallet-backend --- a/packages/zoe/CHANGELOG.md +++ b/packages/zoe/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.26.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-12-24) + + +### Bug Fixes + +* **orchestration:** harden exported patterns ([#10470](#10470)) ([47bebb8](47bebb8)), closes [#10456](#10456) + + + ### [0.26.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-10-31) ```

File tree

103 files changed

+1425
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1425
-694
lines changed
 

‎a3p-integration/proposals/s:stake-bld/yarn.lock

+109-109
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ __metadata:
3030
version: 0.0.0-use.local
3131
resolution: "@agoric/base-zone@portal:../../agoric-sdk/packages/base-zone::locator=root-workspace-0b6124%40workspace%3A."
3232
dependencies:
33-
"@agoric/store": "npm:^0.9.3-u18.0"
33+
"@agoric/store": "npm:^0.9.3-u18.1"
3434
"@endo/common": "npm:^1.2.8"
3535
"@endo/errors": "npm:^1.2.8"
3636
"@endo/exo": "npm:^1.5.7"
@@ -44,10 +44,10 @@ __metadata:
4444
version: 0.0.0-use.local
4545
resolution: "@agoric/cache@portal:../../agoric-sdk/packages/cache::locator=root-workspace-0b6124%40workspace%3A."
4646
dependencies:
47-
"@agoric/internal": "npm:^0.4.0-u18.0"
48-
"@agoric/notifier": "npm:^0.7.0-u18.0"
49-
"@agoric/store": "npm:^0.9.3-u18.0"
50-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
47+
"@agoric/internal": "npm:^0.4.0-u18.1"
48+
"@agoric/notifier": "npm:^0.7.0-u18.1"
49+
"@agoric/store": "npm:^0.9.3-u18.1"
50+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
5151
"@endo/far": "npm:^1.1.9"
5252
"@endo/marshal": "npm:^1.6.2"
5353
languageName: node
@@ -57,9 +57,9 @@ __metadata:
5757
version: 0.0.0-use.local
5858
resolution: "@agoric/casting@portal:../../agoric-sdk/packages/casting::locator=root-workspace-0b6124%40workspace%3A."
5959
dependencies:
60-
"@agoric/internal": "npm:^0.4.0-u18.0"
61-
"@agoric/notifier": "npm:^0.7.0-u18.0"
62-
"@agoric/store": "npm:^0.9.3-u18.0"
60+
"@agoric/internal": "npm:^0.4.0-u18.1"
61+
"@agoric/notifier": "npm:^0.7.0-u18.1"
62+
"@agoric/store": "npm:^0.9.3-u18.1"
6363
"@cosmjs/encoding": "npm:^0.32.3"
6464
"@cosmjs/proto-signing": "npm:^0.32.3"
6565
"@cosmjs/stargate": "npm:^0.32.3"
@@ -77,11 +77,11 @@ __metadata:
7777
version: 0.0.0-use.local
7878
resolution: "@agoric/client-utils@portal:../../agoric-sdk/packages/client-utils::locator=root-workspace-0b6124%40workspace%3A."
7979
dependencies:
80-
"@agoric/casting": "npm:^0.4.3-u18.4"
81-
"@agoric/ertp": "npm:^0.16.3-u18.0"
82-
"@agoric/internal": "npm:^0.4.0-u18.0"
83-
"@agoric/smart-wallet": "npm:^0.5.4-u18.4"
84-
"@agoric/vats": "npm:^0.16.0-u18.4"
80+
"@agoric/casting": "npm:^0.4.3-u18.5"
81+
"@agoric/ertp": "npm:^0.16.3-u18.1"
82+
"@agoric/internal": "npm:^0.4.0-u18.1"
83+
"@agoric/smart-wallet": "npm:^0.5.4-u18.5"
84+
"@agoric/vats": "npm:^0.16.0-u18.5"
8585
"@cosmjs/stargate": "npm:^0.32.3"
8686
"@cosmjs/tendermint-rpc": "npm:^0.32.3"
8787
"@endo/common": "npm:^1.2.8"
@@ -108,10 +108,10 @@ __metadata:
108108
version: 0.0.0-use.local
109109
resolution: "@agoric/ertp@portal:../../agoric-sdk/packages/ERTP::locator=root-workspace-0b6124%40workspace%3A."
110110
dependencies:
111-
"@agoric/notifier": "npm:^0.7.0-u18.0"
112-
"@agoric/store": "npm:^0.9.3-u18.0"
113-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
114-
"@agoric/zone": "npm:^0.3.0-u18.0"
111+
"@agoric/notifier": "npm:^0.7.0-u18.1"
112+
"@agoric/store": "npm:^0.9.3-u18.1"
113+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
114+
"@agoric/zone": "npm:^0.3.0-u18.1"
115115
"@endo/errors": "npm:^1.2.8"
116116
"@endo/eventual-send": "npm:^1.2.8"
117117
"@endo/far": "npm:^1.1.9"
@@ -126,13 +126,13 @@ __metadata:
126126
version: 0.0.0-use.local
127127
resolution: "@agoric/governance@portal:../../agoric-sdk/packages/governance::locator=root-workspace-0b6124%40workspace%3A."
128128
dependencies:
129-
"@agoric/ertp": "npm:^0.16.3-u18.0"
130-
"@agoric/internal": "npm:^0.4.0-u18.0"
131-
"@agoric/notifier": "npm:^0.7.0-u18.0"
132-
"@agoric/store": "npm:^0.9.3-u18.0"
133-
"@agoric/time": "npm:^0.3.3-u18.0"
134-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
135-
"@agoric/zoe": "npm:^0.26.3-u18.0"
129+
"@agoric/ertp": "npm:^0.16.3-u18.1"
130+
"@agoric/internal": "npm:^0.4.0-u18.1"
131+
"@agoric/notifier": "npm:^0.7.0-u18.1"
132+
"@agoric/store": "npm:^0.9.3-u18.1"
133+
"@agoric/time": "npm:^0.3.3-u18.1"
134+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
135+
"@agoric/zoe": "npm:^0.26.3-u18.1"
136136
"@endo/bundle-source": "npm:^3.5.0"
137137
"@endo/captp": "npm:^4.4.3"
138138
"@endo/errors": "npm:^1.2.8"
@@ -149,16 +149,16 @@ __metadata:
149149
version: 0.0.0-use.local
150150
resolution: "@agoric/inter-protocol@portal:../../agoric-sdk/packages/inter-protocol::locator=root-workspace-0b6124%40workspace%3A."
151151
dependencies:
152-
"@agoric/ertp": "npm:^0.16.3-u18.0"
153-
"@agoric/governance": "npm:^0.10.4-u18.0"
154-
"@agoric/internal": "npm:^0.4.0-u18.0"
155-
"@agoric/notifier": "npm:^0.7.0-u18.0"
156-
"@agoric/store": "npm:^0.9.3-u18.0"
157-
"@agoric/time": "npm:^0.3.3-u18.0"
158-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
159-
"@agoric/vats": "npm:^0.16.0-u18.4"
160-
"@agoric/zoe": "npm:^0.26.3-u18.0"
161-
"@agoric/zone": "npm:^0.3.0-u18.0"
152+
"@agoric/ertp": "npm:^0.16.3-u18.1"
153+
"@agoric/governance": "npm:^0.10.4-u18.1"
154+
"@agoric/internal": "npm:^0.4.0-u18.1"
155+
"@agoric/notifier": "npm:^0.7.0-u18.1"
156+
"@agoric/store": "npm:^0.9.3-u18.1"
157+
"@agoric/time": "npm:^0.3.3-u18.1"
158+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
159+
"@agoric/vats": "npm:^0.16.0-u18.5"
160+
"@agoric/zoe": "npm:^0.26.3-u18.1"
161+
"@agoric/zone": "npm:^0.3.0-u18.1"
162162
"@endo/captp": "npm:^4.4.3"
163163
"@endo/errors": "npm:^1.2.8"
164164
"@endo/eventual-send": "npm:^1.2.8"
@@ -174,7 +174,7 @@ __metadata:
174174
version: 0.0.0-use.local
175175
resolution: "@agoric/internal@portal:../../agoric-sdk/packages/internal::locator=root-workspace-0b6124%40workspace%3A."
176176
dependencies:
177-
"@agoric/base-zone": "npm:^0.1.1-u18.0"
177+
"@agoric/base-zone": "npm:^0.1.1-u18.1"
178178
"@endo/common": "npm:^1.2.8"
179179
"@endo/errors": "npm:^1.2.8"
180180
"@endo/far": "npm:^1.1.9"
@@ -203,9 +203,9 @@ __metadata:
203203
version: 0.0.0-use.local
204204
resolution: "@agoric/network@portal:../../agoric-sdk/packages/network::locator=root-workspace-0b6124%40workspace%3A."
205205
dependencies:
206-
"@agoric/internal": "npm:^0.4.0-u18.0"
207-
"@agoric/store": "npm:^0.9.3-u18.0"
208-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
206+
"@agoric/internal": "npm:^0.4.0-u18.1"
207+
"@agoric/store": "npm:^0.9.3-u18.1"
208+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
209209
"@endo/base64": "npm:^1.0.9"
210210
"@endo/errors": "npm:^1.2.8"
211211
"@endo/far": "npm:^1.1.9"
@@ -219,8 +219,8 @@ __metadata:
219219
version: 0.0.0-use.local
220220
resolution: "@agoric/notifier@portal:../../agoric-sdk/packages/notifier::locator=root-workspace-0b6124%40workspace%3A."
221221
dependencies:
222-
"@agoric/internal": "npm:^0.4.0-u18.0"
223-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
222+
"@agoric/internal": "npm:^0.4.0-u18.1"
223+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
224224
"@endo/errors": "npm:^1.2.8"
225225
"@endo/far": "npm:^1.1.9"
226226
"@endo/marshal": "npm:^1.6.2"
@@ -233,15 +233,15 @@ __metadata:
233233
version: 0.0.0-use.local
234234
resolution: "@agoric/smart-wallet@portal:../../agoric-sdk/packages/smart-wallet::locator=root-workspace-0b6124%40workspace%3A."
235235
dependencies:
236-
"@agoric/ertp": "npm:^0.16.3-u18.0"
237-
"@agoric/internal": "npm:^0.4.0-u18.0"
238-
"@agoric/notifier": "npm:^0.7.0-u18.0"
239-
"@agoric/store": "npm:^0.9.3-u18.0"
240-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
241-
"@agoric/vats": "npm:^0.16.0-u18.4"
242-
"@agoric/vow": "npm:^0.2.0-u18.0"
243-
"@agoric/zoe": "npm:^0.26.3-u18.0"
244-
"@agoric/zone": "npm:^0.3.0-u18.0"
236+
"@agoric/ertp": "npm:^0.16.3-u18.1"
237+
"@agoric/internal": "npm:^0.4.0-u18.1"
238+
"@agoric/notifier": "npm:^0.7.0-u18.1"
239+
"@agoric/store": "npm:^0.9.3-u18.1"
240+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
241+
"@agoric/vats": "npm:^0.16.0-u18.5"
242+
"@agoric/vow": "npm:^0.2.0-u18.1"
243+
"@agoric/zoe": "npm:^0.26.3-u18.1"
244+
"@agoric/zone": "npm:^0.3.0-u18.1"
245245
"@endo/errors": "npm:^1.2.8"
246246
"@endo/eventual-send": "npm:^1.2.8"
247247
"@endo/far": "npm:^1.1.9"
@@ -267,7 +267,7 @@ __metadata:
267267
version: 0.0.0-use.local
268268
resolution: "@agoric/swing-store@portal:../../agoric-sdk/packages/swing-store::locator=root-workspace-0b6124%40workspace%3A."
269269
dependencies:
270-
"@agoric/internal": "npm:^0.4.0-u18.0"
270+
"@agoric/internal": "npm:^0.4.0-u18.1"
271271
"@endo/base64": "npm:^1.0.9"
272272
"@endo/bundle-source": "npm:^3.5.0"
273273
"@endo/check-bundle": "npm:^1.0.12"
@@ -281,8 +281,8 @@ __metadata:
281281
version: 0.0.0-use.local
282282
resolution: "@agoric/swingset-liveslots@portal:../../agoric-sdk/packages/swingset-liveslots::locator=root-workspace-0b6124%40workspace%3A."
283283
dependencies:
284-
"@agoric/internal": "npm:^0.4.0-u18.0"
285-
"@agoric/store": "npm:^0.9.3-u18.0"
284+
"@agoric/internal": "npm:^0.4.0-u18.1"
285+
"@agoric/store": "npm:^0.9.3-u18.1"
286286
"@endo/env-options": "npm:^1.1.8"
287287
"@endo/errors": "npm:^1.2.8"
288288
"@endo/eventual-send": "npm:^1.2.8"
@@ -301,15 +301,15 @@ __metadata:
301301
version: 0.0.0-use.local
302302
resolution: "@agoric/swingset-vat@portal:../../agoric-sdk/packages/SwingSet::locator=root-workspace-0b6124%40workspace%3A."
303303
dependencies:
304-
"@agoric/internal": "npm:^0.4.0-u18.0"
305-
"@agoric/kmarshal": "npm:^0.1.1-u18.0"
306-
"@agoric/store": "npm:^0.9.3-u18.0"
307-
"@agoric/swing-store": "npm:^0.10.0-u18.0"
308-
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.0"
309-
"@agoric/swingset-xsnap-supervisor": "npm:^0.10.3-u18.0"
310-
"@agoric/time": "npm:^0.3.3-u18.0"
311-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
312-
"@agoric/xsnap-lockdown": "npm:^0.14.1-u18.0"
304+
"@agoric/internal": "npm:^0.4.0-u18.1"
305+
"@agoric/kmarshal": "npm:^0.1.1-u18.1"
306+
"@agoric/store": "npm:^0.9.3-u18.1"
307+
"@agoric/swing-store": "npm:^0.10.0-u18.1"
308+
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.1"
309+
"@agoric/swingset-xsnap-supervisor": "npm:^0.10.3-u18.1"
310+
"@agoric/time": "npm:^0.3.3-u18.1"
311+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
312+
"@agoric/xsnap-lockdown": "npm:^0.14.1-u18.1"
313313
"@endo/base64": "npm:^1.0.9"
314314
"@endo/bundle-source": "npm:^3.5.0"
315315
"@endo/captp": "npm:^4.4.3"
@@ -369,7 +369,7 @@ __metadata:
369369
version: 0.0.0-use.local
370370
resolution: "@agoric/time@portal:../../agoric-sdk/packages/time::locator=root-workspace-0b6124%40workspace%3A."
371371
dependencies:
372-
"@agoric/store": "npm:^0.9.3-u18.0"
372+
"@agoric/store": "npm:^0.9.3-u18.1"
373373
"@endo/errors": "npm:^1.2.8"
374374
"@endo/nat": "npm:^5.0.13"
375375
"@endo/patterns": "npm:^1.4.7"
@@ -380,9 +380,9 @@ __metadata:
380380
version: 0.0.0-use.local
381381
resolution: "@agoric/vat-data@portal:../../agoric-sdk/packages/vat-data::locator=root-workspace-0b6124%40workspace%3A."
382382
dependencies:
383-
"@agoric/base-zone": "npm:^0.1.1-u18.0"
384-
"@agoric/store": "npm:^0.9.3-u18.0"
385-
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.0"
383+
"@agoric/base-zone": "npm:^0.1.1-u18.1"
384+
"@agoric/store": "npm:^0.9.3-u18.1"
385+
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.1"
386386
"@endo/errors": "npm:^1.2.8"
387387
"@endo/exo": "npm:^1.5.7"
388388
"@endo/patterns": "npm:^1.4.7"
@@ -393,19 +393,19 @@ __metadata:
393393
version: 0.0.0-use.local
394394
resolution: "@agoric/vats@portal:../../agoric-sdk/packages/vats::locator=root-workspace-0b6124%40workspace%3A."
395395
dependencies:
396-
"@agoric/cosmic-proto": "npm:^0.5.0-u18.4"
397-
"@agoric/ertp": "npm:^0.16.3-u18.0"
398-
"@agoric/governance": "npm:^0.10.4-u18.0"
399-
"@agoric/internal": "npm:^0.4.0-u18.0"
400-
"@agoric/network": "npm:^0.2.0-u18.0"
401-
"@agoric/notifier": "npm:^0.7.0-u18.0"
402-
"@agoric/store": "npm:^0.9.3-u18.0"
403-
"@agoric/swingset-vat": "npm:^0.33.0-u18.0"
404-
"@agoric/time": "npm:^0.3.3-u18.0"
405-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
406-
"@agoric/vow": "npm:^0.2.0-u18.0"
407-
"@agoric/zoe": "npm:^0.26.3-u18.0"
408-
"@agoric/zone": "npm:^0.3.0-u18.0"
396+
"@agoric/cosmic-proto": "npm:^0.5.0-u18.5"
397+
"@agoric/ertp": "npm:^0.16.3-u18.1"
398+
"@agoric/governance": "npm:^0.10.4-u18.1"
399+
"@agoric/internal": "npm:^0.4.0-u18.1"
400+
"@agoric/network": "npm:^0.2.0-u18.1"
401+
"@agoric/notifier": "npm:^0.7.0-u18.1"
402+
"@agoric/store": "npm:^0.9.3-u18.1"
403+
"@agoric/swingset-vat": "npm:^0.33.0-u18.1"
404+
"@agoric/time": "npm:^0.3.3-u18.1"
405+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
406+
"@agoric/vow": "npm:^0.2.0-u18.1"
407+
"@agoric/zoe": "npm:^0.26.3-u18.1"
408+
"@agoric/zone": "npm:^0.3.0-u18.1"
409409
"@endo/errors": "npm:^1.2.8"
410410
"@endo/far": "npm:^1.1.9"
411411
"@endo/import-bundle": "npm:^1.3.2"
@@ -423,8 +423,8 @@ __metadata:
423423
version: 0.0.0-use.local
424424
resolution: "@agoric/vow@portal:../../agoric-sdk/packages/vow::locator=root-workspace-0b6124%40workspace%3A."
425425
dependencies:
426-
"@agoric/base-zone": "npm:^0.1.1-u18.0"
427-
"@agoric/internal": "npm:^0.4.0-u18.0"
426+
"@agoric/base-zone": "npm:^0.1.1-u18.1"
427+
"@agoric/internal": "npm:^0.4.0-u18.1"
428428
"@endo/env-options": "npm:^1.1.8"
429429
"@endo/errors": "npm:^1.2.8"
430430
"@endo/eventual-send": "npm:^1.2.8"
@@ -444,17 +444,17 @@ __metadata:
444444
version: 0.0.0-use.local
445445
resolution: "@agoric/zoe@portal:../../agoric-sdk/packages/zoe::locator=root-workspace-0b6124%40workspace%3A."
446446
dependencies:
447-
"@agoric/base-zone": "npm:^0.1.1-u18.0"
448-
"@agoric/ertp": "npm:^0.16.3-u18.0"
449-
"@agoric/internal": "npm:^0.4.0-u18.0"
450-
"@agoric/notifier": "npm:^0.7.0-u18.0"
451-
"@agoric/store": "npm:^0.9.3-u18.0"
452-
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.0"
453-
"@agoric/swingset-vat": "npm:^0.33.0-u18.0"
454-
"@agoric/time": "npm:^0.3.3-u18.0"
455-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
456-
"@agoric/vow": "npm:^0.2.0-u18.0"
457-
"@agoric/zone": "npm:^0.3.0-u18.0"
447+
"@agoric/base-zone": "npm:^0.1.1-u18.1"
448+
"@agoric/ertp": "npm:^0.16.3-u18.1"
449+
"@agoric/internal": "npm:^0.4.0-u18.1"
450+
"@agoric/notifier": "npm:^0.7.0-u18.1"
451+
"@agoric/store": "npm:^0.9.3-u18.1"
452+
"@agoric/swingset-liveslots": "npm:^0.10.3-u18.1"
453+
"@agoric/swingset-vat": "npm:^0.33.0-u18.1"
454+
"@agoric/time": "npm:^0.3.3-u18.1"
455+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
456+
"@agoric/vow": "npm:^0.2.0-u18.1"
457+
"@agoric/zone": "npm:^0.3.0-u18.1"
458458
"@endo/bundle-source": "npm:^3.5.0"
459459
"@endo/captp": "npm:^4.4.3"
460460
"@endo/common": "npm:^1.2.8"
@@ -476,8 +476,8 @@ __metadata:
476476
version: 0.0.0-use.local
477477
resolution: "@agoric/zone@portal:../../agoric-sdk/packages/zone::locator=root-workspace-0b6124%40workspace%3A."
478478
dependencies:
479-
"@agoric/base-zone": "npm:^0.1.1-u18.0"
480-
"@agoric/vat-data": "npm:^0.5.3-u18.0"
479+
"@agoric/base-zone": "npm:^0.1.1-u18.1"
480+
"@agoric/vat-data": "npm:^0.5.3-u18.1"
481481
"@endo/errors": "npm:^1.2.8"
482482
"@endo/far": "npm:^1.1.9"
483483
"@endo/pass-style": "npm:^1.4.7"
@@ -1550,22 +1550,22 @@ __metadata:
15501550
version: 0.0.0-use.local
15511551
resolution: "agoric@portal:../../agoric-sdk/packages/agoric-cli::locator=root-workspace-0b6124%40workspace%3A."
15521552
dependencies:
1553-
"@agoric/access-token": "npm:^0.4.22-u18.0"
1554-
"@agoric/cache": "npm:^0.3.3-u18.0"
1555-
"@agoric/casting": "npm:^0.4.3-u18.4"
1556-
"@agoric/client-utils": "npm:^0.1.0"
1557-
"@agoric/cosmic-proto": "npm:^0.5.0-u18.4"
1558-
"@agoric/ertp": "npm:^0.16.3-u18.0"
1559-
"@agoric/governance": "npm:^0.10.4-u18.0"
1560-
"@agoric/inter-protocol": "npm:^0.17.0-u18.5"
1561-
"@agoric/internal": "npm:^0.4.0-u18.0"
1562-
"@agoric/network": "npm:^0.2.0-u18.0"
1563-
"@agoric/smart-wallet": "npm:^0.5.4-u18.4"
1564-
"@agoric/store": "npm:^0.9.3-u18.0"
1565-
"@agoric/swingset-vat": "npm:^0.33.0-u18.0"
1566-
"@agoric/vats": "npm:^0.16.0-u18.4"
1567-
"@agoric/zoe": "npm:^0.26.3-u18.0"
1568-
"@agoric/zone": "npm:^0.3.0-u18.0"
1553+
"@agoric/access-token": "npm:^0.4.22-u18.1"
1554+
"@agoric/cache": "npm:^0.3.3-u18.1"
1555+
"@agoric/casting": "npm:^0.4.3-u18.5"
1556+
"@agoric/client-utils": "npm:^0.2.0-u18.0"
1557+
"@agoric/cosmic-proto": "npm:^0.5.0-u18.5"
1558+
"@agoric/ertp": "npm:^0.16.3-u18.1"
1559+
"@agoric/governance": "npm:^0.10.4-u18.1"
1560+
"@agoric/inter-protocol": "npm:^0.17.0-u18.6"
1561+
"@agoric/internal": "npm:^0.4.0-u18.1"
1562+
"@agoric/network": "npm:^0.2.0-u18.1"
1563+
"@agoric/smart-wallet": "npm:^0.5.4-u18.5"
1564+
"@agoric/store": "npm:^0.9.3-u18.1"
1565+
"@agoric/swingset-vat": "npm:^0.33.0-u18.1"
1566+
"@agoric/vats": "npm:^0.16.0-u18.5"
1567+
"@agoric/zoe": "npm:^0.26.3-u18.1"
1568+
"@agoric/zone": "npm:^0.3.0-u18.1"
15691569
"@confio/relayer": "npm:^0.11.3"
15701570
"@cosmjs/crypto": "npm:^0.32.3"
15711571
"@cosmjs/encoding": "npm:^0.32.3"

0 commit comments

Comments
 (0)
Please sign in to comment.