Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 24, 2022
1 parent 4c06818 commit 8eef3e3
Show file tree
Hide file tree
Showing 52 changed files with 406 additions and 114 deletions.
28 changes: 28 additions & 0 deletions golang/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.28.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### ⚠ BREAKING CHANGES

* **cosmos:** RUN protocol etc. is not started by default.

To start RUN protocol, Pegasus, etc., use:

CHAIN_BOOTSTRAP_VAT_CONFIG=@agoric/vats/decentral-demo-config.json \
agoric start local-chain

Stay tuned for a mechanism to turn them on via governance.

### Features

* **cosmic-swingset:** add tools for core-eval governance ([7368aa6](https://github.com/Agoric/agoric-sdk/commit/7368aa6c22be840733843b1da125eb659cc21d84))
* **cosmos:** add CoreEval and WalletAction protos ([0fe56dd](https://github.com/Agoric/agoric-sdk/commit/0fe56dda06017ee4f8906d6de0d3e1ae022db812))
* **cosmos:** implement `x/swingset` CoreEval and Wallet ([251cf41](https://github.com/Agoric/agoric-sdk/commit/251cf41b36c6c3b32678ef5a707794e6cdc07197))
* **cosmos:** robustly handle kvstore rollback ([c58ddb4](https://github.com/Agoric/agoric-sdk/commit/c58ddb490229741e57ef2130493608cbe9b13d4c))


### Bug Fixes

* **cosmos:** use core bootstrap by default ([2cbf293](https://github.com/Agoric/agoric-sdk/commit/2cbf293f4d5fab85fc8c14cd1566a2dd78e99f86))



### [0.27.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


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.3",
"version": "0.28.0",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
Expand Down
9 changes: 9 additions & 0 deletions packages/ERTP/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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### Features

* overhaul the virtual object API ([e40674b](https://github.com/Agoric/agoric-sdk/commit/e40674b0b19f29adde2f5e6a460bafb7340d42b6)), closes [#4606](https://github.com/Agoric/agoric-sdk/issues/4606)



### [0.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


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.2",
"version": "0.13.3",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@agoric/assert": "^0.3.16",
"@agoric/eventual-send": "^0.14.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.34",
"@agoric/store": "^0.6.9",
"@agoric/notifier": "^0.3.35",
"@agoric/store": "^0.6.10",
"@endo/marshal": "^0.6.1",
"@endo/promise-kit": "^0.2.35"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.25.0",
"@agoric/swingset-vat": "^0.25.1",
"@endo/bundle-source": "^2.0.7",
"ava": "^3.12.1",
"fast-check": "^2.21.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/SwingSet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.25.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### Features

* overhaul the virtual object API ([e40674b](https://github.com/Agoric/agoric-sdk/commit/e40674b0b19f29adde2f5e6a460bafb7340d42b6)), closes [#4606](https://github.com/Agoric/agoric-sdk/issues/4606)
* run vat creation and initialization in a crank to access to syscall and transcript logging ([2218e07](https://github.com/Agoric/agoric-sdk/commit/2218e07437a168226666fbb67b2158937cc30372)), closes [#2910](https://github.com/Agoric/agoric-sdk/issues/2910)



## [0.25.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


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.25.0",
"version": "0.25.1",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@agoric/assert": "^0.3.16",
"@agoric/eventual-send": "^0.14.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.34",
"@agoric/store": "^0.6.9",
"@agoric/swing-store": "^0.6.4",
"@agoric/xsnap": "^0.11.1",
"@agoric/notifier": "^0.3.35",
"@agoric/store": "^0.6.10",
"@agoric/swing-store": "^0.6.5",
"@agoric/xsnap": "^0.11.2",
"@endo/base64": "^0.2.19",
"@endo/bundle-source": "^2.0.7",
"@endo/captp": "^2.0.1",
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.14.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.14.1) (2022-02-24)

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





## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.14.0) (2022-02-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.14.0",
"version": "0.14.1",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand All @@ -21,7 +21,7 @@
"lint:eslint": "eslint '**/*.js'"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.25.0",
"@agoric/swingset-vat": "^0.25.1",
"ava": "^3.12.1",
"c8": "^7.7.2",
"tmp": "^0.1.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/cosmic-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.34.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### Features

* **cosmic-swingset:** add tools for core-eval governance ([7368aa6](https://github.com/Agoric/agoric-sdk/commit/7368aa6c22be840733843b1da125eb659cc21d84))
* **cosmos:** robustly handle kvstore rollback ([c58ddb4](https://github.com/Agoric/agoric-sdk/commit/c58ddb490229741e57ef2130493608cbe9b13d4c))


### Bug Fixes

* **cosmic-swingset:** handle begin/end block without explicit queue ([05352e9](https://github.com/Agoric/agoric-sdk/commit/05352e99d7b9488f756103979ec4632d53ff7d3d))



### [0.34.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


Expand Down
16 changes: 8 additions & 8 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.5",
"version": "0.34.6",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,20 +23,20 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.3.16",
"@agoric/cosmos": "^0.27.3",
"@agoric/cosmos": "^0.28.0",
"@agoric/nat": "^4.1.0",
"@agoric/store": "^0.6.9",
"@agoric/swing-store": "^0.6.4",
"@agoric/swingset-vat": "^0.25.0",
"@agoric/store": "^0.6.10",
"@agoric/swing-store": "^0.6.5",
"@agoric/swingset-vat": "^0.25.1",
"@agoric/telemetry": "^0.1.1",
"@agoric/vats": "^0.6.0",
"@agoric/xsnap": "^0.11.1",
"@agoric/vats": "^0.7.0",
"@agoric/xsnap": "^0.11.2",
"@endo/import-bundle": "^0.2.39",
"@endo/init": "^0.5.35",
"@endo/marshal": "^0.6.1",
"@iarna/toml": "^2.2.3",
"@opentelemetry/metrics": "^0.16.0",
"agoric": "^0.14.0",
"agoric": "^0.14.1",
"anylogger": "^0.21.0",
"deterministic-json": "^1.0.5",
"import-meta-resolve": "^1.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/deploy-script-support/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.6.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### Features

* overhaul the virtual object API ([e40674b](https://github.com/Agoric/agoric-sdk/commit/e40674b0b19f29adde2f5e6a460bafb7340d42b6)), closes [#4606](https://github.com/Agoric/agoric-sdk/issues/4606)



### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


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.2",
"version": "0.6.3",
"description": "Helpers and other support for writing deploy scripts",
"type": "module",
"main": "src/helpers.js",
Expand Down Expand Up @@ -35,20 +35,20 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.3.16",
"@agoric/ertp": "^0.13.2",
"@agoric/ertp": "^0.13.3",
"@agoric/eventual-send": "^0.14.1",
"@agoric/import-manager": "^0.2.34",
"@agoric/import-manager": "^0.2.35",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.34",
"@agoric/store": "^0.6.9",
"@agoric/vats": "^0.6.0",
"@agoric/zoe": "^0.21.2",
"@agoric/notifier": "^0.3.35",
"@agoric/store": "^0.6.10",
"@agoric/vats": "^0.7.0",
"@agoric/zoe": "^0.21.3",
"@endo/bundle-source": "^2.0.7",
"@endo/marshal": "^0.6.1",
"@endo/promise-kit": "^0.2.35"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.25.0",
"@agoric/swingset-vat": "^0.25.1",
"ava": "^3.12.1",
"import-meta-resolve": "^1.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/deployment/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.

## [2.2.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)


### Features

* **cosmic-swingset:** add tools for core-eval governance ([7368aa6](https://github.com/Agoric/agoric-sdk/commit/7368aa6c22be840733843b1da125eb659cc21d84))



## [2.1.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


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": "2.1.0",
"version": "2.2.0",
"description": "Set up Agoric public chain nodes",
"type": "module",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/governance/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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)

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





### [0.4.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


Expand Down
12 changes: 6 additions & 6 deletions packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/governance",
"version": "0.4.2",
"version": "0.4.3",
"description": "Core governance support",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,19 +29,19 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.3.16",
"@agoric/ertp": "^0.13.2",
"@agoric/ertp": "^0.13.3",
"@agoric/eventual-send": "^0.14.1",
"@agoric/nat": "^4.1.0",
"@agoric/notifier": "^0.3.34",
"@agoric/store": "^0.6.9",
"@agoric/zoe": "^0.21.2",
"@agoric/notifier": "^0.3.35",
"@agoric/store": "^0.6.10",
"@agoric/zoe": "^0.21.3",
"@endo/captp": "^2.0.1",
"@endo/marshal": "^0.6.1",
"@endo/promise-kit": "^0.2.35"
},
"devDependencies": {
"@agoric/babel-standalone": "^7.14.3",
"@agoric/swingset-vat": "^0.25.0",
"@agoric/swingset-vat": "^0.25.1",
"@endo/bundle-source": "^2.0.7",
"@endo/init": "^0.5.35",
"ava": "^3.12.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/import-manager/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.35](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)

**Note:** Version bump only for package @agoric/import-manager





### [0.2.34](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)

**Note:** Version bump only for package @agoric/import-manager
Expand Down
4 changes: 2 additions & 2 deletions packages/import-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/import-manager",
"version": "0.2.34",
"version": "0.2.35",
"description": "Share code across vat boundaries",
"type": "module",
"main": "./src/importManager.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/swingset-vat": "^0.25.0",
"@agoric/swingset-vat": "^0.25.1",
"ava": "^3.12.1",
"c8": "^7.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/notifier/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.35](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-24)

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





### [0.3.34](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/notifier",
"version": "0.3.34",
"version": "0.3.35",
"description": "Notifier allows services to update clients about state changes using a stream of promises",
"type": "module",
"main": "src/index.js",
Expand Down
Loading

0 comments on commit 8eef3e3

Please sign in to comment.