Skip to content

Commit

Permalink
Merge pull request #2959 from Agoric/mfig-merge-beta4
Browse files Browse the repository at this point in the history
Another merge from beta back to master
  • Loading branch information
michaelfig authored Apr 25, 2021
2 parents 0cddc9a + 55ed450 commit 959b3bc
Show file tree
Hide file tree
Showing 70 changed files with 540 additions and 234 deletions.
15 changes: 15 additions & 0 deletions 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.

## [2.17.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@2.17.3...@agoric/sdk@2.17.4) (2021-04-22)


### Bug Fixes

* **ERTP:** avoid jessie warning ([fe9319b](https://github.com/Agoric/agoric-sdk/commit/fe9319b40fe0c1e440db62f4200ffd2598a419d6)), closes [#2704](https://github.com/Agoric/agoric-sdk/issues/2704)
* faucet delegate gives 62BLD, 93RUN ([4b80400](https://github.com/Agoric/agoric-sdk/commit/4b804005d2e58acf8cc86cca5312b9312fe9b77d))
* rename cosmos-level tokens uagstake/uag to ubld/urun ([0557983](https://github.com/Agoric/agoric-sdk/commit/0557983210571c9c2ba801d68644d71641a3f790))
* reorganise deployment ([5e7f537](https://github.com/Agoric/agoric-sdk/commit/5e7f537021f747327673b6f5819324eb048a3d96))
* use Tendermint v0.34.10 for better network stability ([963a7ef](https://github.com/Agoric/agoric-sdk/commit/963a7effc09eb7df132945476474699c3cd38fff))





## [2.17.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@2.17.2...@agoric/sdk@2.17.3) (2021-04-18)


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.25.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.25.3...@agoric/cosmos@0.25.4) (2021-04-22)

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





## [0.25.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.25.2...@agoric/cosmos@0.25.3) (2021-04-18)

**Note:** Version bump only for package @agoric/cosmos
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.25.3",
"version": "0.25.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": "2.17.3",
"version": "2.17.4",
"private": true,
"useWorkspaces": true,
"workspaces": [
Expand Down
11 changes: 11 additions & 0 deletions packages/ERTP/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.10.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.7...@agoric/ertp@0.10.8) (2021-04-22)


### Bug Fixes

* **ERTP:** avoid jessie warning ([fe9319b](https://github.com/Agoric/agoric-sdk/commit/fe9319b40fe0c1e440db62f4200ffd2598a419d6)), closes [#2704](https://github.com/Agoric/agoric-sdk/issues/2704)





## [0.10.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.6...@agoric/ertp@0.10.7) (2021-04-18)

**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.10.7",
"version": "0.10.8",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -42,20 +42,20 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.2.8",
"@agoric/eventual-send": "^0.13.10",
"@agoric/import-manager": "^0.2.10",
"@agoric/marshal": "^0.4.7",
"@agoric/assert": "^0.2.9",
"@agoric/eventual-send": "^0.13.11",
"@agoric/import-manager": "^0.2.11",
"@agoric/marshal": "^0.4.8",
"@agoric/nat": "^4.0.0",
"@agoric/notifier": "^0.3.10",
"@agoric/promise-kit": "^0.2.9",
"@agoric/same-structure": "^0.1.9",
"@agoric/store": "^0.4.10"
"@agoric/notifier": "^0.3.11",
"@agoric/promise-kit": "^0.2.10",
"@agoric/same-structure": "^0.1.10",
"@agoric/store": "^0.4.11"
},
"devDependencies": {
"@agoric/bundle-source": "^1.3.3",
"@agoric/install-ses": "^0.5.9",
"@agoric/swingset-vat": "^0.16.3",
"@agoric/bundle-source": "^1.3.4",
"@agoric/install-ses": "^0.5.10",
"@agoric/swingset-vat": "^0.16.4",
"ava": "^3.12.1",
"esm": "^3.2.25",
"nyc": "^15.1.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.16.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.16.3...@agoric/swingset-vat@0.16.4) (2021-04-22)

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





## [0.16.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.16.2...@agoric/swingset-vat@0.16.3) (2021-04-18)

**Note:** Version bump only for package @agoric/swingset-vat
Expand Down
28 changes: 14 additions & 14 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.16.3",
"version": "0.16.4",
"description": "Vat/Container Launcher",
"parsers": {
"js": "mjs"
Expand All @@ -27,28 +27,28 @@
"lint:eslint": "eslint '**/*.js'"
},
"devDependencies": {
"@agoric/install-metering-and-ses": "^0.2.9",
"@agoric/install-metering-and-ses": "^0.2.10",
"@agoric/ses-ava": "^0.1.1",
"ava": "^3.12.1",
"nyc": "^15.1.0"
},
"dependencies": {
"@agoric/assert": "^0.2.8",
"@agoric/assert": "^0.2.9",
"@agoric/babel-parser": "^7.6.4",
"@agoric/bundle-source": "^1.3.3",
"@agoric/captp": "^1.7.9",
"@agoric/eventual-send": "^0.13.10",
"@agoric/import-bundle": "^0.2.10",
"@agoric/install-ses": "^0.5.9",
"@agoric/marshal": "^0.4.7",
"@agoric/bundle-source": "^1.3.4",
"@agoric/captp": "^1.7.10",
"@agoric/eventual-send": "^0.13.11",
"@agoric/import-bundle": "^0.2.11",
"@agoric/install-ses": "^0.5.10",
"@agoric/marshal": "^0.4.8",
"@agoric/nat": "^4.0.0",
"@agoric/notifier": "^0.3.10",
"@agoric/promise-kit": "^0.2.9",
"@agoric/store": "^0.4.10",
"@agoric/notifier": "^0.3.11",
"@agoric/promise-kit": "^0.2.10",
"@agoric/store": "^0.4.11",
"@agoric/swing-store-simple": "^0.3.6",
"@agoric/tame-metering": "^1.3.6",
"@agoric/transform-metering": "^1.4.8",
"@agoric/xsnap": "^0.5.4",
"@agoric/transform-metering": "^1.4.9",
"@agoric/xsnap": "^0.5.5",
"@babel/core": "^7.5.0",
"@babel/generator": "^7.6.4",
"@endo/base64": "^0.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/agoric-cli/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.

## [0.12.13](https://github.com/Agoric/agoric-sdk/compare/agoric@0.12.12...agoric@0.12.13) (2021-04-22)


### Bug Fixes

* rename cosmos-level tokens uagstake/uag to ubld/urun ([0557983](https://github.com/Agoric/agoric-sdk/commit/0557983210571c9c2ba801d68644d71641a3f790))
* reorganise deployment ([5e7f537](https://github.com/Agoric/agoric-sdk/commit/5e7f537021f747327673b6f5819324eb048a3d96))





## [0.12.12](https://github.com/Agoric/agoric-sdk/compare/agoric@0.12.11...agoric@0.12.12) (2021-04-18)

**Note:** Version bump only for package agoric
Expand Down
14 changes: 7 additions & 7 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.12.12",
"version": "0.12.13",
"description": "Manage the Agoric Javascript smart contract platform",
"parsers": {
"js": "mjs"
Expand All @@ -20,17 +20,17 @@
"lint-fix": "eslint --fix '**/*.{js,jsx}'"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.16.3",
"@agoric/swingset-vat": "^0.16.4",
"ava": "^3.12.1",
"nyc": "^15.1.0",
"tmp": "^0.1.0"
},
"dependencies": {
"@agoric/assert": "^0.2.8",
"@agoric/bundle-source": "^1.3.3",
"@agoric/captp": "^1.7.9",
"@agoric/install-ses": "^0.5.9",
"@agoric/promise-kit": "^0.2.9",
"@agoric/assert": "^0.2.9",
"@agoric/bundle-source": "^1.3.4",
"@agoric/captp": "^1.7.10",
"@agoric/install-ses": "^0.5.10",
"@agoric/promise-kit": "^0.2.10",
"@agoric/swing-store-simple": "^0.3.6",
"@iarna/toml": "^2.2.3",
"anylogger": "^0.21.0",
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.2.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.8...@agoric/assert@0.2.9) (2021-04-22)

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





## [0.2.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.7...@agoric/assert@0.2.8) (2021-04-18)

**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.2.8",
"version": "0.2.9",
"description": "Assert expression support that protects sensitive data",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/install-ses": "^0.5.9",
"@agoric/install-ses": "^0.5.10",
"ava": "^3.12.1",
"esm": "^3.2.25",
"nyc": "^15.1.0"
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.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.3.3...@agoric/bundle-source@1.3.4) (2021-04-22)

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





## [1.3.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.3.2...@agoric/bundle-source@1.3.3) (2021-04-18)

**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.3.3",
"version": "1.3.4",
"description": "Create source bundles from ES Modules",
"parsers": {
"js": "mjs"
Expand All @@ -17,7 +17,7 @@
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.9",
"@agoric/install-ses": "^0.5.10",
"ava": "^3.12.1",
"nyc": "^15.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.7.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.9...@agoric/captp@1.7.10) (2021-04-22)

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





## [1.7.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.8...@agoric/captp@1.7.9) (2021-04-18)

**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.9",
"version": "1.7.10",
"description": "Capability Transfer Protocol for distributed objects",
"parsers": {
"js": "mjs"
Expand Down Expand Up @@ -35,15 +35,15 @@
"lint-check": "eslint 'lib/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.9",
"@agoric/install-ses": "^0.5.10",
"ava": "^3.12.1",
"nyc": "^15.1.0"
},
"dependencies": {
"@agoric/eventual-send": "^0.13.10",
"@agoric/marshal": "^0.4.7",
"@agoric/eventual-send": "^0.13.11",
"@agoric/marshal": "^0.4.8",
"@agoric/nat": "^4.0.0",
"@agoric/promise-kit": "^0.2.9",
"@agoric/promise-kit": "^0.2.10",
"esm": "^3.2.5"
},
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cosmic-swingset/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.

## [0.29.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.29.3...@agoric/cosmic-swingset@0.29.4) (2021-04-22)


### Bug Fixes

* rename cosmos-level tokens uagstake/uag to ubld/urun ([0557983](https://github.com/Agoric/agoric-sdk/commit/0557983210571c9c2ba801d68644d71641a3f790))
* reorganise deployment ([5e7f537](https://github.com/Agoric/agoric-sdk/commit/5e7f537021f747327673b6f5819324eb048a3d96))





## [0.29.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.29.2...@agoric/cosmic-swingset@0.29.3) (2021-04-18)


Expand Down
Loading

0 comments on commit 959b3bc

Please sign in to comment.