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

fix: final tweaks before agorictest-14 #3416

Merged
merged 4 commits into from
Jun 25, 2021
Merged

Conversation

michaelfig
Copy link
Member

Notably, a new version of XS.

Packages that have NEWS.md updates

--- a/golang/cosmos/CHANGELOG.md
+++ b/golang/cosmos/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.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.26.6...@agoric/cosmos@0.26.7) (2021-06-25)
+
+
+### Bug Fixes
+
+* **cosmos:** have daemon also trap os.Interrupt for good luck ([9854446](https://github.com/Agoric/agoric-sdk/commit/98544462b469cce8b3365223fc31a4ca305e610f))
+
+
+
 ### [0.26.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.26.5...@agoric/cosmos@0.26.6) (2021-06-24)
 
 **Note:** Version bump only for package @agoric/cosmos
--- a/packages/SwingSet/CHANGELOG.md
+++ b/packages/SwingSet/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.18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.18.3...@agoric/swingset-vat@0.18.4) (2021-06-25)
+
+
+### Features
+
+* **swingset:** introduce 'xs-worker-no-gc' for forward compat ([e46cd88](https://github.com/Agoric/agoric-sdk/commit/e46cd883449c02559e2c0c49b66e26695b4b99da))
+
+
+
 ### [0.18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.18.2...@agoric/swingset-vat@0.18.3) (2021-06-24)
 
 
--- a/packages/cosmic-swingset/CHANGELOG.md
+++ b/packages/cosmic-swingset/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.31.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.31.5...@agoric/cosmic-swingset@0.31.6) (2021-06-25)
+
+
+### Bug Fixes
+
+* **cosmic-swingset:** update check-validator.js for Cosmos 0.43.x ([7b94577](https://github.com/Agoric/agoric-sdk/commit/7b9457708ea1d0ecc78fb71a77d700ac8cfbbc04))
+
+
+
 ### [0.31.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.31.4...@agoric/cosmic-swingset@0.31.5) (2021-06-24)
 
 **Note:** Version bump only for package @agoric/cosmic-swingset
--- a/packages/deployment/CHANGELOG.md
+++ b/packages/deployment/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.28.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/deployment@1.28.3...@agoric/deployment@1.28.4) (2021-06-25)
+
+
+### Bug Fixes
+
+* **deployment:** ensure that the faucet is given urun ([2e046f7](https://github.com/Agoric/agoric-sdk/commit/2e046f742be5bf01a69555bceb3acff5550b6ab4))
+
+
+
 ### [1.28.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/deployment@1.28.2...@agoric/deployment@1.28.3) (2021-06-24)
 
 **Note:** Version bump only for package @agoric/deployment
--- 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.2.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.2.7...@agoric/solo@0.2.8) (2021-06-25)
+
+
+### Features
+
+* **swingset:** introduce 'xs-worker-no-gc' for forward compat ([e46cd88](https://github.com/Agoric/agoric-sdk/commit/e46cd883449c02559e2c0c49b66e26695b4b99da))
+
+
+
 ### [0.2.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.2.6...@agoric/solo@0.2.7) (2021-06-24)
 
 
--- 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.2.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.2.7...@agoric/vats@0.2.8) (2021-06-25)
+
+
+### Features
+
+* **swingset:** introduce 'xs-worker-no-gc' for forward compat ([e46cd88](https://github.com/Agoric/agoric-sdk/commit/e46cd883449c02559e2c0c49b66e26695b4b99da))
+
+
+
 ### [0.2.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.2.6...@agoric/vats@0.2.7) (2021-06-24)
 
 
--- a/packages/xsnap/CHANGELOG.md
+++ b/packages/xsnap/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.6.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.6.6...@agoric/xsnap@0.6.7) (2021-06-25)
+
+
+### Bug Fixes
+
+* **xsnap:** update XS: new WeakMap design, fixed Promise drops ([8eeec28](https://github.com/Agoric/agoric-sdk/commit/8eeec2808ee7596d0b08a362d182c65a8828fba3)), closes [#3406](https://github.com/Agoric/agoric-sdk/issues/3406) [#3118](https://github.com/Agoric/agoric-sdk/issues/3118)
+
+
+
 ### [0.6.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.6.5...@agoric/xsnap@0.6.6) (2021-06-24)
 
 **Note:** Version bump only for package @agoric/xsnap

warner and others added 3 commits June 25, 2021 10:30
Update the packages/xsnap/moddable submodule to current public branch, plus
an upcoming xsPromise.c fix.

* current public branch includes a new WeakMap design, which drastically
improves GC speed
* the xsPromise.c fix now correctly drops rejection handlers for resolved
promises, which was probably the cause of #3406 (unexpected retention of
Presences used in `E()` calls, resulting in too few GC actions)

refs #3406  (might even close it)
refs #3118
 - @agoric/sdk@5.2.0
 - @agoric/cosmos@0.26.7
 - @agoric/ertp@0.11.8
 - @agoric/swingset-vat@0.18.4
 - @agoric/access-token@0.4.5
 - agoric@0.13.8
 - @agoric/assert@0.3.4
 - @agoric/bundle-source@1.4.2
 - @agoric/captp@1.7.18
 - @agoric/cosmic-swingset@0.31.6
 - @agoric/dapp-svelte-wallet@0.10.8
 - @agoric/deploy-script-support@0.2.15
 - @agoric/deployment@1.28.4
 - @agoric/eslint-config@0.3.11
 - @agoric/eslint-plugin@0.3.7
 - @agoric/eventual-send@0.13.20
 - @agoric/governance@0.1.4
 - @agoric/import-bundle@0.2.20
 - @agoric/import-manager@0.2.20
 - @agoric/install-metering-and-ses@0.2.18
 - @agoric/install-ses@0.5.18
 - @agoric/marshal@0.4.17
 - @agoric/notifier@0.3.20
 - @agoric/pegasus@0.3.5
 - @agoric/promise-kit@0.2.18
 - @agoric/same-structure@0.1.18
 - @agoric/sharing-service@0.1.20
 - @agoric/solo@0.2.8
 - @agoric/sparse-ints@0.1.14
 - @agoric/spawner@0.4.20
 - @agoric/stat-logger@0.4.14
 - @agoric/store@0.4.20
 - @agoric/swing-store-lmdb@0.5.4
 - @agoric/swing-store-simple@0.4.4
 - @agoric/swingset-runner@0.13.8
 - @agoric/tame-metering@2.0.4
 - @agoric/transform-metering@1.4.17
 - @agoric/treasury@0.5.5
 - @agoric/ui-components@0.2.15
 - @agoric/vats@0.2.8
 - @agoric/xsnap@0.6.7
 - @agoric/zoe@0.17.3
 - @agoric/dapp-svelte-wallet-api@0.9.8
 - @agoric/dapp-svelte-wallet-ui@1.7.12
@michaelfig michaelfig self-assigned this Jun 25, 2021
@michaelfig michaelfig added cosmic-swingset package: cosmic-swingset tooling repo-wide infrastructure xsnap the XS execution tool labels Jun 25, 2021
@michaelfig michaelfig requested a review from dckc June 25, 2021 19:44
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.

good stuff!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmic-swingset package: cosmic-swingset tooling repo-wide infrastructure xsnap the XS execution tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants