Skip to content

Commit

Permalink
Merge pull request #1119 from Agoric/release-20200517T192710
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
michaelfig authored May 17, 2020
2 parents fdac401 + 4cbbf21 commit a3cb4ea
Show file tree
Hide file tree
Showing 70 changed files with 483 additions and 135 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.

# [2.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@2.4.0...@agoric/sdk@2.5.0) (2020-05-17)


### Bug Fixes

* bump dependency on newer cosmos-sdk ([d114c5e](https://github.com/Agoric/agoric-sdk/commit/d114c5e53be4056df89fd7a15bbd80b3a51fe4c1))
* don't bypass the block queue when running simulateBlock ([444067d](https://github.com/Agoric/agoric-sdk/commit/444067d24f2aee15eece92a0b1a4888b9fb9e419))
* don't stall extra turns while resolving to local objects ([04740d6](https://github.com/Agoric/agoric-sdk/commit/04740d6e1c2279f8ae1ab17ecc83bd6f772034a7))
* fix double invoke bug ([#1117](https://github.com/Agoric/agoric-sdk/issues/1117)) ([b8d462e](https://github.com/Agoric/agoric-sdk/commit/b8d462e56aa3f1080eb7617dd715a3ecbd2c9ae3))
* fix typedef for makeInstance (was erroring incorrectly) and give better error message for an invalid installationHandle ([#1109](https://github.com/Agoric/agoric-sdk/issues/1109)) ([4b352fc](https://github.com/Agoric/agoric-sdk/commit/4b352fc7f399a479d82181158d4d61e63790b31f))
* fix Zoe bug in which offer safety can be violated ([#1115](https://github.com/Agoric/agoric-sdk/issues/1115)) ([39d6ae2](https://github.com/Agoric/agoric-sdk/commit/39d6ae26dd1aaec737ae0f9a47af5c396868c188)), closes [#1076](https://github.com/Agoric/agoric-sdk/issues/1076)
* **transform-eventual-send:** split out rewriter.js to fix cycle ([8a54d36](https://github.com/Agoric/agoric-sdk/commit/8a54d36f6de8cee2ea87d6c75ea1eb013f40e766))
* make output from bundleSource correspond to source map lines ([c1ddd4a](https://github.com/Agoric/agoric-sdk/commit/c1ddd4a0a27de9561b3bd827213562d9741e61a8))
* remove many build steps ([6c7d3bb](https://github.com/Agoric/agoric-sdk/commit/6c7d3bb0c70277c22f8eda40525d7240141a5434))
* temporary fix to support displaying NFT extents which are arrays of objects ([#1094](https://github.com/Agoric/agoric-sdk/issues/1094)) ([07e554b](https://github.com/Agoric/agoric-sdk/commit/07e554b9eccf930ba850868b9ad604a1539d1c8f))


### Features

* marshal based on user's petnames ([#1092](https://github.com/Agoric/agoric-sdk/issues/1092)) ([5e1945c](https://github.com/Agoric/agoric-sdk/commit/5e1945c99d405c2dbf1a6c980591c09d8a952e8a))
* **transform-eventual-send:** expose bare transform function too ([0bb35eb](https://github.com/Agoric/agoric-sdk/commit/0bb35eb11fd9acc4e90ec987f83f246e09cdcab5))
* provide scaffolding for testing scenario3's home objects ([84752e2](https://github.com/Agoric/agoric-sdk/commit/84752e230f22d8cc254413e3827a24140318dfcb))





# [2.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@2.3.0...@agoric/sdk@2.4.0) (2020-05-10)


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": "2.4.0",
"version": "2.5.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.5.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.4...@agoric/ertp@0.5.5) (2020-05-17)

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





## [0.5.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.3...@agoric/ertp@0.5.4) (2020-05-10)

**Note:** Version bump only for package @agoric/ertp
Expand Down
24 changes: 12 additions & 12 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.5.4",
"version": "0.5.5",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"main": "src/issuer.js",
"engines": {
Expand Down Expand Up @@ -34,22 +34,22 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.0.6",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/assert": "^0.0.7",
"@agoric/evaluate": "^2.2.6",
"@agoric/eventual-send": "^0.9.2",
"@agoric/harden": "^0.0.8",
"@agoric/import-manager": "^0.0.5",
"@agoric/import-manager": "^0.0.6",
"@agoric/layer-cake": "^0.0.1",
"@agoric/marshal": "^0.2.1",
"@agoric/marshal": "^0.2.2",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.1",
"@agoric/same-structure": "^0.0.6",
"@agoric/store": "^0.1.1",
"@agoric/weak-store": "^0.0.6"
"@agoric/produce-promise": "^0.1.2",
"@agoric/same-structure": "^0.0.7",
"@agoric/store": "^0.1.2",
"@agoric/weak-store": "^0.0.7"
},
"devDependencies": {
"@agoric/bundle-source": "^1.1.4",
"@agoric/swingset-vat": "^0.5.1",
"@agoric/bundle-source": "^1.1.5",
"@agoric/swingset-vat": "^0.5.2",
"esm": "^3.2.25",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.5.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.5.1...@agoric/swingset-vat@0.5.2) (2020-05-17)

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





## [0.5.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.5.0...@agoric/swingset-vat@0.5.1) (2020-05-10)


Expand Down
24 changes: 12 additions & 12 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.5.1",
"version": "0.5.2",
"description": "Vat/Container Launcher",
"main": "src/main.js",
"module": "src/index.js",
Expand Down Expand Up @@ -28,19 +28,19 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/assert": "^0.0.6",
"@agoric/bundle-source": "^1.1.4",
"@agoric/default-evaluate-options": "^0.3.5",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/assert": "^0.0.7",
"@agoric/bundle-source": "^1.1.5",
"@agoric/default-evaluate-options": "^0.3.6",
"@agoric/evaluate": "^2.2.6",
"@agoric/eventual-send": "^0.9.2",
"@agoric/harden": "^0.0.8",
"@agoric/marshal": "^0.2.1",
"@agoric/marshal": "^0.2.2",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.1",
"@agoric/store": "^0.1.1",
"@agoric/swing-store-simple": "^0.2.1",
"@agoric/tame-metering": "^1.2.1",
"@agoric/transform-metering": "^1.2.4",
"@agoric/produce-promise": "^0.1.2",
"@agoric/store": "^0.1.2",
"@agoric/swing-store-simple": "^0.2.2",
"@agoric/tame-metering": "^1.2.2",
"@agoric/transform-metering": "^1.2.5",
"@babel/core": "^7.5.0",
"anylogger": "^0.21.0",
"rollup": "^1.23.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/acorn-eventual-send/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.

## [2.0.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.4...@agoric/acorn-eventual-send@2.0.5) (2020-05-17)

**Note:** Version bump only for package @agoric/acorn-eventual-send





## [2.0.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.3...@agoric/acorn-eventual-send@2.0.4) (2020-05-10)

**Note:** Version bump only for package @agoric/acorn-eventual-send
Expand Down
2 changes: 1 addition & 1 deletion packages/acorn-eventual-send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/acorn-eventual-send",
"version": "2.0.4",
"version": "2.0.5",
"description": "Eventual send (wavy dot) parser plugin for Acorn",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/agoric-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.2](https://github.com/Agoric/agoric-sdk/compare/agoric@0.6.1...agoric@0.6.2) (2020-05-17)


### Bug Fixes

* remove many build steps ([6c7d3bb](https://github.com/Agoric/agoric-sdk/commit/6c7d3bb0c70277c22f8eda40525d7240141a5434))





## [0.6.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.6.0...agoric@0.6.1) (2020-05-10)

**Note:** Version bump only for package agoric
Expand Down
12 changes: 6 additions & 6 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.6.1",
"version": "0.6.2",
"description": "Manage the Agoric Javascript smart contract platform",
"main": "lib/main.js",
"bin": "bin/agoric",
Expand All @@ -22,11 +22,11 @@
"tmp": "^0.1.0"
},
"dependencies": {
"@agoric/bundle-source": "^1.1.4",
"@agoric/captp": "^1.3.1",
"@agoric/evaluate": "^2.2.5",
"@agoric/eventual-send": "^0.9.1",
"@agoric/produce-promise": "^0.1.1",
"@agoric/bundle-source": "^1.1.5",
"@agoric/captp": "^1.3.2",
"@agoric/evaluate": "^2.2.6",
"@agoric/eventual-send": "^0.9.2",
"@agoric/produce-promise": "^0.1.2",
"anylogger": "^0.21.0",
"builtin-modules": "^3.1.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.0.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.0.6...@agoric/assert@0.0.7) (2020-05-17)

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





## [0.0.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.0.5...@agoric/assert@0.0.6) (2020-05-10)

**Note:** Version bump only for package @agoric/assert
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/assert",
"version": "0.0.6",
"version": "0.0.7",
"description": "Assert expression support that protects sensitive data",
"main": "src/assert.js",
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/bundle-source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.4...@agoric/bundle-source@1.1.5) (2020-05-17)


### Bug Fixes

* make output from bundleSource correspond to source map lines ([c1ddd4a](https://github.com/Agoric/agoric-sdk/commit/c1ddd4a0a27de9561b3bd827213562d9741e61a8))
* remove many build steps ([6c7d3bb](https://github.com/Agoric/agoric-sdk/commit/6c7d3bb0c70277c22f8eda40525d7240141a5434))





## [1.1.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.3...@agoric/bundle-source@1.1.4) (2020-05-10)

**Note:** Version bump only for package @agoric/bundle-source
Expand Down
10 changes: 5 additions & 5 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.1.4",
"version": "1.1.5",
"description": "Create source bundles from ES Modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -17,12 +17,12 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/acorn-eventual-send": "^2.0.4",
"@agoric/acorn-eventual-send": "^2.0.5",
"@agoric/babel-parser": "^7.6.4",
"@agoric/transform-eventual-send": "^1.2.4",
"@babel/generator": "^7.6.4",
"@agoric/evaluate": "^2.2.5",
"@agoric/evaluate": "^2.2.6",
"@agoric/harden": "^0.0.8",
"@agoric/transform-eventual-send": "^1.3.0",
"@babel/generator": "^7.6.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"acorn": "^7.1.0",
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.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.3.1...@agoric/captp@1.3.2) (2020-05-17)

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





## [1.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.3.0...@agoric/captp@1.3.1) (2020-05-10)

**Note:** Version bump only for package @agoric/captp
Expand Down
8 changes: 4 additions & 4 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/captp",
"version": "1.3.1",
"version": "1.3.2",
"description": "Capability Transfer Protocol for distributed objects",
"keywords": [
"agoric",
Expand Down Expand Up @@ -39,11 +39,11 @@
"tape-promise": "^4.0.0"
},
"dependencies": {
"@agoric/eventual-send": "^0.9.1",
"@agoric/eventual-send": "^0.9.2",
"@agoric/harden": "^0.0.8",
"@agoric/marshal": "^0.2.1",
"@agoric/marshal": "^0.2.2",
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.1.1",
"@agoric/produce-promise": "^0.1.2",
"esm": "^3.2.5",
"rollup": "^1.24.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/cosmic-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/cosmic-swingset@0.17.0...@agoric/cosmic-swingset@0.18.0) (2020-05-17)


### Bug Fixes

* bump dependency on newer cosmos-sdk ([d114c5e](https://github.com/Agoric/agoric-sdk/commit/d114c5e53be4056df89fd7a15bbd80b3a51fe4c1))
* don't bypass the block queue when running simulateBlock ([444067d](https://github.com/Agoric/agoric-sdk/commit/444067d24f2aee15eece92a0b1a4888b9fb9e419))


### Features

* marshal based on user's petnames ([#1092](https://github.com/Agoric/agoric-sdk/issues/1092)) ([5e1945c](https://github.com/Agoric/agoric-sdk/commit/5e1945c99d405c2dbf1a6c980591c09d8a952e8a))
* provide scaffolding for testing scenario3's home objects ([84752e2](https://github.com/Agoric/agoric-sdk/commit/84752e230f22d8cc254413e3827a24140318dfcb))





# [0.17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.16.0...@agoric/cosmic-swingset@0.17.0) (2020-05-10)


Expand Down
Loading

0 comments on commit a3cb4ea

Please sign in to comment.