Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish upgrade-18-rc6 #10773

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

mujahidkay
Copy link
Member

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/cosmos@0.35.0-u18.5
  • @agoric/ertp@0.16.3-u18.1
  • @agoric/swingset-vat@0.33.0-u18.1
  • @agoric/access-token@0.4.22-u18.1
  • agoric@0.22.0-u18.6
  • @agoric/async-flow@0.2.0-u18.1
  • @agoric/base-zone@0.1.1-u18.1
  • @agoric/benchmark@0.1.1-u18.6
  • @agoric/boot@0.2.0-u18.6
  • @agoric/builders@0.2.0-u18.6
  • @agoric/cache@0.3.3-u18.1
  • @agoric/casting@0.4.3-u18.5
  • @agoric/client-utils@0.2.0-u18.0
  • @agoric/cosmic-proto@0.5.0-u18.5
  • @agoric/cosmic-swingset@0.42.0-u18.6
  • @agoric/create-dapp@0.1.1-u18.6
  • @agoric/deploy-script-support@0.10.4-u18.5
  • @agoric/deployment@4.0.0-u18.1
  • @agoric/eslint-config@0.4.1-u18.1
  • @agoric/fast-usdc@0.2.0-u18.0
  • @agoric/governance@0.10.4-u18.1
  • @agoric/import-manager@0.3.12-u18.1
  • @agoric/inter-protocol@0.17.0-u18.6
  • @agoric/internal@0.4.0-u18.1
  • @agoric/kmarshal@0.1.1-u18.1
  • @agoric/network@0.2.0-u18.1
  • @agoric/notifier@0.7.0-u18.1
  • @agoric/orchestration@0.2.0-u18.5
  • @agoric/pegasus@0.8.0-u18.5
  • @agoric/smart-wallet@0.5.4-u18.5
  • @agoric/solo@0.11.0-u18.6
  • @agoric/spawner@0.6.9-u18.1
  • @agoric/stat-logger@0.4.29-u18.1
  • @agoric/store@0.9.3-u18.1
  • @agoric/swing-store@0.10.0-u18.1
  • @agoric/swingset-liveslots@0.10.3-u18.1
  • @agoric/swingset-runner@0.22.3-u18.6
  • @agoric/swingset-xsnap-supervisor@0.10.3-u18.1
  • @agoric/telemetry@0.6.3-u18.4
  • @agoric/time@0.3.3-u18.1
  • @agoric/vat-data@0.5.3-u18.1
  • @agoric/vats@0.16.0-u18.5
  • @agoric/vm-config@0.1.1-u18.1
  • @agoric/vow@0.2.0-u18.1
  • @agoric/wallet@0.19.0-u18.1
  • @agoric/xsnap-lockdown@0.14.1-u18.1
  • @agoric/xsnap@0.14.3-u18.1
  • @agoric/zoe@0.26.3-u18.1
  • @agoric/zone@0.3.0-u18.1
  • @agoric/wallet-backend@0.15.0-u18.5

Packages that have NEWS.md updates

--- 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/cosmos@0.35.0-u18.4...@agoric/cosmos@0.35.0-u18.5) (2024-12-24)
+
+
+### Features
+
+* **cosmos:** Support arbitrary core eval builder arguments ([#10767](https://github.com/Agoric/agoric-sdk/issues/10767)) ([a944f4c](https://github.com/Agoric/agoric-sdk/commit/a944f4cdf36012e8c07fe0804de5e9f3532db3ce)), closes [#10752](https://github.com/Agoric/agoric-sdk/issues/10752) [#10752](https://github.com/Agoric/agoric-sdk/issues/10752)
+* **cosmos:** use `x/vbank` ConsensusVersion to upgrade monitoring ([0e367d3](https://github.com/Agoric/agoric-sdk/commit/0e367d3e9870622acc8a38afe57c2b6cbe629341))
+* migrate upgrade of v7-board from  upgrade 19 to upgrade 18 ([#10761](https://github.com/Agoric/agoric-sdk/issues/10761)) ([837776e](https://github.com/Agoric/agoric-sdk/commit/837776e6eb693603bce4ed3f9af5c659c9a19d2d)), closes [#10760](https://github.com/Agoric/agoric-sdk/issues/10760)
+* upgrade v7-board and test it ([#10516](https://github.com/Agoric/agoric-sdk/issues/10516)) ([d8a109e](https://github.com/Agoric/agoric-sdk/commit/d8a109edcc78c977ef856131b52dd449e6a9d724)), closes [#10394](https://github.com/Agoric/agoric-sdk/issues/10394)
+* **vbank:** new param `allowed_monitoring_accounts` ([5ac4c52](https://github.com/Agoric/agoric-sdk/commit/5ac4c527b5a3e85bb14ba91a32bcbb6beb0097c9))
+* **vtransfer:** extract base address from parameterized address ([3d44b53](https://github.com/Agoric/agoric-sdk/commit/3d44b5363324baa803a2d9523ce11ded7cce1ed1))
+* **vtransfer:** port some `address-hooks.js` functions to Go ([159098b](https://github.com/Agoric/agoric-sdk/commit/159098bbfaddf4448da4778aa29fbc072aed80a9))
+* **x/swingset:** Add parameters for controlling vat cleanup budget ([02c8138](https://github.com/Agoric/agoric-sdk/commit/02c8138bb2090bc995bfe517bc52952014458984)), closes [#8928](https://github.com/Agoric/agoric-sdk/issues/8928)
+* **x/swingset:** Define default vat cleanup budget as { default: 5, kv: 50 } ([d86ee6d](https://github.com/Agoric/agoric-sdk/commit/d86ee6d5cf0882a53ac3a6e3b802e4002c4c1d12))
+* **x/swingset:** Read beansPerUnit in each message handler and pass down to helpers ([55b9b49](https://github.com/Agoric/agoric-sdk/commit/55b9b49d5f77be9db33ae132a8f7b7017a90d0a9))
+* **x/swingset:** Require a non-empty vat cleanup budget to include `default` ([28c4d8b](https://github.com/Agoric/agoric-sdk/commit/28c4d8bf9897f1ff744e64ea0e681ee41064aafd))
+
+
+### Bug Fixes
+
+* **agd:** upgrade all orchestration vats to new liveslots ([59fa82c](https://github.com/Agoric/agoric-sdk/commit/59fa82c4740e1ddace28e1389e3c7c875bcdf93e))
+* **cosmos:** return an error if version is unsupported ([d17e55b](https://github.com/Agoric/agoric-sdk/commit/d17e55b5d5c0a178e49ed9a0402ed52827074426))
+* **x/swingset:** Let migration see incomplete Params structs ([315cdd5](https://github.com/Agoric/agoric-sdk/commit/315cdd56e0955ba26d624ca3a4997888abc1d635))
+
+
+
 ## [0.35.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u18.3...@agoric/cosmos@0.35.0-u18.4) (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/ertp@0.16.3-u18.0...@agoric/ertp@0.16.3-u18.1) (2024-12-24)
+
+
+### Bug Fixes
+
+* **ertp:** remove unneeded ertp type imports ([#10467](https://github.com/Agoric/agoric-sdk/issues/10467)) ([e96ff82](https://github.com/Agoric/agoric-sdk/commit/e96ff8256e1072d0d7e08e04c82960489b04e205)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+
+
+
 ### [0.16.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.2...@agoric/ertp@0.16.3-u18.0) (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/swingset-vat@0.33.0-u18.0...@agoric/swingset-vat@0.33.0-u18.1) (2024-12-24)
+
+
+### Features
+
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+
+
+### Bug Fixes
+
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+* **SwingSet:** Introduce a termination-dedicated "VatUndertaker" analog to "VatKeeper" ([b786414](https://github.com/Agoric/agoric-sdk/commit/b786414a987cb850b35cdbf26351ace4109684c8))
+
+
+
 ## [0.33.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.2...@agoric/swingset-vat@0.33.0-u18.0) (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/agoric@0.22.0-u18.5...agoric@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](https://github.com/Agoric/agoric-sdk/commit/21a03f816e392a25c197b692905b2d0388632ee9))
+* **agoric-cli:** Block `agoric wallet send` on tx inclusion ([0389a21](https://github.com/Agoric/agoric-sdk/commit/0389a21b85c783f70f4a2af30d5ee96ccea5cb47))
+* client-utils package ([50af71f](https://github.com/Agoric/agoric-sdk/commit/50af71f2b2c3a1eee9da62dbd87c9cda0521979b))
+* export cli lib ([0d2d4aa](https://github.com/Agoric/agoric-sdk/commit/0d2d4aa7886cc424e64a121821fc1373912aff82))
+* fetchEnvNetworkConfig ([9bdba57](https://github.com/Agoric/agoric-sdk/commit/9bdba57d18672ef8d40b8a38cb54a082e1b89e50))
+* makeWalletUtils wo/spawn ([bc10509](https://github.com/Agoric/agoric-sdk/commit/bc105094afdafebed090313e849998b132b50172))
+* makeWalletUtils wo/spawn ([20083ae](https://github.com/Agoric/agoric-sdk/commit/20083ae6cf3b479ca68aa7b81415157aceca38fe))
+* VstorageKit ([71486d7](https://github.com/Agoric/agoric-sdk/commit/71486d714cfa8f0393fbec7731dca71d1a342a1c))
+
+
+### Bug Fixes
+
+* **agoric-cli:** use readPublished consistently in agops oracle ([e8f6de2](https://github.com/Agoric/agoric-sdk/commit/e8f6de2aaf1fa5457f4a31bcaa7a742e4634eeb8))
+* proposeParamChange options ([202ba1e](https://github.com/Agoric/agoric-sdk/commit/202ba1e1924c30f65edefa7584b484f580ce5386))
+
+
+### Miscellaneous Chores
+
+* remove agoricNames from VstorageKit ([1c69d39](https://github.com/Agoric/agoric-sdk/commit/1c69d39c6b5571e8501cd4be8d32e3d1bd9d3844))
+
+
+
 ## [0.22.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/agoric@0.22.0-u18.4...agoric@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/boot@0.2.0-u18.5...@agoric/boot@0.2.0-u18.6) (2024-12-24)
+
+
+### Features
+
+* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](https://github.com/Agoric/agoric-sdk/commit/cb9e1eeab9295b44ec009b82d73c457299e8d6f4))
+* consistent publishTxnRecord (record) ([dbf3934](https://github.com/Agoric/agoric-sdk/commit/dbf39340c75d9e01af2ee9ceccac327660af94a6))
+* **fast-usdc:** publish feeConfig to vstorage ([08b2e13](https://github.com/Agoric/agoric-sdk/commit/08b2e13921514258de566c52aeda737a28ed44c7))
+* **fast-usdc:** support risk assessment arg ([ff6737a](https://github.com/Agoric/agoric-sdk/commit/ff6737a574e4a2efccda226780ed09e3fb4076b3))
+* **fast-usdc:** write chain policies to vstorage ([#10532](https://github.com/Agoric/agoric-sdk/issues/10532)) ([9d6cff1](https://github.com/Agoric/agoric-sdk/commit/9d6cff17bb95ce5557758da242ca4646a87ac5b0))
+* **fast-usdc:** write status updates to vstorage ([#10552](https://github.com/Agoric/agoric-sdk/issues/10552)) ([419df4e](https://github.com/Agoric/agoric-sdk/commit/419df4ee7ce03499f30e7327c74e95a338201023))
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+* publish OBSERVED with first evidence ([7e62d8f](https://github.com/Agoric/agoric-sdk/commit/7e62d8f811e212f8160c36a3b954aee8c0e1fb90))
+* readPublished in SwingsetTestKit ([0b383c9](https://github.com/Agoric/agoric-sdk/commit/0b383c909002dea7fe72fd890601e86966ae2222))
+* record instances that will be replaced so we can manage them ([c883c39](https://github.com/Agoric/agoric-sdk/commit/c883c39bbe4ec236a758030508fdf9f4fbd3ba9b))
+* send-anywhere inits chainHub ([2fa2f75](https://github.com/Agoric/agoric-sdk/commit/2fa2f7512b2a1a19d47f47b59e3206619794be18))
+* **types:** TransactionRecord ([ccb9e28](https://github.com/Agoric/agoric-sdk/commit/ccb9e28a92c17ce3362ac5898acb80128614edab))
+* vstorage status --> txns ([aebb4d7](https://github.com/Agoric/agoric-sdk/commit/aebb4d792317f6964a8150324548b69cec2eb505))
+
+
+
 ## [0.2.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u18.4...@agoric/boot@0.2.0-u18.5) (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/builders@0.2.0-u18.5...@agoric/builders@0.2.0-u18.6) (2024-12-24)
+
+
+### Features
+
+* `ForwardOpts` accepts `intermediateRecipient` ([eb975f1](https://github.com/Agoric/agoric-sdk/commit/eb975f1df1587bc9307b27c20b7b236cc7fe386e))
+* `ForwardOptsShape` ([50b1717](https://github.com/Agoric/agoric-sdk/commit/50b1717c1e40ed67a5e69810961ad8d0144c5f9e))
+* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](https://github.com/Agoric/agoric-sdk/commit/cb9e1eeab9295b44ec009b82d73c457299e8d6f4))
+* advancer with fees ([087f3a8](https://github.com/Agoric/agoric-sdk/commit/087f3a84a266fd0061f6d35c7b51f193de308f95))
+* assetInfo as array of entries ([51e7a9c](https://github.com/Agoric/agoric-sdk/commit/51e7a9c3e3fb2cde44db2ffce817f353a17e76a3))
+* **builders:** --noNoble option for init-fast-usdc ([508a3e0](https://github.com/Agoric/agoric-sdk/commit/508a3e0876d0fadac0e4a2fc1fa64b86ff8e5c2d))
+* **builders:** fast-usdc builder w/CLI config ([9f45a05](https://github.com/Agoric/agoric-sdk/commit/9f45a0572777cfe26012b5f48ad4140eaea96dad))
+* **builders:** fast-usdc oracleSet option for MAINNET, ... ([3bf01a2](https://github.com/Agoric/agoric-sdk/commit/3bf01a279e5b2c72d6667704a07056501012260e))
+* **builders:** fast-usdc policy update builder ([8ded3d8](https://github.com/Agoric/agoric-sdk/commit/8ded3d8be612a6944b80f3f63ab6fb727c76d179))
+* chain-capabilities.js constants ([52ff70a](https://github.com/Agoric/agoric-sdk/commit/52ff70a187df1fadc89ccc506228bc6d0ca48da6))
+* export `DenomDetailShape` ([2dfddb3](https://github.com/Agoric/agoric-sdk/commit/2dfddb3fb2018d769b1acc1b32f4ff3b4c7f67b7))
+* export `OrchestrationPowersShape` ([34b61ea](https://github.com/Agoric/agoric-sdk/commit/34b61eae918a5f02ba6e06ac7e15b24750494821))
+* **fast-usdc:** write chain policies to vstorage ([#10532](https://github.com/Agoric/agoric-sdk/issues/10532)) ([9d6cff1](https://github.com/Agoric/agoric-sdk/commit/9d6cff17bb95ce5557758da242ca4646a87ac5b0))
+* fusdc assetInfo and chainInfo by netname ([afb4f34](https://github.com/Agoric/agoric-sdk/commit/afb4f34518124b3809d1df07ea706743fa47f2b1))
+* parameterize fusdc with chainInfo and assetInfo ([e5a8b64](https://github.com/Agoric/agoric-sdk/commit/e5a8b6489368f0bf3a099ce4c5ddf9607a6192c1))
+* record instances that will be replaced so we can manage them ([c883c39](https://github.com/Agoric/agoric-sdk/commit/c883c39bbe4ec236a758030508fdf9f4fbd3ba9b))
+* register interchain bank assets proposal ([0e20707](https://github.com/Agoric/agoric-sdk/commit/0e2070754d6811acd40cb026792d4295189ae771))
+* registerChainsAndAssets ([e72782d](https://github.com/Agoric/agoric-sdk/commit/e72782dcc748b9e6a2879179cccf9866718f4e00))
+* save the outgoing EC Charter instance and kit ([c2c9be3](https://github.com/Agoric/agoric-sdk/commit/c2c9be3785f50e3b2cae3585d0e05d8b0a918283))
+* send-anywhere inits chainHub ([2fa2f75](https://github.com/Agoric/agoric-sdk/commit/2fa2f7512b2a1a19d47f47b59e3206619794be18))
+* upgrade v7-board and test it ([#10516](https://github.com/Agoric/agoric-sdk/issues/10516)) ([d8a109e](https://github.com/Agoric/agoric-sdk/commit/d8a109edcc78c977ef856131b52dd449e6a9d724)), closes [#10394](https://github.com/Agoric/agoric-sdk/issues/10394)
+
+
+### Bug Fixes
+
+* **agd:** upgrade all orchestration vats to new liveslots ([59fa82c](https://github.com/Agoric/agoric-sdk/commit/59fa82c4740e1ddace28e1389e3c7c875bcdf93e))
+* **orchestration:** denomAmounts must be non-negative ([#10458](https://github.com/Agoric/agoric-sdk/issues/10458)) ([40e0e4e](https://github.com/Agoric/agoric-sdk/commit/40e0e4e37503b611609d1752389477d8f14f1a8e))
+
+
+
 ## [0.2.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u18.4...@agoric/builders@0.2.0-u18.5) (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/casting@0.4.3-u18.4...@agoric/casting@0.4.3-u18.5) (2024-12-24)
+
+
+### Features
+
+* makeTendermintRpcClient ([129516a](https://github.com/Agoric/agoric-sdk/commit/129516a8f3ae58f16d17460f58d2c69ee215a584))
+
+
+
 ### [0.4.3-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.3-u18.3...@agoric/casting@0.4.3-u18.4) (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](https://github.com/Agoric/agoric-sdk/commit/50af71f2b2c3a1eee9da62dbd87c9cda0521979b))
+* export makeStargateClient ([186d268](https://github.com/Agoric/agoric-sdk/commit/186d26811f25224f0b9f216e79ee3a47c0768f61))
+* fetchEnvNetworkConfig ([9bdba57](https://github.com/Agoric/agoric-sdk/commit/9bdba57d18672ef8d40b8a38cb54a082e1b89e50))
+* getCurrentWalletRecord ([2740748](https://github.com/Agoric/agoric-sdk/commit/27407486238062c902b0f3552dad77bf5a44b22d))
+* makeWalletUtils wo/spawn ([20083ae](https://github.com/Agoric/agoric-sdk/commit/20083ae6cf3b479ca68aa7b81415157aceca38fe))
+* ocap makeStargateClient ([c8f7407](https://github.com/Agoric/agoric-sdk/commit/c8f7407903078acaccb3a97f9ff722d92e51eee8))
+* one marshaller per WalletUtils ([b141ce6](https://github.com/Agoric/agoric-sdk/commit/b141ce6e47ede661ff4e6777390665238c0e1f00))
+* **sync-tools:** add method to wait until offer exited ([c9370f2](https://github.com/Agoric/agoric-sdk/commit/c9370f219ecdc196a274cfb8bab8de64b099345a))
+* **types:** TypedPublished ([88939bf](https://github.com/Agoric/agoric-sdk/commit/88939bfb60e2e3480b1f8f6d4dca7f64cd668b4a))
+* vstorage without instance binding ([2c4e2e3](https://github.com/Agoric/agoric-sdk/commit/2c4e2e3cbfe6a2bfad77f908abd1424081031464))
+* VstorageKit ([71486d7](https://github.com/Agoric/agoric-sdk/commit/71486d714cfa8f0393fbec7731dca71d1a342a1c))
+* VstorageKit readPublished ([e48c53c](https://github.com/Agoric/agoric-sdk/commit/e48c53c5db307aa5ddcb2703c3afa5f846d5beca))
+
+
+### Bug Fixes
+
+* **client-utils:** only call `fetch` as a function, not a method ([#10671](https://github.com/Agoric/agoric-sdk/issues/10671)) ([fbae24c](https://github.com/Agoric/agoric-sdk/commit/fbae24ccaff7b911a2ef72e1c47434e6dfd73d9f)), 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](https://github.com/Agoric/agoric-sdk/commit/fd9394b33ed9f12e229e9914d7efe3ca10980f0c))
+
+
+### Miscellaneous Chores
+
+* remove agoricNames from VstorageKit ([1c69d39](https://github.com/Agoric/agoric-sdk/commit/1c69d39c6b5571e8501cd4be8d32e3d1bd9d3844))
+
+
+
 # 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/cosmic-proto@0.5.0-u18.4...@agoric/cosmic-proto@0.5.0-u18.5) (2024-12-24)
+
+
+### Features
+
+* **vats:** first cut of Address Hooks in JS ([dbad30b](https://github.com/Agoric/agoric-sdk/commit/dbad30b11b5af70f585b31194caf6e46c78a73bf))
+
+
+### Bug Fixes
+
+* **address-hooks:** throw if the version is unsupported ([e3c2665](https://github.com/Agoric/agoric-sdk/commit/e3c26655258f43c639c6b5e3e66c49e5cb6f0afd))
+* **address-hooks:** use `harden` (or `freeze`) ([80fee60](https://github.com/Agoric/agoric-sdk/commit/80fee6036eb186c8479ec5ddb66d34e09ba20f2b))
+
+
+
 ## [0.5.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.5.0-u18.3...@agoric/cosmic-proto@0.5.0-u18.4) (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/cosmic-swingset@0.42.0-u18.5...@agoric/cosmic-swingset@0.42.0-u18.6) (2024-12-24)
+
+
+### Features
+
+* **cosmic-swingset:** Add support for testing blocks of a mock chain ([48b6405](https://github.com/Agoric/agoric-sdk/commit/48b6405d23dc3dc051e3a9aea66ffb3f9749a82e))
+* **cosmic-swingset:** Allow `launch` to accept an already-open swingStore ([c65e5b1](https://github.com/Agoric/agoric-sdk/commit/c65e5b1c531c08026f5f11cf5d5dcdbe238b05ee))
+* **cosmic-swingset:** Update parseParams to read and validate vat cleanup budget data ([80bcca0](https://github.com/Agoric/agoric-sdk/commit/80bcca0745ac037d31a45e017b171212efaf282a)), closes [#8928](https://github.com/Agoric/agoric-sdk/issues/8928)
+* **cosmic-swingset:** Use vat cleanup budget values to allow slow cleanup ([508ea8e](https://github.com/Agoric/agoric-sdk/commit/508ea8e7fe4b7f92512973199c5aa85b17093694)), closes [#8928](https://github.com/Agoric/agoric-sdk/issues/8928)
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+* **x/swingset:** Define default vat cleanup budget as { default: 5, kv: 50 } ([d86ee6d](https://github.com/Agoric/agoric-sdk/commit/d86ee6d5cf0882a53ac3a6e3b802e4002c4c1d12))
+
+
+### Bug Fixes
+
+* **cosmic-swingset:** expect chain --halt-height exit status > 1 ([c025cb7](https://github.com/Agoric/agoric-sdk/commit/c025cb7fad64b8bff26b35000cee1846a0b3ae20))
+
+
+
 ## [0.42.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u18.4...@agoric/cosmic-swingset@0.42.0-u18.5) (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](https://github.com/Agoric/agoric-sdk/commit/cd2a40c0e4e5923510e7c77edc710b6c7ba8bc8c))
+* **fast-usdc:** add FastLP/ufastlp to vbank ([ae1963e](https://github.com/Agoric/agoric-sdk/commit/ae1963e9f73f159be2fab93920fcceeb9ebc555d))
+* **fast-usdc:** detect transfer completion in cli ([2828444](https://github.com/Agoric/agoric-sdk/commit/28284443141f700d2214c42d8d7b983b40f569fc))
+* **fast-usdc:** support risk assessment arg ([ff6737a](https://github.com/Agoric/agoric-sdk/commit/ff6737a574e4a2efccda226780ed09e3fb4076b3))
+* operator majority logic ([bc28201](https://github.com/Agoric/agoric-sdk/commit/bc28201f60978263d4c88375130da15128f8fd5c))
+* record fee split in transaction ([8846972](https://github.com/Agoric/agoric-sdk/commit/884697238ad5f8a112ed24616b10c3b3a94af737))
+
+## 0.35.0-u18.4 (2024-12-17)
+
+
+### ⚠ BREAKING CHANGES
+
+* remove agoricNames from VstorageKit
+
+### Features
+
+* consistent publishTxnRecord (record) ([dbf3934](https://github.com/Agoric/agoric-sdk/commit/dbf39340c75d9e01af2ee9ceccac327660af94a6))
+* deleteCompletedTxs ([f0078ee](https://github.com/Agoric/agoric-sdk/commit/f0078ee5668de2f1bba6f0544ea5629ccc8c9d28))
+* **fast-usdc:** cli for lp deposit and withdraw ([4c0c372](https://github.com/Agoric/agoric-sdk/commit/4c0c37234fc2ddd1e83c0d0f3693c33a05163f5b))
+* **fast-usdc:** limited operation before connecting to noble ([eb82ae3](https://github.com/Agoric/agoric-sdk/commit/eb82ae37c9ec3327f38122c5c8f51d8f5942c9c6))
+* include 'sender' in CctpTxEvidence ([f99e7b8](https://github.com/Agoric/agoric-sdk/commit/f99e7b8152fe686a100618b9cdfa4a8ced156dd2))
+* publish CctpTxEvidence ([2916c8f](https://github.com/Agoric/agoric-sdk/commit/2916c8f43b23a6c4d38796dd7135e9d712d12f8c))
+* publish OBSERVED with first evidence ([7e62d8f](https://github.com/Agoric/agoric-sdk/commit/7e62d8f811e212f8160c36a3b954aee8c0e1fb90))
+* simplify seenTxs key ([fd05a7e](https://github.com/Agoric/agoric-sdk/commit/fd05a7ecd0fc2847380506d2a90fe79079511457))
+* **types:** TransactionRecord ([ccb9e28](https://github.com/Agoric/agoric-sdk/commit/ccb9e28a92c17ce3362ac5898acb80128614edab))
+* vstorage status --> txns ([aebb4d7](https://github.com/Agoric/agoric-sdk/commit/aebb4d792317f6964a8150324548b69cec2eb505))
+
+
+### Bug Fixes
+
+* do not stringify logs ([d04c5ea](https://github.com/Agoric/agoric-sdk/commit/d04c5eac94e1954456cd23e9006e9f4daabb3759))
+* vstorage fastUsdc path ([1f47164](https://github.com/Agoric/agoric-sdk/commit/1f47164a792b64f5b4a27992156646d87670782c))
+
+
+### Miscellaneous Chores
+
+* remove agoricNames from VstorageKit ([1c69d39](https://github.com/Agoric/agoric-sdk/commit/1c69d39c6b5571e8501cd4be8d32e3d1bd9d3844))
+
+## 0.35.0-u18.3 (2024-12-09)
+
+
+### ⚠ BREAKING CHANGES
+
+* `getAsset` and `getDenomInfo` require `srcChainName` param
+
+### Features
+
+* `getAsset` and `getDenomInfo` require `srcChainName` param ([fc802ad](https://github.com/Agoric/agoric-sdk/commit/fc802adc06082eb0618f4a2d58d91ac380512352))
+* assetInfo as array of entries ([51e7a9c](https://github.com/Agoric/agoric-sdk/commit/51e7a9c3e3fb2cde44db2ffce817f353a17e76a3))
+* **fast-usdc:** core-eval to update feed policy ([db283e1](https://github.com/Agoric/agoric-sdk/commit/db283e160159f78e15c6b92e7041d09b4e6add61))
+* **fast-usdc:** operator attest cli command ([448aa3a](https://github.com/Agoric/agoric-sdk/commit/448aa3a194b55ebeb5423f0027c543f8c6807239))
+* **fast-usdc:** publish feeConfig to vstorage ([08b2e13](https://github.com/Agoric/agoric-sdk/commit/08b2e13921514258de566c52aeda737a28ed44c7))
+* **fast-usdc:** settler disburses or forwards funds ([17b0423](https://github.com/Agoric/agoric-sdk/commit/17b04238a73ff14a2617e73cf03c52d79d733ebc))
+* **fast-usdc:** write chain policies to vstorage ([#10532](https://github.com/Agoric/agoric-sdk/issues/10532)) ([9d6cff1](https://github.com/Agoric/agoric-sdk/commit/9d6cff17bb95ce5557758da242ca4646a87ac5b0))
+* **fast-usdc:** write status updates to vstorage ([#10552](https://github.com/Agoric/agoric-sdk/issues/10552)) ([419df4e](https://github.com/Agoric/agoric-sdk/commit/419df4ee7ce03499f30e7327c74e95a338201023))
+* operator accept cmd ([ae2cf1e](https://github.com/Agoric/agoric-sdk/commit/ae2cf1e461a63deb39dc01c35cea564cf1d5527b))
+* parameterize fusdc with chainInfo and assetInfo ([e5a8b64](https://github.com/Agoric/agoric-sdk/commit/e5a8b6489368f0bf3a099ce4c5ddf9607a6192c1))
+* scaffold operator commands ([36375fd](https://github.com/Agoric/agoric-sdk/commit/36375fd2ecf41fc171133186969a29d872e8012b))
+
+
+### Bug Fixes
+
+* `brandKey` not part of `DenomDetail` ([9a65478](https://github.com/Agoric/agoric-sdk/commit/9a654781d53576ae0b3d1fa37f7a96579bfda848))
+
+## 0.35.0-u18.2 (2024-11-21)
+
+
+### Features
+
+* `Advancer` uses `borrower` facet ([35eb7ad](https://github.com/Agoric/agoric-sdk/commit/35eb7ad48377f11dab8c717c442653f99587a816))
+* integrate `Advancer` with contract ([c5d67af](https://github.com/Agoric/agoric-sdk/commit/c5d67af2b04808e6928b4c8c1e9fdda79c8ac847))
+* liquidity pool borrower and repayer facets ([3117eef](https://github.com/Agoric/agoric-sdk/commit/3117eef0eb604e6e267074648382bca23377f2ea))
+
+## 0.35.0-u18.1 (2024-11-19)
+
+
+### Features
+
+* `Advancer` exo behaviors ([4cd2f3f](https://github.com/Agoric/agoric-sdk/commit/4cd2f3f140ce1c7ea1dcb11fc4fc3c6b31cf2410)), closes [#10390](https://github.com/Agoric/agoric-sdk/issues/10390)
+* `CctpTxEvidenceShape`, `PendingTxShape` typeGuards ([5a7b3d2](https://github.com/Agoric/agoric-sdk/commit/5a7b3d25cb7853e9109f74a7b45feb29b8ff69fe))
+* `getQueryParams` takes shape parameter ([99707ef](https://github.com/Agoric/agoric-sdk/commit/99707ef60e1ca5f554f3622f7d7f9b1df89c54c7))
+* `StatusManager` scaffold ([980463f](https://github.com/Agoric/agoric-sdk/commit/980463f422a674676f0faf036c4bfae930824482))
+* `StatusManager` tracks `seenTxs` ([f3d1e36](https://github.com/Agoric/agoric-sdk/commit/f3d1e367ce2284338147866af586bed8ed9fc86b))
+* `TxStatus` const for `StatusManager` states ([1376020](https://github.com/Agoric/agoric-sdk/commit/1376020656a57ee341b5f76f9ce127e76fc657bd))
+* advancer with fees ([087f3a8](https://github.com/Agoric/agoric-sdk/commit/087f3a84a266fd0061f6d35c7b51f193de308f95))
+* defineInertInvitation ([f756412](https://github.com/Agoric/agoric-sdk/commit/f7564122258e5bdc868d7b3550c4587807015d76))
+* **fast-usdc:** .start.js core-eval w/oracle invitations ([7b6820a](https://github.com/Agoric/agoric-sdk/commit/7b6820a6585de3335e5ce2d4aa6d90f238d1fe9d))
+* **fast-usdc:** add cli config and args for deposit and withdraw ([#10487](https://github.com/Agoric/agoric-sdk/issues/10487)) ([fb2d05c](https://github.com/Agoric/agoric-sdk/commit/fb2d05c0d755e1ad68aed1ae1112ea4973aad92e))
+* **fast-usdc:** deposit, withdraw liquidity in exchange for shares ([5ae543d](https://github.com/Agoric/agoric-sdk/commit/5ae543d0983e6f27956c189e8a86355180d8c724))
+* **fast-usdc:** implement config cli command ([d121e1d](https://github.com/Agoric/agoric-sdk/commit/d121e1d453a877352b133aa149c2f41ad44baae9))
+* **fast-usdc:** implement transfer cli command ([504818f](https://github.com/Agoric/agoric-sdk/commit/504818fc5758c312371ae427b7899976f5158055))
+* **fast-usdc:** stub config cli command ([81e14b2](https://github.com/Agoric/agoric-sdk/commit/81e14b2f602237dc68b9f406672332c5c5d90d75))
+* **fast-usdc:** stub transfer cli command ([1b64d82](https://github.com/Agoric/agoric-sdk/commit/1b64d82e3db9d7a95461502ef6f7ee136a5eca19))
+* feed access controls ([8f4a66d](https://github.com/Agoric/agoric-sdk/commit/8f4a66d75dc4b79b698f7eee85b7d93de745045a))
+* makeTestPushInvitation handles evidence ([7e99cfa](https://github.com/Agoric/agoric-sdk/commit/7e99cfa02cb067a7c3899259edda2f79bf9ba7dc))
+* minimal `addressTools` for query param parsing ([6f97e13](https://github.com/Agoric/agoric-sdk/commit/6f97e137ba466db06354c6023a502106559028ea))
+* operators evidence flows through feed ([2161a6f](https://github.com/Agoric/agoric-sdk/commit/2161a6fd69c31f6f16ae8e8716e1a07e92db5d34))
+* publish when all oracle operators agree ([d06ae2b](https://github.com/Agoric/agoric-sdk/commit/d06ae2b52db53ad45db1423cc3297954dd3a7e44))
+* TransactionFeedKit ([8eb7dee](https://github.com/Agoric/agoric-sdk/commit/8eb7dee8f70facf8fb0b36c36d630c4153f4c722))
+* uniform configuration with LegibleCapData ([968903a](https://github.com/Agoric/agoric-sdk/commit/968903a86897df5f8e2aa570e325a38c4077d850))
+
+
+### Bug Fixes
+
+* **fast-usdc:** ensure cli non-zero exit code on failure ([6c0e77b](https://github.com/Agoric/agoric-sdk/commit/6c0e77b3272f3f00d9e2a8100b153f6e198664d6))
+* **fast-usdc:** fix url encoding ([d46cefd](https://github.com/Agoric/agoric-sdk/commit/d46cefdd869a09a2548257d6a05eddc55c6cf6ab))
+* **fast-usdc:** use correct address format in cli ([d225974](https://github.com/Agoric/agoric-sdk/commit/d2259741a6b7a1fbca4938ceebc3acd773445e04))
+
+## 0.35.0-u18.0 (2024-10-31)
+
+
+### Features
+
+* add CLI for fast-usdc package ([92bc5b1](https://github.com/Agoric/agoric-sdk/commit/92bc5b127e1cf1806da79589bd6e9d9e87cd5944))
+
+
+
 ### [0.1.1-u18.5](https://github.com/Agoric/agoric-sdk/compare/fast-usdc@0.1.1-u18.4...fast-usdc@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/governance@0.10.4-u18.0...@agoric/governance@0.10.4-u18.1) (2024-12-24)
+
+
+### Bug Fixes
+
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+
+
+
 ### [0.10.4-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.3...@agoric/governance@0.10.4-u18.0) (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/inter-protocol@0.17.0-u18.5...@agoric/inter-protocol@0.17.0-u18.6) (2024-12-24)
+
+
+### Features
+
+* add an accessor for the vaultDirector's parameters ([32f1398](https://github.com/Agoric/agoric-sdk/commit/32f13984751a5404aad3e9f3dc72b056292a78a3))
+* record instances that will be replaced so we can manage them ([c883c39](https://github.com/Agoric/agoric-sdk/commit/c883c39bbe4ec236a758030508fdf9f4fbd3ba9b))
+* save the outgoing EC Charter instance and kit ([c2c9be3](https://github.com/Agoric/agoric-sdk/commit/c2c9be3785f50e3b2cae3585d0e05d8b0a918283))
+
+
+### Bug Fixes
+
+* makeReserveTerms ([27ce0b0](https://github.com/Agoric/agoric-sdk/commit/27ce0b0c5bc7543dca4d86ef644ce6e87f151d6c))
+* remove addInstance call from add-auction.js ([d16781f](https://github.com/Agoric/agoric-sdk/commit/d16781f0100b831638b3032837da28c23beabb7b))
+
+
+
 ## [0.17.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u18.4...@agoric/inter-protocol@0.17.0-u18.5) (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/internal@0.4.0-u18.0...@agoric/internal@0.4.0-u18.1) (2024-12-24)
+
+
+### Features
+
+* consistent publishTxnRecord (record) ([dbf3934](https://github.com/Agoric/agoric-sdk/commit/dbf39340c75d9e01af2ee9ceccac327660af94a6))
+* defaultSerializer util ([19d5e03](https://github.com/Agoric/agoric-sdk/commit/19d5e03b426e74b8a19d11b425634a0a83e929a1))
+* getValues for sequence nodes ([b5698ce](https://github.com/Agoric/agoric-sdk/commit/b5698cee87068656cf6cfcbed25925d19fe025fd))
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+* pureDataMarshaller ([6df7f1f](https://github.com/Agoric/agoric-sdk/commit/6df7f1fa33bc0ac3f979663db97859c90af94e6c))
+* showValue option for documentStorageSchema ([07d12d4](https://github.com/Agoric/agoric-sdk/commit/07d12d489208735a8304866e3c59e9dc0cd19f13))
+* storage-test-utils report missing data ([02c111b](https://github.com/Agoric/agoric-sdk/commit/02c111b7e6a54528186e37f5408d1a41462e5526))
+
+
+
 ## [0.4.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.3.2...@agoric/internal@0.4.0-u18.0) (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/orchestration@0.2.0-u18.4...@agoric/orchestration@0.2.0-u18.5) (2024-12-24)
+
+
+### ⚠ BREAKING CHANGES
+
+* `getAsset` and `getDenomInfo` require `srcChainName` param
+
+### Features
+
+* `assetOn` `DenomDetail` helper ([05fe515](https://github.com/Agoric/agoric-sdk/commit/05fe5154de7cccb0c606dcc76c058badc5526cdb))
+* `chainHub.makeTransferRoute` ([0215b6f](https://github.com/Agoric/agoric-sdk/commit/0215b6f172e523a813bfbf6234991856ec60601c))
+* `ForwardOpts` accepts `intermediateRecipient` ([eb975f1](https://github.com/Agoric/agoric-sdk/commit/eb975f1df1587bc9307b27c20b7b236cc7fe386e))
+* `ForwardOptsShape` ([50b1717](https://github.com/Agoric/agoric-sdk/commit/50b1717c1e40ed67a5e69810961ad8d0144c5f9e))
+* `getAsset` and `getDenomInfo` require `srcChainName` param ([fc802ad](https://github.com/Agoric/agoric-sdk/commit/fc802adc06082eb0618f4a2d58d91ac380512352))
+* `withOrchestration` returns `baggage` ([e4a6c6d](https://github.com/Agoric/agoric-sdk/commit/e4a6c6d77e50339b74d34ad90967373e8ec77e51))
+* add `bech32Prefix?: string` to `CosmosChainInfo` ([cb9e1ee](https://github.com/Agoric/agoric-sdk/commit/cb9e1eeab9295b44ec009b82d73c457299e8d6f4))
+* assetInfo as array of entries ([51e7a9c](https://github.com/Agoric/agoric-sdk/commit/51e7a9c3e3fb2cde44db2ffce817f353a17e76a3))
+* chain-capabilities.js constants ([52ff70a](https://github.com/Agoric/agoric-sdk/commit/52ff70a187df1fadc89ccc506228bc6d0ca48da6))
+* **chainHub:** `getChainInfoByAddress` helper ([d6c487c](https://github.com/Agoric/agoric-sdk/commit/d6c487c1aca11b2287253b8885778dff9fd27a55))
+* **cosmos-orch-account:** expose `.executeEncodedTx` ([9d10be1](https://github.com/Agoric/agoric-sdk/commit/9d10be13d5d023e3d0254fef163fe84cd4b7796b))
+* CosmosChainInfo includes `pfmEnabled?: boolean` ([e1c35da](https://github.com/Agoric/agoric-sdk/commit/e1c35da96da8e12ea79a99aafad6163b3993e238))
+* export `DenomDetailShape` ([2dfddb3](https://github.com/Agoric/agoric-sdk/commit/2dfddb3fb2018d769b1acc1b32f4ff3b4c7f67b7))
+* export `OrchestrationPowersShape` ([34b61ea](https://github.com/Agoric/agoric-sdk/commit/34b61eae918a5f02ba6e06ac7e15b24750494821))
+* **local-orchestration-account:** support multi-hop pfm transfers ([c35fac7](https://github.com/Agoric/agoric-sdk/commit/c35fac7e82e6b66d2ffdc62ded1ba29a7d7388ff))
+* registerChainsAndAssets ([e72782d](https://github.com/Agoric/agoric-sdk/commit/e72782dcc748b9e6a2879179cccf9866718f4e00))
+* send-anywhere inits chainHub ([2fa2f75](https://github.com/Agoric/agoric-sdk/commit/2fa2f7512b2a1a19d47f47b59e3206619794be18))
+
+
+### Bug Fixes
+
+* `brandKey` not part of `DenomDetail` ([9a65478](https://github.com/Agoric/agoric-sdk/commit/9a654781d53576ae0b3d1fa37f7a96579bfda848))
+* `convertChainInfo` connection sorting ([8ba4699](https://github.com/Agoric/agoric-sdk/commit/8ba46990756d94571f2591fc1c85f37baab828b8))
+* do not stringify logs ([d04c5ea](https://github.com/Agoric/agoric-sdk/commit/d04c5eac94e1954456cd23e9006e9f4daabb3759))
+* **orchestration:** denomAmounts must be non-negative ([#10458](https://github.com/Agoric/agoric-sdk/issues/10458)) ([40e0e4e](https://github.com/Agoric/agoric-sdk/commit/40e0e4e37503b611609d1752389477d8f14f1a8e))
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+* **orchestration:** harden result of reverseConnInfo ([5c1219c](https://github.com/Agoric/agoric-sdk/commit/5c1219c58862959ba7f4d4cf57674ad61f10c32a))
+* subscribeToTransfers atomically ([7b77993](https://github.com/Agoric/agoric-sdk/commit/7b7799389018aa0536711a091502b4b28b59572b))
+* use `asVow` in case `owned()` throws ([e67e86b](https://github.com/Agoric/agoric-sdk/commit/e67e86b7c49b332c8e2d1fdc4b078f558f95adbc))
+* yarn codegen script ([9eea3fd](https://github.com/Agoric/agoric-sdk/commit/9eea3fd6da2624fc787336c5d735de5ae7da885d))
+
+
+
 ## [0.2.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/orchestration@0.2.0-u18.3...@agoric/orchestration@0.2.0-u18.4) (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/solo@0.11.0-u18.5...@agoric/solo@0.11.0-u18.6) (2024-12-24)
+
+
+### Features
+
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+
+
+
 ## [0.11.0-u18.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.11.0-u18.4...@agoric/solo@0.11.0-u18.5) (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/swing-store@0.10.0-u18.0...@agoric/swing-store@0.10.0-u18.1) (2024-12-24)
+
+
+### Features
+
+* **cosmic-swingset:** Allow `launch` to accept an already-open swingStore ([c65e5b1](https://github.com/Agoric/agoric-sdk/commit/c65e5b1c531c08026f5f11cf5d5dcdbe238b05ee))
+
+
+
 ## [0.10.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store@0.9.1...@agoric/swing-store@0.10.0-u18.0) (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/swingset-liveslots@0.10.3-u18.0...@agoric/swingset-liveslots@0.10.3-u18.1) (2024-12-24)
+
+
+### Bug Fixes
+
+* **liveslots:** avoid slotToVal memory leak for watched promises ([874196c](https://github.com/Agoric/agoric-sdk/commit/874196c477036964634b5e3b8af93fb57279ef18)), closes [#10757](https://github.com/Agoric/agoric-sdk/issues/10757) [#10756](https://github.com/Agoric/agoric-sdk/issues/10756) [#10706](https://github.com/Agoric/agoric-sdk/issues/10706)
+
+
+
 ### [0.10.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-liveslots@0.10.2...@agoric/swingset-liveslots@0.10.3-u18.0) (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/telemetry@0.6.3-u18.3...@agoric/telemetry@0.6.3-u18.4) (2024-12-24)
+
+
+### Bug Fixes
+
+* **telemetry:** add missing slog type ([1aec8d0](https://github.com/Agoric/agoric-sdk/commit/1aec8d05036f6b3c3e3730339d1829da6b4a9051))
+* **telemetry:** Empty context persisted when remaining beans are negative after run finish ([#10635](https://github.com/Agoric/agoric-sdk/issues/10635)) ([ad4e83e](https://github.com/Agoric/agoric-sdk/commit/ad4e83e0b6dff9716da91fd65d367d3acad1772e))
+* **telemetry:** event name typo ([9e19321](https://github.com/Agoric/agoric-sdk/commit/9e19321ea8fed32d445d44169b32f5d94a93d61e))
+* **telemetry:** timer-poll run.id ([#10672](https://github.com/Agoric/agoric-sdk/issues/10672)) ([3b478fb](https://github.com/Agoric/agoric-sdk/commit/3b478fb9e3fe7ded8dec1e83bab68760571f9071)), closes [#10357](https://github.com/Agoric/agoric-sdk/issues/10357) [#10357](https://github.com/Agoric/agoric-sdk/issues/10357)
+
+
+
 ### [0.6.3-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.2...@agoric/telemetry@0.6.3-u18.3) (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/time@0.3.3-u18.0...@agoric/time@0.3.3-u18.1) (2024-12-24)
+
+
+### Bug Fixes
+
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+
+
+
 ### [0.3.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/time@0.3.2...@agoric/time@0.3.3-u18.0) (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/vats@0.16.0-u18.4...@agoric/vats@0.16.0-u18.5) (2024-12-24)
+
+
+### Features
+
+* **cosmic-swingset:** Add support for testing blocks of a mock chain ([48b6405](https://github.com/Agoric/agoric-sdk/commit/48b6405d23dc3dc051e3a9aea66ffb3f9749a82e))
+* upgrade v7-board and test it ([#10516](https://github.com/Agoric/agoric-sdk/issues/10516)) ([d8a109e](https://github.com/Agoric/agoric-sdk/commit/d8a109edcc78c977ef856131b52dd449e6a9d724)), closes [#10394](https://github.com/Agoric/agoric-sdk/issues/10394)
+
+
+### Bug Fixes
+
+* **ERTP,vats:** fix 9407 AmountPatternShape ([#9863](https://github.com/Agoric/agoric-sdk/issues/9863)) ([59b1a9f](https://github.com/Agoric/agoric-sdk/commit/59b1a9f2961eaf3107e2c733da1bd67466bb2f94)), closes [#9410](https://github.com/Agoric/agoric-sdk/issues/9410) [#9407](https://github.com/Agoric/agoric-sdk/issues/9407) [#9410](https://github.com/Agoric/agoric-sdk/issues/9410) [#9407](https://github.com/Agoric/agoric-sdk/issues/9407) [#9410](https://github.com/Agoric/agoric-sdk/issues/9410) [#9407](https://github.com/Agoric/agoric-sdk/issues/9407) [#9410](https://github.com/Agoric/agoric-sdk/issues/9410)
+* **vaultFactory:** fix proposal description ([bc1f87a](https://github.com/Agoric/agoric-sdk/commit/bc1f87a802f68d629972874c6bb60339c3933de4))
+
+
+
 ## [0.16.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.16.0-u18.3...@agoric/vats@0.16.0-u18.4) (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/wallet@0.19.0-u18.0...@agoric/wallet@0.19.0-u18.1) (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](https://github.com/Agoric/agoric-sdk/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+
+
+
 ## [0.19.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.3...@agoric/wallet@0.19.0-u18.0) (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/wallet-backend@0.15.0-u18.4...@agoric/wallet-backend@0.15.0-u18.5) (2024-12-24)
+
+
+### Features
+
+* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
+
+
+
 ## [0.15.0-u18.4](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u18.3...@agoric/wallet-backend@0.15.0-u18.4) (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/zoe@0.26.3-u18.0...@agoric/zoe@0.26.3-u18.1) (2024-12-24)
+
+
+### Bug Fixes
+
+* **orchestration:** harden exported patterns ([#10470](https://github.com/Agoric/agoric-sdk/issues/10470)) ([47bebb8](https://github.com/Agoric/agoric-sdk/commit/47bebb8357715f60a699a6f7627dac3d2cf26db7)), closes [#10456](https://github.com/Agoric/agoric-sdk/issues/10456)
+
+
+
 ### [0.26.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.2...@agoric/zoe@0.26.3-u18.0) (2024-10-31)
 
 

 - @agoric/cosmos@0.35.0-u18.5
 - @agoric/ertp@0.16.3-u18.1
 - @agoric/swingset-vat@0.33.0-u18.1
 - @agoric/access-token@0.4.22-u18.1
 - agoric@0.22.0-u18.6
 - @agoric/async-flow@0.2.0-u18.1
 - @agoric/base-zone@0.1.1-u18.1
 - @agoric/benchmark@0.1.1-u18.6
 - @agoric/boot@0.2.0-u18.6
 - @agoric/builders@0.2.0-u18.6
 - @agoric/cache@0.3.3-u18.1
 - @agoric/casting@0.4.3-u18.5
 - @agoric/client-utils@0.2.0-u18.0
 - @agoric/cosmic-proto@0.5.0-u18.5
 - @agoric/cosmic-swingset@0.42.0-u18.6
 - @agoric/create-dapp@0.1.1-u18.6
 - @agoric/deploy-script-support@0.10.4-u18.5
 - @agoric/deployment@4.0.0-u18.1
 - @agoric/eslint-config@0.4.1-u18.1
 - @agoric/fast-usdc@0.2.0-u18.0
 - @agoric/governance@0.10.4-u18.1
 - @agoric/import-manager@0.3.12-u18.1
 - @agoric/inter-protocol@0.17.0-u18.6
 - @agoric/internal@0.4.0-u18.1
 - @agoric/kmarshal@0.1.1-u18.1
 - @agoric/network@0.2.0-u18.1
 - @agoric/notifier@0.7.0-u18.1
 - @agoric/orchestration@0.2.0-u18.5
 - @agoric/pegasus@0.8.0-u18.5
 - @agoric/smart-wallet@0.5.4-u18.5
 - @agoric/solo@0.11.0-u18.6
 - @agoric/spawner@0.6.9-u18.1
 - @agoric/stat-logger@0.4.29-u18.1
 - @agoric/store@0.9.3-u18.1
 - @agoric/swing-store@0.10.0-u18.1
 - @agoric/swingset-liveslots@0.10.3-u18.1
 - @agoric/swingset-runner@0.22.3-u18.6
 - @agoric/swingset-xsnap-supervisor@0.10.3-u18.1
 - @agoric/telemetry@0.6.3-u18.4
 - @agoric/time@0.3.3-u18.1
 - @agoric/vat-data@0.5.3-u18.1
 - @agoric/vats@0.16.0-u18.5
 - @agoric/vm-config@0.1.1-u18.1
 - @agoric/vow@0.2.0-u18.1
 - @agoric/wallet@0.19.0-u18.1
 - @agoric/xsnap-lockdown@0.14.1-u18.1
 - @agoric/xsnap@0.14.3-u18.1
 - @agoric/zoe@0.26.3-u18.1
 - @agoric/zone@0.3.0-u18.1
 - @agoric/wallet-backend@0.15.0-u18.5
Copy link

cloudflare-workers-and-pages bot commented Dec 24, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: f8c45b8
Status: ✅  Deploy successful!
Preview URL: https://b7534c22.agoric-sdk.pages.dev
Branch Preview URL: https://prepare-release-20241224t182.agoric-sdk.pages.dev

View logs

@mujahidkay mujahidkay added the force:integration Force integration tests to run on PR label Dec 24, 2024
@mujahidkay mujahidkay marked this pull request as ready for review December 24, 2024 20:00
@mujahidkay mujahidkay requested a review from a team as a code owner December 24, 2024 20:00
@mujahidkay mujahidkay merged commit bd8fd54 into dev-upgrade-18 Dec 24, 2024
99 checks passed
@mujahidkay mujahidkay deleted the prepare-release-20241224T182911 branch December 24, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
force:integration Force integration tests to run on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants