Skip to content

Commit

Permalink
Merge pull request #3441 from Agoric/release-20210701T015211
Browse files Browse the repository at this point in the history
chore(release): publish 5.4.1
  • Loading branch information
michaelfig authored Jul 1, 2021
2 parents b20830f + 44132fa commit 9b201ef
Show file tree
Hide file tree
Showing 91 changed files with 738 additions and 295 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [5.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)


### Bug Fixes

* retreat from `xs-worker-no-gc` to `xs-worker` ([ce5ce00](https://github.com/Agoric/agoric-sdk/commit/ce5ce00c6a07d59ee249bfd736a3d5a66c8b903f))



## [5.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)


### Features

* **xsnap:** isReady() eliminates need for .evaluate('null') ([a0493d7](https://github.com/Agoric/agoric-sdk/commit/a0493d7c34c66d008e295ac2b0b86e312a36b5da))
* issue 3161, track recognizable objects used by VOM so other objects can be GC'd ([85303c5](https://github.com/Agoric/agoric-sdk/commit/85303c5290e3606132aca00b1fc5afa748ea89a3))


### Bug Fixes

* **swingset:** don't perturb XS heap state when loading snapshot ([52171a1](https://github.com/Agoric/agoric-sdk/commit/52171a12af41b326b07024735aad5b18e883a9b5))
* **vbank:** ensure that multiple balance updates are sorted ([204790f](https://github.com/Agoric/agoric-sdk/commit/204790f4c70e198cc06fe54e9205a71567ca6c83))
* make 'bootstrap export' test less sensitive to cross-engine GC variation ([9be7dfc](https://github.com/Agoric/agoric-sdk/commit/9be7dfcf137a8457c3e577e15b94ee01400825ca))
* repair stream store self-interference problem ([948d837](https://github.com/Agoric/agoric-sdk/commit/948d837c5eb25e0085480804d9d2d4bab0729818)), closes [#3437](https://github.com/Agoric/agoric-sdk/issues/3437)



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


Expand Down
9 changes: 9 additions & 0 deletions golang/cosmos/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.26.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)


### Bug Fixes

* **vbank:** ensure that multiple balance updates are sorted ([204790f](https://github.com/Agoric/agoric-sdk/commit/204790f4c70e198cc06fe54e9205a71567ca6c83))



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


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.8",
"version": "0.26.9",
"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": "5.3.0",
"version": "5.4.1",
"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.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)

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





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

**Note:** Version bump only for package @agoric/ertp
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.9",
"version": "0.11.10",
"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.5",
"@agoric/eventual-send": "^0.13.21",
"@agoric/marshal": "^0.4.18",
"@agoric/assert": "^0.3.6",
"@agoric/eventual-send": "^0.13.22",
"@agoric/marshal": "^0.4.19",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.21",
"@agoric/promise-kit": "^0.2.19",
"@agoric/same-structure": "^0.1.19",
"@agoric/store": "^0.4.21"
"@agoric/notifier": "^0.3.22",
"@agoric/promise-kit": "^0.2.20",
"@agoric/same-structure": "^0.1.20",
"@agoric/store": "^0.4.22"
},
"devDependencies": {
"@agoric/bundle-source": "^1.4.3",
"@agoric/install-ses": "^0.5.19",
"@agoric/swingset-vat": "^0.18.5",
"@agoric/bundle-source": "^1.4.4",
"@agoric/install-ses": "^0.5.20",
"@agoric/swingset-vat": "^0.18.6",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)


### Features

* issue 3161, track recognizable objects used by VOM so other objects can be GC'd ([85303c5](https://github.com/Agoric/agoric-sdk/commit/85303c5290e3606132aca00b1fc5afa748ea89a3))


### Bug Fixes

* **swingset:** don't perturb XS heap state when loading snapshot ([52171a1](https://github.com/Agoric/agoric-sdk/commit/52171a12af41b326b07024735aad5b18e883a9b5))
* make 'bootstrap export' test less sensitive to cross-engine GC variation ([9be7dfc](https://github.com/Agoric/agoric-sdk/commit/9be7dfcf137a8457c3e577e15b94ee01400825ca))



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


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.18.5",
"version": "0.18.6",
"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.19",
"@agoric/install-metering-and-ses": "^0.2.20",
"@endo/ses-ava": "^0.2.4",
"ava": "^3.12.1"
},
"dependencies": {
"@agoric/assert": "^0.3.5",
"@agoric/assert": "^0.3.6",
"@agoric/babel-parser": "^7.6.4",
"@agoric/babel-standalone": "^7.14.3",
"@agoric/bundle-source": "^1.4.3",
"@agoric/captp": "^1.7.19",
"@agoric/eventual-send": "^0.13.21",
"@agoric/import-bundle": "^0.2.21",
"@agoric/install-ses": "^0.5.19",
"@agoric/marshal": "^0.4.18",
"@agoric/bundle-source": "^1.4.4",
"@agoric/captp": "^1.7.20",
"@agoric/eventual-send": "^0.13.22",
"@agoric/import-bundle": "^0.2.22",
"@agoric/install-ses": "^0.5.20",
"@agoric/marshal": "^0.4.19",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.21",
"@agoric/promise-kit": "^0.2.19",
"@agoric/store": "^0.4.21",
"@agoric/swing-store-lmdb": "^0.5.5",
"@agoric/swing-store-simple": "^0.4.5",
"@agoric/tame-metering": "^2.0.5",
"@agoric/transform-metering": "^1.4.18",
"@agoric/xsnap": "^0.6.8",
"@agoric/notifier": "^0.3.22",
"@agoric/promise-kit": "^0.2.20",
"@agoric/store": "^0.4.22",
"@agoric/swing-store-lmdb": "^0.5.6",
"@agoric/swing-store-simple": "^0.4.6",
"@agoric/tame-metering": "^2.0.6",
"@agoric/transform-metering": "^1.4.19",
"@agoric/xsnap": "^0.6.9",
"@endo/base64": "^0.2.4",
"@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.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)

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





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

**Note:** Version bump only for package @agoric/access-token
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.6",
"version": "0.4.7",
"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 @@ -15,11 +15,11 @@
"lint": "eslint '**/*.js'"
},
"dependencies": {
"@agoric/assert": "^0.3.5",
"@agoric/assert": "^0.3.6",
"n-readlines": "^1.0.0"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.19",
"@agoric/install-ses": "^0.5.20",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/agoric-cli/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.13.10](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.13.10) (2021-07-01)

**Note:** Version bump only for package agoric





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

**Note:** Version bump only for package agoric
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.9",
"version": "0.13.10",
"description": "Manage the Agoric Javascript smart contract platform",
"parsers": {
"js": "mjs"
Expand All @@ -21,19 +21,19 @@
"lint": "eslint '**/*.{js,jsx}'"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.18.5",
"@agoric/swingset-vat": "^0.18.6",
"ava": "^3.12.1",
"tmp": "^0.1.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.6",
"@agoric/assert": "^0.3.5",
"@agoric/access-token": "^0.4.7",
"@agoric/assert": "^0.3.6",
"@agoric/babel-standalone": "^7.14.3",
"@agoric/bundle-source": "^1.4.3",
"@agoric/captp": "^1.7.19",
"@agoric/install-ses": "^0.5.19",
"@agoric/bundle-source": "^1.4.4",
"@agoric/captp": "^1.7.20",
"@agoric/install-ses": "^0.5.20",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.19",
"@agoric/promise-kit": "^0.2.20",
"@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.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)

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





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

**Note:** Version bump only for package @agoric/assert
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.5",
"version": "0.3.6",
"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.19",
"@agoric/install-ses": "^0.5.20",
"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.4.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)

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





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

**Note:** Version bump only for package @agoric/bundle-source
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.4.3",
"version": "1.4.4",
"description": "Create source bundles from ES Modules",
"parsers": {
"js": "mjs"
Expand All @@ -17,7 +17,7 @@
"lint": "eslint '**/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.19",
"@agoric/install-ses": "^0.5.20",
"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.20](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2021-07-01)

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





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

**Note:** Version bump only for package @agoric/captp
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.19",
"version": "1.7.20",
"description": "Capability Transfer Protocol for distributed objects",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -35,14 +35,14 @@
"lint": "eslint 'lib/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.19",
"@agoric/install-ses": "^0.5.20",
"ava": "^3.12.1"
},
"dependencies": {
"@agoric/eventual-send": "^0.13.21",
"@agoric/marshal": "^0.4.18",
"@agoric/eventual-send": "^0.13.22",
"@agoric/marshal": "^0.4.19",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.19",
"@agoric/promise-kit": "^0.2.20",
"esm": "agoric-labs/esm#Agoric-built"
},
"bugs": {
Expand Down
Loading

0 comments on commit 9b201ef

Please sign in to comment.