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 10.0.0 #3970

Merged
merged 2 commits into from
Oct 13, 2021
Merged

chore(release): publish 10.0.0 #3970

merged 2 commits into from
Oct 13, 2021

Conversation

michaelfig
Copy link
Member

  • @agoric/sdk@10.0.0
  • @agoric/cosmos@0.27.0
  • @agoric/ertp@0.12.2
  • @agoric/swingset-vat@0.23.0
  • @agoric/access-token@0.4.15
  • agoric@0.13.19
  • @agoric/assert@0.3.14
  • @agoric/bundle-source@2.0.0
  • @agoric/captp@1.10.6
  • @agoric/cosmic-swingset@0.34.2
  • @agoric/dapp-svelte-wallet@0.11.5
  • @agoric/deploy-script-support@0.5.5
  • @agoric/deployment@1.29.1
  • @agoric/eslint-config@0.3.21
  • @agoric/eventual-send@0.13.30
  • @agoric/governance@0.3.0
  • @agoric/import-bundle@0.2.31
  • @agoric/import-manager@0.2.31
  • @agoric/install-metering-and-ses@0.2.28
  • @agoric/install-ses@0.5.28
  • @agoric/marshal@0.4.28
  • @agoric/notifier@0.3.31
  • @agoric/pegasus@0.4.5
  • @agoric/promise-kit@0.2.28
  • @agoric/same-structure@0.1.28
  • @agoric/sharing-service@0.1.31
  • @agoric/solo@0.5.2
  • @agoric/sparse-ints@0.1.24
  • @agoric/spawner@0.4.31
  • @agoric/stat-logger@0.4.24
  • @agoric/store@0.6.6
  • @agoric/swing-store@0.6.2
  • @agoric/swingset-runner@0.17.2
  • @agoric/tame-metering@2.0.14
  • @agoric/transform-metering@1.4.27
  • @agoric/treasury@0.6.5
  • @agoric/ui-components@0.2.26
  • @agoric/vats@0.4.2
  • @agoric/wallet-connection@0.1.1
  • @agoric/xsnap@0.10.0
  • @agoric/zoe@0.20.0
  • @agoric/dapp-svelte-wallet-api@0.10.5
  • @agoric/dapp-react-wallet-ui@0.0.2
  • @agoric/dapp-svelte-wallet-ui@1.10.1

Packages that have NEWS.md updates

--- a/golang/cosmos/CHANGELOG.md
+++ b/golang/cosmos/CHANGELOG.md
@@ -3,6 +3,31 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.27.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.26.19...@agoric/cosmos@0.27.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* **cosmos:** compile agd binary to supercede ag-chain-cosmos
+
+### Features
+
+* **agoricd:** add new Golang binary without any SwingSet ([26c9994](https://github.com/Agoric/agoric-sdk/commit/26c99948edf4579aab124c3e74f350747e54b840))
+* **agoricd:** have `agoricd start` delegate to `ag-chain-cosmos` ([1740795](https://github.com/Agoric/agoric-sdk/commit/174079552e1557dd13318d35435d401dfd51e05f))
+* **cosmos:** compile agd binary to supercede ag-chain-cosmos ([6880646](https://github.com/Agoric/agoric-sdk/commit/6880646e6c26a2df2c2c6b95ac2ac5e230f41e76))
+* revise x/lien to hold total liened amount ([842c9b0](https://github.com/Agoric/agoric-sdk/commit/842c9b0d98a8655b286c9f91c70bb6fddc3e0ba3))
+* stateless lien module that upcalls to kernel ([603c0cf](https://github.com/Agoric/agoric-sdk/commit/603c0cfc8d2b4706dbbaa42d2ae057fa9dea65dc))
+
+
+### Bug Fixes
+
+* address review comments ([8af3e15](https://github.com/Agoric/agoric-sdk/commit/8af3e1547b4df32c604f6b628a62bff230666166))
+* bugfixes, comments ([30dbeaa](https://github.com/Agoric/agoric-sdk/commit/30dbeaa7ef64f2c2dee9ddeb0a8c3929a611c21e))
+* don't use manual key prefix ([50a881b](https://github.com/Agoric/agoric-sdk/commit/50a881be4971cd5c006867daca66eb6138276492))
+* lien accounts must proxy all account methods ([db79c42](https://github.com/Agoric/agoric-sdk/commit/db79c42398195a09e8b3953dad35224f0943752b))
+
+
+
 ### [0.26.19](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.26.18...@agoric/cosmos@0.26.19) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/cosmos
--- a/packages/SwingSet/CHANGELOG.md
+++ b/packages/SwingSet/CHANGELOG.md
@@ -3,6 +3,26 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.23.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.22.1...@agoric/swingset-vat@0.23.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* **xsnap:** upgrade XS to fix memory leak
+
+### Features
+
+* Thread URL and Base64 endowments ([b52269d](https://github.com/Agoric/agoric-sdk/commit/b52269d58be665baf45bbb38ace57ca741e5ae4c))
+
+
+### Bug Fixes
+
+* adapt timers to async iterables ([#3949](https://github.com/Agoric/agoric-sdk/issues/3949)) ([9739127](https://github.com/Agoric/agoric-sdk/commit/9739127262e9fac48757094a4d2d9f3f35f4bfc5))
+* **SwingSet:** Adjust SES change detectors ([3efb36e](https://github.com/Agoric/agoric-sdk/commit/3efb36eb48521aeb9479f27bd691be485ecda234))
+* **xsnap:** upgrade XS to fix memory leak ([9a70831](https://github.com/Agoric/agoric-sdk/commit/9a70831cbc02edea7721b9a521492c030b097f2c)), closes [#3839](https://github.com/Agoric/agoric-sdk/issues/3839) [#3877](https://github.com/Agoric/agoric-sdk/issues/3877) [#3889](https://github.com/Agoric/agoric-sdk/issues/3889)
+
+
+
 ### [0.22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.22.0...@agoric/swingset-vat@0.22.1) (2021-09-23)
 
 
--- a/packages/bundle-source/CHANGELOG.md
+++ b/packages/bundle-source/CHANGELOG.md
@@ -3,6 +3,19 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [2.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.4.11...@agoric/bundle-source@2.0.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* Switch default bundle type to endoZipBase64
+
+### Code Refactoring
+
+* Switch default bundle type to endoZipBase64 ([53cc1e5](https://github.com/Agoric/agoric-sdk/commit/53cc1e5a5af9861e96cff3b841e4269db8a302c0)), closes [#3859](https://github.com/Agoric/agoric-sdk/issues/3859)
+
+
+
 ### [1.4.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.4.10...@agoric/bundle-source@1.4.11) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/bundle-source
--- a/packages/cosmic-swingset/CHANGELOG.md
+++ b/packages/cosmic-swingset/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.34.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.34.1...@agoric/cosmic-swingset@0.34.2) (2021-10-13)
+
+
+### Features
+
+* **agoricd:** add new Golang binary without any SwingSet ([26c9994](https://github.com/Agoric/agoric-sdk/commit/26c99948edf4579aab124c3e74f350747e54b840))
+* stateless lien module that upcalls to kernel ([603c0cf](https://github.com/Agoric/agoric-sdk/commit/603c0cfc8d2b4706dbbaa42d2ae057fa9dea65dc))
+
+
+### Bug Fixes
+
+* address review comments ([8af3e15](https://github.com/Agoric/agoric-sdk/commit/8af3e1547b4df32c604f6b628a62bff230666166))
+* lien accounts must proxy all account methods ([db79c42](https://github.com/Agoric/agoric-sdk/commit/db79c42398195a09e8b3953dad35224f0943752b))
+
+
+
 ### [0.34.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.34.0...@agoric/cosmic-swingset@0.34.1) (2021-09-23)
 
 
--- a/packages/dapp-svelte-wallet/CHANGELOG.md
+++ b/packages/dapp-svelte-wallet/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.11.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/dapp-svelte-wallet@0.11.4...@agoric/dapp-svelte-wallet@0.11.5) (2021-10-13)
+
+
+### Features
+
+* **react-wallet:** Create app layout with left nav and app bar ([#3941](https://github.com/Agoric/agoric-sdk/issues/3941)) ([18807af](https://github.com/Agoric/agoric-sdk/commit/18807afea158f64eb0241b89cdafde3ec1847f4a))
+* **react-wallet:** Integrate wallet connection component ([#3922](https://github.com/Agoric/agoric-sdk/issues/3922)) ([01a9118](https://github.com/Agoric/agoric-sdk/commit/01a91181e36f4e2dc49dcbb1327c50e3b268d2f9))
+* **wallet:** Create react ui scaffold with ses ([#3879](https://github.com/Agoric/agoric-sdk/issues/3879)) ([089c876](https://github.com/Agoric/agoric-sdk/commit/089c876d801efc1ede76b3011a1301384aace77f))
+* **wallet-backend:** add `walletAdmin.getClockNotifier()` ([2902ec3](https://github.com/Agoric/agoric-sdk/commit/2902ec38f6110a5582f6906695b77911f4d43180))
+* **wallet-backend:** attach timestamp and sequence metadata ([9e02962](https://github.com/Agoric/agoric-sdk/commit/9e02962b7c08d56ea1fe72970f3309998b734767))
+* **wallet-connection:** handle dapp approval states ([32b7772](https://github.com/Agoric/agoric-sdk/commit/32b7772ed33ed512ed598bbfc5dcea16ed36a705))
+
+
+### Bug Fixes
+
+* **wallet-backend:** get tests passing ([1b4a22b](https://github.com/Agoric/agoric-sdk/commit/1b4a22b3b494203b924850e7d36fb65c2e339abb))
+
+
+
 ### [0.11.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/dapp-svelte-wallet@0.11.3...@agoric/dapp-svelte-wallet@0.11.4) (2021-09-23)
 
 
--- a/packages/dapp-svelte-wallet/api/CHANGELOG.md
+++ b/packages/dapp-svelte-wallet/api/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.10.5](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.4...@agoric/dapp-svelte-wallet-api@0.10.5) (2021-10-13)
+
+
+### Features
+
+* **wallet-backend:** add `walletAdmin.getClockNotifier()` ([2902ec3](https://github.com/Agoric/agoric/commit/2902ec38f6110a5582f6906695b77911f4d43180))
+* **wallet-backend:** attach timestamp and sequence metadata ([9e02962](https://github.com/Agoric/agoric/commit/9e02962b7c08d56ea1fe72970f3309998b734767))
+* **wallet-connection:** handle dapp approval states ([32b7772](https://github.com/Agoric/agoric/commit/32b7772ed33ed512ed598bbfc5dcea16ed36a705))
+
+
+### Bug Fixes
+
+* **wallet-backend:** get tests passing ([1b4a22b](https://github.com/Agoric/agoric/commit/1b4a22b3b494203b924850e7d36fb65c2e339abb))
+
+
+
 ### [0.10.4](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.3...@agoric/dapp-svelte-wallet-api@0.10.4) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
--- a/packages/eslint-config/CHANGELOG.md
+++ b/packages/eslint-config/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.21](https://github.com/Agoric/agoric-sdk/compare/@agoric/eslint-config@0.3.20...@agoric/eslint-config@0.3.21) (2021-10-13)
+
+
+### Bug Fixes
+
+* **eslint-config:** adapt new JSDoc rules ([91fd093](https://github.com/Agoric/agoric-sdk/commit/91fd093bf95f80e19cde520c920b89c50dbf9782))
+
+
+
 ### [0.3.20](https://github.com/Agoric/agoric-sdk/compare/@agoric/eslint-config@0.3.19...@agoric/eslint-config@0.3.20) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/eslint-config
--- a/packages/governance/CHANGELOG.md
+++ b/packages/governance/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.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.2.3...@agoric/governance@0.3.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* add a claimsRegistrar based on attestations (#3622)
+
+### Features
+
+* add a claimsRegistrar based on attestations ([#3622](https://github.com/Agoric/agoric-sdk/issues/3622)) ([3acf78d](https://github.com/Agoric/agoric-sdk/commit/3acf78d786fedbc2fe02792383ebcc2cadaa8db2)), closes [#3189](https://github.com/Agoric/agoric-sdk/issues/3189) [#3473](https://github.com/Agoric/agoric-sdk/issues/3473) [#3932](https://github.com/Agoric/agoric-sdk/issues/3932)
+* ContractGovernor manages parameter updating for a contract ([#3448](https://github.com/Agoric/agoric-sdk/issues/3448)) ([59ebde2](https://github.com/Agoric/agoric-sdk/commit/59ebde27708c0b3988f62a3626f9b092e148671f))
+
+
+### Bug Fixes
+
+* **governance:** export buildParamManager from index.js ([#3952](https://github.com/Agoric/agoric-sdk/issues/3952)) ([868964e](https://github.com/Agoric/agoric-sdk/commit/868964e09cac570cceda4617fd0723a0a64d1841))
+
+
+
 ### [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.2.2...@agoric/governance@0.2.3) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/governance
--- a/packages/import-bundle/CHANGELOG.md
+++ b/packages/import-bundle/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.2.31](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-bundle@0.2.30...@agoric/import-bundle@0.2.31) (2021-10-13)
+
+
+### Features
+
+* Thread URL and Base64 endowments ([b52269d](https://github.com/Agoric/agoric-sdk/commit/b52269d58be665baf45bbb38ace57ca741e5ae4c))
+
+
+
 ### [0.2.30](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-bundle@0.2.29...@agoric/import-bundle@0.2.30) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/import-bundle
--- a/packages/install-ses/CHANGELOG.md
+++ b/packages/install-ses/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.5.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/install-ses@0.5.27...@agoric/install-ses@0.5.28) (2021-10-13)
+
+
+### Features
+
+* Thread URL and Base64 endowments ([b52269d](https://github.com/Agoric/agoric-sdk/commit/b52269d58be665baf45bbb38ace57ca741e5ae4c))
+
+
+
 ### [0.5.27](https://github.com/Agoric/agoric-sdk/compare/@agoric/install-ses@0.5.26...@agoric/install-ses@0.5.27) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/install-ses
--- a/packages/marshal/CHANGELOG.md
+++ b/packages/marshal/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.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.27...@agoric/marshal@0.4.28) (2021-10-13)
+
+
+### Bug Fixes
+
+* document copyRecord guarantees ([#3955](https://github.com/Agoric/agoric-sdk/issues/3955)) ([f4a0ba1](https://github.com/Agoric/agoric-sdk/commit/f4a0ba113dba913c33c37043e700825f3512cf73))
+
+
+
 ### [0.4.27](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.26...@agoric/marshal@0.4.27) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/marshal
--- a/packages/notifier/CHANGELOG.md
+++ b/packages/notifier/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.31](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.3.30...@agoric/notifier@0.3.31) (2021-10-13)
+
+
+### Bug Fixes
+
+* adapt timers to async iterables ([#3949](https://github.com/Agoric/agoric-sdk/issues/3949)) ([9739127](https://github.com/Agoric/agoric-sdk/commit/9739127262e9fac48757094a4d2d9f3f35f4bfc5))
+
+
+
 ### [0.3.30](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.3.29...@agoric/notifier@0.3.30) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/notifier
--- a/packages/spawner/CHANGELOG.md
+++ b/packages/spawner/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.31](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.4.30...@agoric/spawner@0.4.31) (2021-10-13)
+
+
+### Features
+
+* Thread URL and Base64 endowments ([b52269d](https://github.com/Agoric/agoric-sdk/commit/b52269d58be665baf45bbb38ace57ca741e5ae4c))
+
+
+
 ### [0.4.30](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.4.29...@agoric/spawner@0.4.30) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/spawner
--- a/packages/transform-metering/CHANGELOG.md
+++ b/packages/transform-metering/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.
 
+### [1.4.27](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-metering@1.4.26...@agoric/transform-metering@1.4.27) (2021-10-13)
+
+
+### Bug Fixes
+
+* **transform-meter:** Accommodate SES module proxies in meter ([9f7d456](https://github.com/Agoric/agoric-sdk/commit/9f7d45602c9d3c0a25729f97c2be8004230cb028))
+
+
+
 ### [1.4.26](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-metering@1.4.25...@agoric/transform-metering@1.4.26) (2021-09-23)
 
 **Note:** Version bump only for package @agoric/transform-metering
--- a/packages/vats/CHANGELOG.md
+++ b/packages/vats/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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.4.1...@agoric/vats@0.4.2) (2021-10-13)
+
+
+### Bug Fixes
+
+* **vats:** Fork polycrc for ESM compat with Endo/Zip ([6d9df0e](https://github.com/Agoric/agoric-sdk/commit/6d9df0e482c2cae3fd52a06fa166f78e0b44b90d))
+
+
+
 ### [0.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.4.0...@agoric/vats@0.4.1) (2021-09-23)
 
 
--- a/packages/xsnap/CHANGELOG.md
+++ b/packages/xsnap/CHANGELOG.md
@@ -3,6 +3,20 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.9.1...@agoric/xsnap@0.10.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* **xsnap:** upgrade XS to fix memory leak
+
+### Bug Fixes
+
+* **xsnap:** upgrade XS to fix memory leak ([9a70831](https://github.com/Agoric/agoric-sdk/commit/9a70831cbc02edea7721b9a521492c030b097f2c)), closes [#3839](https://github.com/Agoric/agoric-sdk/issues/3839) [#3877](https://github.com/Agoric/agoric-sdk/issues/3877) [#3889](https://github.com/Agoric/agoric-sdk/issues/3889)
+* **xsnap:** work around stricter TS checking of globalThis ([942ae90](https://github.com/Agoric/agoric-sdk/commit/942ae905454a87a1739b14b49609eaeddebffcde))
+
+
+
 ### [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.9.0...@agoric/xsnap@0.9.1) (2021-09-23)
 
 
--- a/packages/zoe/CHANGELOG.md
+++ b/packages/zoe/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.20.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.19.1...@agoric/zoe@0.20.0) (2021-10-13)
+
+
+### ⚠ BREAKING CHANGES
+
+* add a claimsRegistrar based on attestations (#3622)
+
+### Features
+
+* add a claimsRegistrar based on attestations ([#3622](https://github.com/Agoric/agoric-sdk/issues/3622)) ([3acf78d](https://github.com/Agoric/agoric-sdk/commit/3acf78d786fedbc2fe02792383ebcc2cadaa8db2)), closes [#3189](https://github.com/Agoric/agoric-sdk/issues/3189) [#3473](https://github.com/Agoric/agoric-sdk/issues/3473) [#3932](https://github.com/Agoric/agoric-sdk/issues/3932)
+* ContractGovernor manages parameter updating for a contract ([#3448](https://github.com/Agoric/agoric-sdk/issues/3448)) ([59ebde2](https://github.com/Agoric/agoric-sdk/commit/59ebde27708c0b3988f62a3626f9b092e148671f))
+
+
+### Bug Fixes
+
+* Increase default initial computrons for Zoe contracts for zip archive support ([01c833e](https://github.com/Agoric/agoric-sdk/commit/01c833e5a6373fdcf17088a9747b6cef8ad178bb))
+
+
+
 ### [0.19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.19.0...@agoric/zoe@0.19.1) (2021-09-23)
 
 

 - @agoric/sdk@10.0.0
 - @agoric/cosmos@0.27.0
 - @agoric/ertp@0.12.2
 - @agoric/swingset-vat@0.23.0
 - @agoric/access-token@0.4.15
 - agoric@0.13.19
 - @agoric/assert@0.3.14
 - @agoric/bundle-source@2.0.0
 - @agoric/captp@1.10.6
 - @agoric/cosmic-swingset@0.34.2
 - @agoric/dapp-svelte-wallet@0.11.5
 - @agoric/deploy-script-support@0.5.5
 - @agoric/deployment@1.29.1
 - @agoric/eslint-config@0.3.21
 - @agoric/eventual-send@0.13.30
 - @agoric/governance@0.3.0
 - @agoric/import-bundle@0.2.31
 - @agoric/import-manager@0.2.31
 - @agoric/install-metering-and-ses@0.2.28
 - @agoric/install-ses@0.5.28
 - @agoric/marshal@0.4.28
 - @agoric/notifier@0.3.31
 - @agoric/pegasus@0.4.5
 - @agoric/promise-kit@0.2.28
 - @agoric/same-structure@0.1.28
 - @agoric/sharing-service@0.1.31
 - @agoric/solo@0.5.2
 - @agoric/sparse-ints@0.1.24
 - @agoric/spawner@0.4.31
 - @agoric/stat-logger@0.4.24
 - @agoric/store@0.6.6
 - @agoric/swing-store@0.6.2
 - @agoric/swingset-runner@0.17.2
 - @agoric/tame-metering@2.0.14
 - @agoric/transform-metering@1.4.27
 - @agoric/treasury@0.6.5
 - @agoric/ui-components@0.2.26
 - @agoric/vats@0.4.2
 - @agoric/wallet-connection@0.1.1
 - @agoric/xsnap@0.10.0
 - @agoric/zoe@0.20.0
 - @agoric/dapp-svelte-wallet-api@0.10.5
 - @agoric/dapp-react-wallet-ui@0.0.2
 - @agoric/dapp-svelte-wallet-ui@1.10.1
@michaelfig michaelfig self-assigned this Oct 13, 2021
@michaelfig michaelfig added the tooling repo-wide infrastructure label Oct 13, 2021
Copy link
Member

@kriskowal kriskowal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the system works. I note that bundle-source got a major ramp and governance got a minor for breaking changes as expected (among others) and these all render properly.

Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks straightforward.

My comments fall under the category of wishing for better use of conventional commits and commit headlines.

* **governance:** export buildParamManager from index.js ([#3952](https://github.com/Agoric/agoric-sdk/issues/3952)) ([868964e](https://github.com/Agoric/agoric-sdk/commit/868964e09cac570cceda4617fd0723a0a64d1841))
* don't use manual key prefix ([50a881b](https://github.com/Agoric/agoric-sdk/commit/50a881be4971cd5c006867daca66eb6138276492))
* **SwingSet:** Adjust SES change detectors ([3efb36e](https://github.com/Agoric/agoric-sdk/commit/3efb36eb48521aeb9479f27bd691be485ecda234))
* **transform-meter:** Accommodate SES module proxies in meter ([9f7d456](https://github.com/Agoric/agoric-sdk/commit/9f7d45602c9d3c0a25729f97c2be8004230cb028))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boring... we're still maintaining transform-meter

(boring = interest on technical debt. do we have an issue with the technical-debt label for this? I don't suppose it's cost-effective to go searching just now...)

* ContractGovernor manages parameter updating for a contract ([#3448](https://github.com/Agoric/agoric-sdk/issues/3448)) ([59ebde2](https://github.com/Agoric/agoric-sdk/commit/59ebde27708c0b3988f62a3626f9b092e148671f))
* revise x/lien to hold total liened amount ([842c9b0](https://github.com/Agoric/agoric-sdk/commit/842c9b0d98a8655b286c9f91c70bb6fddc3e0ba3))
* stateless lien module that upcalls to kernel ([603c0cf](https://github.com/Agoric/agoric-sdk/commit/603c0cfc8d2b4706dbbaa42d2ae057fa9dea65dc))
* **wallet:** Create react ui scaffold with ses ([#3879](https://github.com/Agoric/agoric-sdk/issues/3879)) ([089c876](https://github.com/Agoric/agoric-sdk/commit/089c876d801efc1ede76b3011a1301384aace77f))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Create react ui scaffold with ses" seems more like a chore. I'd like to see feat used only for end-user-visible feature additions (the end user may be a developer, i.e. an API consumer). There are lots more cases of this; I'm just noting one.


* "yarn lint" should not fix ([#3943](https://github.com/Agoric/agoric-sdk/issues/3943)) ([0aca432](https://github.com/Agoric/agoric-sdk/commit/0aca432ed7a3f33eed4575b36dc3fa9e023b445f))
* adapt timers to async iterables ([#3949](https://github.com/Agoric/agoric-sdk/issues/3949)) ([9739127](https://github.com/Agoric/agoric-sdk/commit/9739127262e9fac48757094a4d2d9f3f35f4bfc5))
* address review comments ([8af3e15](https://github.com/Agoric/agoric-sdk/commit/8af3e1547b4df32c604f6b628a62bff230666166))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"address review comments" is one of my least favorite commit headlines. Surely if the comments were worth addressing, there are two or three words to say what they were about. Or more likely: this wasn't really a fix to a bug that was ever on master, and it should have been squashed or tagged chore or style rather than fix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. I do occasionally post commits with this message and try to remember to squash them before merging. I know @erights in particular prefers to review these commits incrementally.

@michaelfig michaelfig added the automerge:no-update (expert!) Automatically merge without updates label Oct 13, 2021
@mergify mergify bot merged commit a03ceae into master Oct 13, 2021
@mergify mergify bot deleted the release-20211013T195926 branch October 13, 2021 20:57
@Tartuffo
Copy link
Contributor

@kriskowal This is in the "Up Next" pipeline, but does not have a MN-1 label. If it is needed for MN-1, please label, otherwise move from "Up Next" to "Product Backlog".

@kriskowal
Copy link
Member

This is appearing as a completed dependency of #3859, which should remain in scope for MN-1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates tooling repo-wide infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants