Skip to content

Commit

Permalink
Merge pull request #3343 from Agoric/release-20210616T192118
Browse files Browse the repository at this point in the history
chore(release): publish 4.0.0
  • Loading branch information
michaelfig authored Jun 16, 2021
2 parents 3e06926 + 4cdde28 commit 00d8608
Show file tree
Hide file tree
Showing 86 changed files with 644 additions and 277 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)


### ⚠ BREAKING CHANGES

* **swingset:** remove stats from vatAdmin API

### Bug Fixes

* **deployment:** many tweaks to make more robust ([16ce07d](https://github.com/Agoric/agoric-sdk/commit/16ce07d1269e66a016a0326ecc6ca4d42a76f75d))
* **liveslots:** better error message when buildRootObject is not Far ([34568a9](https://github.com/Agoric/agoric-sdk/commit/34568a922c704681ec7afc8803bb7ffdb14c2999))
* **swingset:** add kernel processing of GC actions before each crank ([462e9fd](https://github.com/Agoric/agoric-sdk/commit/462e9fd36bd5a74dce45ca5a592393b855488e00))
* **swingset:** fix two tests which failed under XS GC ([1ba9224](https://github.com/Agoric/agoric-sdk/commit/1ba9224bc3d6dd67cd1e306f2f284fa10222b4da)), closes [#3240](https://github.com/Agoric/agoric-sdk/issues/3240)
* **swingset:** remove stats from vatAdmin API ([03e7062](https://github.com/Agoric/agoric-sdk/commit/03e7062195684ecf602910198467549a46ef6d52)), closes [#3331](https://github.com/Agoric/agoric-sdk/issues/3331)
* **swingset:** retain more references ([5ace0aa](https://github.com/Agoric/agoric-sdk/commit/5ace0aa302e3b89561f0efc43c48a11cf7ced14b))
* **swingset:** rewrite kernelKeeper.cleanupAfterTerminatedVat ([43a4ff8](https://github.com/Agoric/agoric-sdk/commit/43a4ff853e0182fac41bd3fb0026c6dd9a1a50e3))



## [3.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
8 changes: 8 additions & 0 deletions golang/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.26.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/cosmos





### [0.26.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmos",
"version": "0.26.3",
"version": "0.26.4",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/sdk",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"useWorkspaces": true,
"workspaces": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ERTP/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.11.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/ertp





### [0.11.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
22 changes: 11 additions & 11 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.11.3",
"version": "0.11.4",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -41,19 +41,19 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.3.0",
"@agoric/eventual-send": "^0.13.15",
"@agoric/marshal": "^0.4.12",
"@agoric/assert": "^0.3.1",
"@agoric/eventual-send": "^0.13.16",
"@agoric/marshal": "^0.4.13",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.15",
"@agoric/promise-kit": "^0.2.14",
"@agoric/same-structure": "^0.1.14",
"@agoric/store": "^0.4.15"
"@agoric/notifier": "^0.3.16",
"@agoric/promise-kit": "^0.2.15",
"@agoric/same-structure": "^0.1.15",
"@agoric/store": "^0.4.16"
},
"devDependencies": {
"@agoric/bundle-source": "^1.3.8",
"@agoric/install-ses": "^0.5.14",
"@agoric/swingset-vat": "^0.17.3",
"@agoric/bundle-source": "^1.3.9",
"@agoric/install-ses": "^0.5.15",
"@agoric/swingset-vat": "^0.18.0",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)


### ⚠ BREAKING CHANGES

* **swingset:** remove stats from vatAdmin API

### Bug Fixes

* **liveslots:** better error message when buildRootObject is not Far ([34568a9](https://github.com/Agoric/agoric-sdk/commit/34568a922c704681ec7afc8803bb7ffdb14c2999))
* **swingset:** add kernel processing of GC actions before each crank ([462e9fd](https://github.com/Agoric/agoric-sdk/commit/462e9fd36bd5a74dce45ca5a592393b855488e00))
* **swingset:** fix two tests which failed under XS GC ([1ba9224](https://github.com/Agoric/agoric-sdk/commit/1ba9224bc3d6dd67cd1e306f2f284fa10222b4da)), closes [#3240](https://github.com/Agoric/agoric-sdk/issues/3240)
* **swingset:** remove stats from vatAdmin API ([03e7062](https://github.com/Agoric/agoric-sdk/commit/03e7062195684ecf602910198467549a46ef6d52)), closes [#3331](https://github.com/Agoric/agoric-sdk/issues/3331)
* **swingset:** retain more references ([5ace0aa](https://github.com/Agoric/agoric-sdk/commit/5ace0aa302e3b89561f0efc43c48a11cf7ced14b))
* **swingset:** rewrite kernelKeeper.cleanupAfterTerminatedVat ([43a4ff8](https://github.com/Agoric/agoric-sdk/commit/43a4ff853e0182fac41bd3fb0026c6dd9a1a50e3))



### [0.17.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
34 changes: 17 additions & 17 deletions packages/SwingSet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/swingset-vat",
"version": "0.17.3",
"version": "0.18.0",
"description": "Vat/Container Launcher",
"parsers": {
"js": "mjs"
Expand All @@ -27,29 +27,29 @@
"lint:eslint": "eslint '**/*.js'"
},
"devDependencies": {
"@agoric/install-metering-and-ses": "^0.2.14",
"@agoric/install-metering-and-ses": "^0.2.15",
"@endo/ses-ava": "^0.2.2",
"ava": "^3.12.1"
},
"dependencies": {
"@agoric/assert": "^0.3.0",
"@agoric/assert": "^0.3.1",
"@agoric/babel-parser": "^7.6.4",
"@agoric/babel-standalone": "^7.14.3",
"@agoric/bundle-source": "^1.3.8",
"@agoric/captp": "^1.7.14",
"@agoric/eventual-send": "^0.13.15",
"@agoric/import-bundle": "^0.2.15",
"@agoric/install-ses": "^0.5.14",
"@agoric/marshal": "^0.4.12",
"@agoric/bundle-source": "^1.3.9",
"@agoric/captp": "^1.7.15",
"@agoric/eventual-send": "^0.13.16",
"@agoric/import-bundle": "^0.2.16",
"@agoric/install-ses": "^0.5.15",
"@agoric/marshal": "^0.4.13",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.15",
"@agoric/promise-kit": "^0.2.14",
"@agoric/store": "^0.4.15",
"@agoric/swing-store-lmdb": "^0.5.0",
"@agoric/swing-store-simple": "^0.4.0",
"@agoric/tame-metering": "^2.0.0",
"@agoric/transform-metering": "^1.4.13",
"@agoric/xsnap": "^0.6.3",
"@agoric/notifier": "^0.3.16",
"@agoric/promise-kit": "^0.2.15",
"@agoric/store": "^0.4.16",
"@agoric/swing-store-lmdb": "^0.5.1",
"@agoric/swing-store-simple": "^0.4.1",
"@agoric/tame-metering": "^2.0.1",
"@agoric/transform-metering": "^1.4.14",
"@agoric/xsnap": "^0.6.4",
"@endo/base64": "^0.2.2",
"@types/tmp": "^0.2.0",
"anylogger": "^0.21.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/access-token/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/access-token





### 0.4.1 (2021-06-15)


Expand Down
6 changes: 3 additions & 3 deletions packages/access-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/access-token",
"version": "0.4.1",
"version": "0.4.2",
"description": "Persistent credentials for Agoric users, backed by a simple JSON file",
"main": "src/access-token.js",
"repository": "https://github.com/Agoric/agoric-sdk",
Expand All @@ -14,11 +14,11 @@
"lint-check": "eslint '**/*.js'"
},
"dependencies": {
"@agoric/assert": "^0.3.0",
"@agoric/assert": "^0.3.1",
"n-readlines": "^1.0.0"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.14",
"@agoric/install-ses": "^0.5.15",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/agoric-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.4](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.13.4) (2021-06-16)


### Bug Fixes

* **deployment:** many tweaks to make more robust ([16ce07d](https://github.com/Agoric/agoric-sdk/commit/16ce07d1269e66a016a0326ecc6ca4d42a76f75d))



### [0.13.3](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.13.3) (2021-06-15)


Expand Down
16 changes: 8 additions & 8 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.13.3",
"version": "0.13.4",
"description": "Manage the Agoric Javascript smart contract platform",
"parsers": {
"js": "mjs"
Expand All @@ -20,19 +20,19 @@
"lint-fix": "eslint --fix '**/*.{js,jsx}'"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.17.3",
"@agoric/swingset-vat": "^0.18.0",
"ava": "^3.12.1",
"tmp": "^0.1.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.1",
"@agoric/assert": "^0.3.0",
"@agoric/access-token": "^0.4.2",
"@agoric/assert": "^0.3.1",
"@agoric/babel-standalone": "^7.14.3",
"@agoric/bundle-source": "^1.3.8",
"@agoric/captp": "^1.7.14",
"@agoric/install-ses": "^0.5.14",
"@agoric/bundle-source": "^1.3.9",
"@agoric/captp": "^1.7.15",
"@agoric/install-ses": "^0.5.15",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.14",
"@agoric/promise-kit": "^0.2.15",
"@iarna/toml": "^2.2.3",
"anylogger": "^0.21.0",
"chalk": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/assert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/assert





## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/assert",
"version": "0.3.0",
"version": "0.3.1",
"description": "Assert expression support that protects sensitive data",
"type": "module",
"main": "src/assert.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/install-ses": "^0.5.14",
"@agoric/install-ses": "^0.5.15",
"ava": "^3.12.1"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/bundle-source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.3.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/bundle-source





### [1.3.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/bundle-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/bundle-source",
"version": "1.3.8",
"version": "1.3.9",
"description": "Create source bundles from ES Modules",
"parsers": {
"js": "mjs"
Expand All @@ -16,7 +16,7 @@
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.14",
"@agoric/install-ses": "^0.5.15",
"ava": "^3.12.1"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/captp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.7.15](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/captp





### [1.7.14](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
10 changes: 5 additions & 5 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/captp",
"version": "1.7.14",
"version": "1.7.15",
"description": "Capability Transfer Protocol for distributed objects",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -34,14 +34,14 @@
"lint-check": "eslint 'lib/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.14",
"@agoric/install-ses": "^0.5.15",
"ava": "^3.12.1"
},
"dependencies": {
"@agoric/eventual-send": "^0.13.15",
"@agoric/marshal": "^0.4.12",
"@agoric/eventual-send": "^0.13.16",
"@agoric/marshal": "^0.4.13",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.14",
"@agoric/promise-kit": "^0.2.15",
"esm": "agoric-labs/esm#Agoric-built"
},
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmic-swingset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.31.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-16)

**Note:** Version bump only for package @agoric/cosmic-swingset





### [0.31.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-06-15)


Expand Down
Loading

0 comments on commit 00d8608

Please sign in to comment.