Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 27, 2024
1 parent f3e5b2f commit b3a6f33
Show file tree
Hide file tree
Showing 76 changed files with 625 additions and 217 deletions.
43 changes: 43 additions & 0 deletions golang/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.0-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)


### ⚠ BREAKING CHANGES

* **cosmos:** make vm comms use `context.Context`

### Features

* repair KREAd contract on zoe upgrade ([6ac7623](https://github.com/Agoric/agoric-sdk/commit/6ac762379e2660353a23202acd2d6fb52ed13682))
* **cosmos:** Add a "CapData" vstorage RPC endpoint ([d20e708](https://github.com/Agoric/agoric-sdk/commit/d20e708cf68e6b0616218e668f21f66b491032b5)), closes [#7581](https://github.com/Agoric/agoric-sdk/issues/7581)
* **cosmos:** Add a vstorage package for decoding CapData ([f1b6b74](https://github.com/Agoric/agoric-sdk/commit/f1b6b74d6410412d86f094175fca72e2e17e8a2b))
* **cosmos:** clean up `OnStartHook` and `OnExitHook` signatures ([e8a3a77](https://github.com/Agoric/agoric-sdk/commit/e8a3a77aacab4affa7e83885ece8789418a31846))
* **cosmos:** make vm comms use `context.Context` ([0bb03a0](https://github.com/Agoric/agoric-sdk/commit/0bb03a0f222426bf8da6729d968c404dc9e72468))
* agd vstorage 'path' for data or children ([71a217e](https://github.com/Agoric/agoric-sdk/commit/71a217e5a3576b6e8e89fb27e59eb7f2ebde592b))
* **cosmos:** Always include alleged name and slot id in vstorage CapData remotable representations ([ee23c4e](https://github.com/Agoric/agoric-sdk/commit/ee23c4e404d90afaa28dbf53dfdb33cb9c3eda1b))
* expose node service to retrieve operator config ([972d243](https://github.com/Agoric/agoric-sdk/commit/972d243eff2bf1eb0ca10f8a9860109a5a39cf87))
* replace zoe and zcf ([#8846](https://github.com/Agoric/agoric-sdk/issues/8846)) ([0169c7e](https://github.com/Agoric/agoric-sdk/commit/0169c7e505099fdcfa8e4d1436e5d3b372f1c320))
* tolerate missing files in gaia 3-way diff ([8633f4d](https://github.com/Agoric/agoric-sdk/commit/8633f4d7917a12035182715d560d50f312ece4ff))
* upgrade ibc-go to v6.2.1 ([2371b51](https://github.com/Agoric/agoric-sdk/commit/2371b5178eff16baadc5716a3f7e11573d3b8889))
* **cosmos:** impose defaults when sending VM actions ([d32e71e](https://github.com/Agoric/agoric-sdk/commit/d32e71ec14121c3c69aa3c173f284c706d329c75))
* **cosmos:** next upgrade is `agoric-upgrade-14` ([0333099](https://github.com/Agoric/agoric-sdk/commit/03330999fa8ea872c57a94db063eadbdadc6f342))
* **cosmos:** support core proposals set by upgrade handler ([14e47cc](https://github.com/Agoric/agoric-sdk/commit/14e47cc503db18ee74d7d9bd3193797524b7f540))
* **cosmos:** upgrade wallet factory ([ceffbcd](https://github.com/Agoric/agoric-sdk/commit/ceffbcdd85bd4dfa3a7646b590133f9fd55755c8))


### Bug Fixes

* **cosmos:** add action context to core evals ([ce1197d](https://github.com/Agoric/agoric-sdk/commit/ce1197dca3c6e274f39ab9f125ed0ec8ad9388fd))
* avoid broken goleveldb ([f4bd519](https://github.com/Agoric/agoric-sdk/commit/f4bd519ff0675fec1ecb81eaf2488b0df72bd286))
* exempt more 3rd-party protos from link check ([0be9f00](https://github.com/Agoric/agoric-sdk/commit/0be9f0097d7657f33b5ecda467ff33309b228f51))
* govulncheck updates ([e83fb57](https://github.com/Agoric/agoric-sdk/commit/e83fb57406ff176c11322c5b61e8515d7d8235df))
* pick up snapshot initiation fix ([2d41178](https://github.com/Agoric/agoric-sdk/commit/2d41178e84d66fb3c4e990406989a4f6e1f4f386))
* unwrap account keeper for app module ([4807023](https://github.com/Agoric/agoric-sdk/commit/48070238018ce6afc361254e5e847e90752eb9cf))
* update protobuf download and generation for ibc-go v4 ([63bdd54](https://github.com/Agoric/agoric-sdk/commit/63bdd54f7629adc6dbb38632c0e1b0bc2526f0e2))


### Reverts

* Revert "fix(cosmos): don't log expected missing tx context of CORE_EVAL" ([eb856af](https://github.com/Agoric/agoric-sdk/commit/eb856afcb32b4376ceb353c6895c65db0c251958))



## [0.35.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


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.35.0-u13.0",
"version": "0.35.0-u14.0",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
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.16.3-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)

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





### [0.16.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)

**Note:** Version bump only for package @agoric/ertp
Expand Down
10 changes: 5 additions & 5 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.16.3-u13.0",
"version": "0.16.3-u14.0",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@endo/eventual-send": "0.17.2",
"@endo/far": "0.2.18",
"@endo/marshal": "0.8.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/SwingSet/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.32.3-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)


### Bug Fixes

* **SwingSet:** silence vat console output during replay ([6d51b08](https://github.com/Agoric/agoric-sdk/commit/6d51b08356082c00fff8da1a692770ec4a0c1c24))



### [0.32.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


Expand Down
18 changes: 9 additions & 9 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.32.3-u13.0",
"version": "0.32.3-u14.0",
"description": "Vat/Container Launcher",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swing-store": "^0.9.2-u13.0",
"@agoric/swingset-liveslots": "^0.10.3-u13.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u13.0",
"@agoric/time": "^0.3.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@agoric/xsnap": "^0.14.3-u13.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swing-store": "^0.9.2-u14.0",
"@agoric/swingset-liveslots": "^0.10.3-u14.0",
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u14.0",
"@agoric/time": "^0.3.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@agoric/xsnap": "^0.14.3-u14.0",
"@agoric/xsnap-lockdown": "^0.14.1-u13.0",
"@endo/base64": "0.2.31",
"@endo/bundle-source": "2.5.2-upstream-rollup",
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.22.0-u14.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u14.0) (2024-02-27)


### Features

* **create-dapp:** `npm create @agoric/dapp ...` uses `agoric init` ([8525a4f](https://github.com/Agoric/agoric-sdk/commit/8525a4f247a6f21752904c69cd5730926e9daba0))


### Bug Fixes

* use dapp-offer-up by default ([#8630](https://github.com/Agoric/agoric-sdk/issues/8630)) ([689fcfa](https://github.com/Agoric/agoric-sdk/commit/689fcfa168f9b0728c8fac7470376f94d3f28e27))
* **agoric-cli:** `open` should default to `localhost`, not numeric IPv4 ([885b3a2](https://github.com/Agoric/agoric-sdk/commit/885b3a246846e5704528c0f795a9d48bc59b4861))



## [0.22.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.22.0-u13.0) (2023-12-07)


Expand Down
28 changes: 14 additions & 14 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoric",
"version": "0.22.0-u13.0",
"version": "0.22.0-u14.0",
"description": "Manage the Agoric Javascript smart contract platform",
"type": "module",
"main": "src/main.js",
Expand Down Expand Up @@ -29,26 +29,26 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u13.0",
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"dd-trace": "^3.3.0"
},
"dependencies": {
"@agoric/access-token": "^0.4.22-u11wf.0",
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cache": "^0.3.3-u13.0",
"@agoric/casting": "^0.4.3-u13.0",
"@agoric/cosmic-proto": "^0.3.0",
"@agoric/ertp": "^0.16.3-u13.0",
"@agoric/inter-protocol": "^0.16.2-u13.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/smart-wallet": "^0.5.4-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/vats": "^0.15.2-u13.0",
"@agoric/zoe": "^0.26.3-u13.0",
"@agoric/zone": "^0.2.3-u13.0",
"@agoric/cache": "^0.3.3-u14.0",
"@agoric/casting": "^0.4.3-u14.0",
"@agoric/cosmic-proto": "^0.3.1-u14.0",
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/inter-protocol": "^0.16.2-u14.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/smart-wallet": "^0.5.4-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/vats": "^0.15.2-u14.0",
"@agoric/zoe": "^0.26.3-u14.0",
"@agoric/zone": "^0.2.3-u14.0",
"@confio/relayer": "^0.9.0",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/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.3-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)

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





### [0.3.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)

**Note:** Version bump only for package @agoric/cache
Expand Down
12 changes: 6 additions & 6 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cache",
"version": "0.3.3-u13.0",
"version": "0.3.3-u14.0",
"description": "Agoric's simple cache interface",
"type": "module",
"main": "src/main.js",
Expand All @@ -19,15 +19,15 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/vat-data": "^0.5.3-u13.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/vat-data": "^0.5.3-u14.0",
"@endo/far": "0.2.18",
"@endo/marshal": "0.8.5"
},
"devDependencies": {
"@agoric/zoe": "^0.26.3-u13.0",
"@agoric/zoe": "^0.26.3-u14.0",
"ava": "^5.2.0",
"c8": "^7.13.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/casting/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-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)

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





### [0.4.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


Expand Down
10 changes: 5 additions & 5 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/casting",
"version": "0.4.3-u13.0",
"version": "0.4.3-u14.0",
"description": "Agoric's OCap broadcasting system",
"type": "module",
"main": "src/main.js",
Expand All @@ -22,10 +22,10 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/notifier": "^0.6.3-u13.0",
"@agoric/spawner": "^0.6.9-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/notifier": "^0.6.3-u14.0",
"@agoric/spawner": "^0.6.9-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/cosmic-proto/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.3.1-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)


### Features

* **cosmic-proto:** add vstorage query ([584fad3](https://github.com/Agoric/agoric-sdk/commit/584fad35b201d0de7f826aa2ed4d2815db1adc82))


### Bug Fixes

* **cosmic-proto:** add missing `cosmos_proto` dep ([e8e5d26](https://github.com/Agoric/agoric-sdk/commit/e8e5d2640040cf3a6ccd210c67906b175599b328))
* **cosmic-proto:** do not git ignore all generated files ([58a2810](https://github.com/Agoric/agoric-sdk/commit/58a2810952125a201d3f6b0f3289854909ae3858))



## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmic-proto",
"version": "0.3.0",
"version": "0.3.1-u14.0",
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
"keywords": [],
"author": "Agoric",
Expand Down
20 changes: 20 additions & 0 deletions packages/cosmic-swingset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.0-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2024-02-27)


### Features

* **cosmos:** support core proposals set by upgrade handler ([14e47cc](https://github.com/Agoric/agoric-sdk/commit/14e47cc503db18ee74d7d9bd3193797524b7f540))
* support `coreProposals.steps` ([368cf01](https://github.com/Agoric/agoric-sdk/commit/368cf013f329f87c8e740ec48ac3faebb5a065eb))
* **cosmic-swingset:** add begin block check and transaction ([#8432](https://github.com/Agoric/agoric-sdk/issues/8432)) ([7d56920](https://github.com/Agoric/agoric-sdk/commit/7d56920d176f64bb05810b86933ce66b452c4593))
* **cosmic-swingset:** implement `ENACTED_UPGRADE` blocking send ([e36966d](https://github.com/Agoric/agoric-sdk/commit/e36966dd0d9164ced5d0b70acc88b773b639adb9))
* **cosmic-swingset:** run upgrade actions to completion ([1cf7c92](https://github.com/Agoric/agoric-sdk/commit/1cf7c92ee422c794c1b706214a21d3c06a36fdf0))


### Bug Fixes

* **cosmic-swingset:** merge `coreProposals` from bootstrap and upgrade plan ([7637b51](https://github.com/Agoric/agoric-sdk/commit/7637b51bd89002367d4e39ff6e707121dc369bea))
* **cosmic-swingset:** only require vatconfig if uninitialized ([960de3b](https://github.com/Agoric/agoric-sdk/commit/960de3ba0d031eeb3d78858559f7e770137c52c7))
* **cosmic-swingset:** only search for the `vatconfig` on init ([41133e0](https://github.com/Agoric/agoric-sdk/commit/41133e00aa9b82e2daf89cf5cff5ab72a6c4ea76))



## [0.42.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2023-12-07)


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.42.0-u13.0",
"version": "0.42.0-u14.0",
"description": "Agoric's Cosmos blockchain integration",
"type": "module",
"bin": {
Expand All @@ -23,13 +23,13 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/assert": "^0.6.1-u11wf.0",
"@agoric/cosmos": "^0.35.0-u13.0",
"@agoric/deploy-script-support": "^0.10.4-u13.0",
"@agoric/internal": "^0.4.0-u13.0",
"@agoric/store": "^0.9.3-u13.0",
"@agoric/swing-store": "^0.9.2-u13.0",
"@agoric/swingset-vat": "^0.32.3-u13.0",
"@agoric/telemetry": "^0.6.3-u13.0",
"@agoric/cosmos": "^0.35.0-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u14.0",
"@agoric/internal": "^0.4.0-u14.0",
"@agoric/store": "^0.9.3-u14.0",
"@agoric/swing-store": "^0.9.2-u14.0",
"@agoric/swingset-vat": "^0.32.3-u14.0",
"@agoric/telemetry": "^0.6.3-u14.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/far": "0.2.18",
"@endo/import-bundle": "0.3.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-dapp/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.1.1-u14.0 (2024-02-27)


### Features

* **create-dapp:** `npm create @agoric/dapp ...` uses `agoric init` ([8525a4f](https://github.com/Agoric/agoric-sdk/commit/8525a4f247a6f21752904c69cd5730926e9daba0))



## 0.1.0 (2023-11-13)

Initial release
Expand Down
Loading

0 comments on commit b3a6f33

Please sign in to comment.