Skip to content

Commit

Permalink
Merge pull request #4202 from Agoric/release-20211222T040109
Browse files Browse the repository at this point in the history
chore(release): publish 12.0.0
  • Loading branch information
mergify[bot] authored Dec 25, 2021
2 parents ecb8097 + 003a28c commit 9551cb4
Show file tree
Hide file tree
Showing 56 changed files with 440 additions and 124 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@11.0.0...@agoric/sdk@12.0.0) (2021-12-22)


### ⚠ BREAKING CHANGES

* **deployment:** optional first block argument to `crunch.mjs`

### Features

* refactor parameter governance support to allow for Invitations ([#4121](https://github.com/Agoric/agoric-sdk/issues/4121)) ([159596b](https://github.com/Agoric/agoric-sdk/commit/159596b8d44b8cbdaf6e19513cb3e716febfae7b))
* **agoric-cli:** `install <TAG>` forces redownload of <TAG> ([c41be9d](https://github.com/Agoric/agoric-sdk/commit/c41be9d2c9d5808d836bdf8d2def290567e91e32))
* **cosmos:** adapt Agoric changes to new `gaiad` ([29535de](https://github.com/Agoric/agoric-sdk/commit/29535ded86ca87db70b2fa59d85dc4394bbba761))
* **cosmos:** upgrade to `gaia/releases/v6.0.0` ([2fe7008](https://github.com/Agoric/agoric-sdk/commit/2fe7008ed699bb543db0ad8c3fb750dfd8c6c425))
* **deployment:** optional first block argument to `crunch.mjs` ([c03646d](https://github.com/Agoric/agoric-sdk/commit/c03646d7387200c3664e7aa03113514363a4611a))
* **wallet:** add help link to documentation ([977262e](https://github.com/Agoric/agoric-sdk/commit/977262e596259788a773f0fe17eb61fb03d30ea4))
* add vatstoreGetAfter syscall to enable iterating vatstore keys ([63c7d97](https://github.com/Agoric/agoric-sdk/commit/63c7d9759875574fc8b78b5ca8a5646da0604cc7))
* support vatstore iteration over explicit key bounds ([f220dd8](https://github.com/Agoric/agoric-sdk/commit/f220dd8d89a6ca9ae61093d7613720a4454b62b6))
* **dist-tag:** add script and instructions to manipulate NPM tags ([241c10a](https://github.com/Agoric/agoric-sdk/commit/241c10a113ccccce379d37803080a0a776530d40))


### Bug Fixes

* **agoric-cli:** make `agoric --no-sdk install` work as well ([e852ee5](https://github.com/Agoric/agoric-sdk/commit/e852ee5aaf87d31a9c5e68b212ffc0c345d2b9d0))
* **cosmos:** add `upgradegaia.sh` to apply Gaia source upgrades ([b9669c5](https://github.com/Agoric/agoric-sdk/commit/b9669c5dfe80c9942aed620fdaa19b164c9f3600))
* **cosmos:** also look for `ag-chain-cosmos` in the `agd` directory ([f598d40](https://github.com/Agoric/agoric-sdk/commit/f598d40e0f55814bd17fc021503fbb45bddcfd67))
* **cosmos:** don't twiddle the genesis params, set them explicitly ([c9c8d81](https://github.com/Agoric/agoric-sdk/commit/c9c8d81f476a0df7559eae35c0dd323cd26a9d7b))
* **cosmos:** properly put `x/capability` in `SetOrderBeginBlockers` ([823f4fe](https://github.com/Agoric/agoric-sdk/commit/823f4fe86a8f2109f87746f00ffbd3eeb4bf1e38))
* **deployment:** use Docker `Cgroup Version` to init volumes ([3fa95e7](https://github.com/Agoric/agoric-sdk/commit/3fa95e77a0c79f4dfbf9651d5f295795ce7dc5df))
* **liveSlots:** reflect return value marshalling failures ([fd17b22](https://github.com/Agoric/agoric-sdk/commit/fd17b22874927540f0bad7fb081c9a7e56c901e9))
* **solo:** take a dependency on `esm` to reenable plugins ([16e9f9b](https://github.com/Agoric/agoric-sdk/commit/16e9f9b08edeb412fb722adab593f22fde1e29a8))
* **treasury:** use liquidationMargin for maxDebt calculation ([#4163](https://github.com/Agoric/agoric-sdk/issues/4163)) ([c749af8](https://github.com/Agoric/agoric-sdk/commit/c749af86232029c0abc8b031366251a05e482930))
* **wallet:** allow wallet app deep linking ([96d372e](https://github.com/Agoric/agoric-sdk/commit/96d372e781d3ce405fc82edea78a0633b0d61b9f))
* **wallet:** properly get the first timerService value ([636e099](https://github.com/Agoric/agoric-sdk/commit/636e0994761998b0857232f9bdd6f0b3ac451b31))
* **wallet:** render issuer brand correctly ([f648c19](https://github.com/Agoric/agoric-sdk/commit/f648c19bbf397e9b322e7b990025157c124d2156))
* changes based on review comments ([e723855](https://github.com/Agoric/agoric-sdk/commit/e7238550829b5ff6bbec015e2a66263118a2716b))
* tweaks based on review comments ([f0e42b1](https://github.com/Agoric/agoric-sdk/commit/f0e42b11046469bf29394c1bdd7ef1fb772f6474))



## [11.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/sdk@11.0.0-stage.4...@agoric/sdk@11.0.0) (2021-12-02)


Expand Down
18 changes: 18 additions & 0 deletions golang/cosmos/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.27.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.27.1...@agoric/cosmos@0.27.2) (2021-12-22)


### Features

* **cosmos:** adapt Agoric changes to new `gaiad` ([29535de](https://github.com/Agoric/agoric-sdk/commit/29535ded86ca87db70b2fa59d85dc4394bbba761))
* **cosmos:** upgrade to `gaia/releases/v6.0.0` ([2fe7008](https://github.com/Agoric/agoric-sdk/commit/2fe7008ed699bb543db0ad8c3fb750dfd8c6c425))


### Bug Fixes

* **cosmos:** add `upgradegaia.sh` to apply Gaia source upgrades ([b9669c5](https://github.com/Agoric/agoric-sdk/commit/b9669c5dfe80c9942aed620fdaa19b164c9f3600))
* **cosmos:** also look for `ag-chain-cosmos` in the `agd` directory ([f598d40](https://github.com/Agoric/agoric-sdk/commit/f598d40e0f55814bd17fc021503fbb45bddcfd67))
* **cosmos:** don't twiddle the genesis params, set them explicitly ([c9c8d81](https://github.com/Agoric/agoric-sdk/commit/c9c8d81f476a0df7559eae35c0dd323cd26a9d7b))
* **cosmos:** properly put `x/capability` in `SetOrderBeginBlockers` ([823f4fe](https://github.com/Agoric/agoric-sdk/commit/823f4fe86a8f2109f87746f00ffbd3eeb4bf1e38))



### [0.27.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.27.0...@agoric/cosmos@0.27.1) (2021-12-02)


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.27.1",
"version": "0.27.2",
"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": "11.0.0",
"version": "12.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.13.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.13.0...@agoric/ertp@0.13.1) (2021-12-22)

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





## [0.13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.12.2...@agoric/ertp@0.13.0) (2021-12-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.13.0",
"version": "0.13.1",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -43,14 +43,14 @@
"@agoric/eventual-send": "^0.14.0",
"@agoric/marshal": "^0.5.0",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.32",
"@agoric/notifier": "^0.3.33",
"@agoric/promise-kit": "^0.2.29",
"@agoric/same-structure": "^0.1.29",
"@agoric/store": "^0.6.7"
"@agoric/store": "^0.6.8"
},
"devDependencies": {
"@agoric/bundle-source": "^2.0.1",
"@agoric/swingset-vat": "^0.24.0",
"@agoric/swingset-vat": "^0.24.1",
"ava": "^3.12.1"
},
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.24.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.24.0...@agoric/swingset-vat@0.24.1) (2021-12-22)


### Features

* add vatstoreGetAfter syscall to enable iterating vatstore keys ([63c7d97](https://github.com/Agoric/agoric-sdk/commit/63c7d9759875574fc8b78b5ca8a5646da0604cc7))
* support vatstore iteration over explicit key bounds ([f220dd8](https://github.com/Agoric/agoric-sdk/commit/f220dd8d89a6ca9ae61093d7613720a4454b62b6))


### Bug Fixes

* **liveSlots:** reflect return value marshalling failures ([fd17b22](https://github.com/Agoric/agoric-sdk/commit/fd17b22874927540f0bad7fb081c9a7e56c901e9))
* changes based on review comments ([e723855](https://github.com/Agoric/agoric-sdk/commit/e7238550829b5ff6bbec015e2a66263118a2716b))
* tweaks based on review comments ([f0e42b1](https://github.com/Agoric/agoric-sdk/commit/f0e42b11046469bf29394c1bdd7ef1fb772f6474))



## [0.24.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.23.0...@agoric/swingset-vat@0.24.0) (2021-12-02)


Expand Down
10 changes: 5 additions & 5 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.24.0",
"version": "0.24.1",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -32,15 +32,15 @@
"dependencies": {
"@agoric/assert": "^0.3.15",
"@agoric/bundle-source": "^2.0.1",
"@agoric/captp": "^1.10.7",
"@agoric/captp": "^1.10.8",
"@agoric/eventual-send": "^0.14.0",
"@agoric/import-bundle": "^0.2.32",
"@agoric/import-bundle": "^0.2.33",
"@agoric/install-ses": "^0.5.29",
"@agoric/marshal": "^0.5.0",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.32",
"@agoric/notifier": "^0.3.33",
"@agoric/promise-kit": "^0.2.29",
"@agoric/store": "^0.6.7",
"@agoric/store": "^0.6.8",
"@agoric/swing-store": "^0.6.3",
"@agoric/xsnap": "^0.11.0",
"@endo/base64": "^0.2.8",
Expand Down
15 changes: 15 additions & 0 deletions packages/agoric-cli/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.13.21](https://github.com/Agoric/agoric-sdk/compare/agoric@0.13.20...agoric@0.13.21) (2021-12-22)


### Features

* **agoric-cli:** `install <TAG>` forces redownload of <TAG> ([c41be9d](https://github.com/Agoric/agoric-sdk/commit/c41be9d2c9d5808d836bdf8d2def290567e91e32))


### Bug Fixes

* **agoric-cli:** make `agoric --no-sdk install` work as well ([e852ee5](https://github.com/Agoric/agoric-sdk/commit/e852ee5aaf87d31a9c5e68b212ffc0c345d2b9d0))
* **cosmos:** don't twiddle the genesis params, set them explicitly ([c9c8d81](https://github.com/Agoric/agoric-sdk/commit/c9c8d81f476a0df7559eae35c0dd323cd26a9d7b))



### [0.13.20](https://github.com/Agoric/agoric-sdk/compare/agoric@0.13.19...agoric@0.13.20) (2021-12-02)


Expand Down
6 changes: 3 additions & 3 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.20",
"version": "0.13.21",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand All @@ -22,7 +22,7 @@
"lint:eslint": "eslint '**/*.js'"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.24.0",
"@agoric/swingset-vat": "^0.24.1",
"ava": "^3.12.1",
"c8": "^7.7.2",
"tmp": "^0.1.0"
Expand All @@ -31,7 +31,7 @@
"@agoric/access-token": "^0.4.16",
"@agoric/assert": "^0.3.15",
"@agoric/bundle-source": "^2.0.1",
"@agoric/captp": "^1.10.7",
"@agoric/captp": "^1.10.8",
"@agoric/install-ses": "^0.5.29",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.29",
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.10.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.10.7...@agoric/captp@1.10.8) (2021-12-22)

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





### [1.10.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.10.6...@agoric/captp@1.10.7) (2021-12-02)

**Note:** Version bump only for package @agoric/captp
Expand Down
4 changes: 2 additions & 2 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/captp",
"version": "1.10.7",
"version": "1.10.8",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@agoric/install-ses": "^0.5.29",
"@agoric/swingset-vat": "^0.24.0",
"@agoric/swingset-vat": "^0.24.1",
"@endo/ses-ava": "^0.2.8",
"ava": "^3.12.1",
"c8": "^7.7.2"
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.34.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.34.3...@agoric/cosmic-swingset@0.34.4) (2021-12-22)

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





### [0.34.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.34.2...@agoric/cosmic-swingset@0.34.3) (2021-12-02)


Expand Down
14 changes: 7 additions & 7 deletions packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-swingset",
"version": "0.34.3",
"version": "0.34.4",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -26,20 +26,20 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.3.15",
"@agoric/cosmos": "^0.27.1",
"@agoric/import-bundle": "^0.2.32",
"@agoric/cosmos": "^0.27.2",
"@agoric/import-bundle": "^0.2.33",
"@agoric/install-ses": "^0.5.29",
"@agoric/marshal": "^0.5.0",
"@agoric/nat": "^4.1.0",
"@agoric/store": "^0.6.7",
"@agoric/store": "^0.6.8",
"@agoric/swing-store": "^0.6.3",
"@agoric/swingset-vat": "^0.24.0",
"@agoric/vats": "^0.5.0",
"@agoric/swingset-vat": "^0.24.1",
"@agoric/vats": "^0.5.1",
"@agoric/xsnap": "^0.11.0",
"@iarna/toml": "^2.2.3",
"@opentelemetry/exporter-prometheus": "^0.16.0",
"@opentelemetry/metrics": "^0.16.0",
"agoric": "^0.13.20",
"agoric": "^0.13.21",
"anylogger": "^0.21.0",
"deterministic-json": "^1.0.5",
"import-meta-resolve": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/deploy-script-support/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.6.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.6.0...@agoric/deploy-script-support@0.6.1) (2021-12-22)

**Note:** Version bump only for package @agoric/deploy-script-support





## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.5.5...@agoric/deploy-script-support@0.6.0) (2021-12-02)


Expand Down
16 changes: 8 additions & 8 deletions packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/deploy-script-support",
"version": "0.6.0",
"version": "0.6.1",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -39,20 +39,20 @@
"dependencies": {
"@agoric/assert": "^0.3.15",
"@agoric/bundle-source": "^2.0.1",
"@agoric/ertp": "^0.13.0",
"@agoric/ertp": "^0.13.1",
"@agoric/eventual-send": "^0.14.0",
"@agoric/import-manager": "^0.2.32",
"@agoric/import-manager": "^0.2.33",
"@agoric/marshal": "^0.5.0",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.32",
"@agoric/notifier": "^0.3.33",
"@agoric/promise-kit": "^0.2.29",
"@agoric/same-structure": "^0.1.29",
"@agoric/store": "^0.6.7",
"@agoric/vats": "^0.5.0",
"@agoric/zoe": "^0.21.0"
"@agoric/store": "^0.6.8",
"@agoric/vats": "^0.5.1",
"@agoric/zoe": "^0.21.1"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.24.0",
"@agoric/swingset-vat": "^0.24.1",
"ava": "^3.12.1",
"import-meta-resolve": "^1.1.1"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/deployment/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.

## [2.0.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deployment@1.30.0...@agoric/deployment@2.0.0) (2021-12-22)


### ⚠ BREAKING CHANGES

* **deployment:** optional first block argument to `crunch.mjs`

### Features

* **deployment:** optional first block argument to `crunch.mjs` ([c03646d](https://github.com/Agoric/agoric-sdk/commit/c03646d7387200c3664e7aa03113514363a4611a))


### Bug Fixes

* **deployment:** use Docker `Cgroup Version` to init volumes ([3fa95e7](https://github.com/Agoric/agoric-sdk/commit/3fa95e77a0c79f4dfbf9651d5f295795ce7dc5df))



## [1.30.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deployment@1.29.1...@agoric/deployment@1.30.0) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/deployment",
"version": "1.30.0",
"version": "2.0.0",
"description": "Set up Agoric public chain nodes",
"type": "module",
"private": true,
Expand Down
Loading

0 comments on commit 9551cb4

Please sign in to comment.