Skip to content

Commit 5a6cdeb

Browse files
committed
chore(release): publish
- @agoric/cosmos@0.35.0-u13.0 - @agoric/ertp@0.16.3-u13.0 - @agoric/swingset-vat@0.32.3-u13.0 - agoric@0.22.0-u13.0 - @agoric/cache@0.3.3-u13.0 - @agoric/casting@0.4.3-u13.0 - @agoric/cosmic-swingset@0.42.0-u13.0 - @agoric/deploy-script-support@0.10.4-u13.0 - @agoric/deployment@4.0.0-u13.0 - @agoric/governance@0.10.4-u13.0 - @agoric/import-manager@0.3.12-u13.0 - @agoric/inter-protocol@0.16.2-u13.0 - @agoric/internal@0.4.0-u13.0 - @agoric/notifier@0.6.3-u13.0 - @agoric/pegasus@0.7.13-u13.0 - @agoric/same-structure@0.2.8-u13.0 - @agoric/sharing-service@0.2.12-u13.0 - @agoric/smart-wallet@0.5.4-u13.0 - @agoric/solo@0.10.4-u13.0 - @agoric/spawner@0.6.9-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-runner@0.22.3-u13.0 - @agoric/swingset-xsnap-supervisor@0.10.3-u13.0 - @agoric/telemetry@0.6.3-u13.0 - @agoric/time@0.3.3-u13.0 - @agoric/ui-components@0.3.9-u13.0 - @agoric/vat-data@0.5.3-u13.0 - @agoric/vats@0.15.2-u13.0 - @agoric/wallet-connection@0.1.18-u13.0 - @agoric/wallet@0.18.4-u13.0 - @agoric/web-components@0.6.4-u13.0 - @agoric/xsnap-lockdown@0.14.1-u13.0 - @agoric/xsnap@0.14.3-u13.0 - @agoric/zoe@0.26.3-u13.0 - @agoric/zone@0.2.3-u13.0 - @agoric/wallet-backend@0.14.4-u13.0
1 parent 4597fe3 commit 5a6cdeb

76 files changed

Lines changed: 567 additions & 217 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

golang/cosmos/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.35.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u12.0...@agoric/cosmos@0.35.0-u13.0) (2023-12-07)
7+
8+
9+
### Features
10+
11+
* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([19404a3](https://github.com/Agoric/agoric-sdk/commit/19404a3c5cd10d9c454f190b60cbf0aa715f605c))
12+
* **x/swingset:** auto-provision smart wallet ([5073800](https://github.com/Agoric/agoric-sdk/commit/5073800f87c92a194a21c9cc59ad1bb570a39b95))
13+
* **x/swingset:** refuse smart wallet messages if not provisioned ([50a5a55](https://github.com/Agoric/agoric-sdk/commit/50a5a557956562fc05b8c2defd99a0102a35153f))
14+
* pick up return-grants from latest cosmos-sdk ([975533e](https://github.com/Agoric/agoric-sdk/commit/975533e088f96c80cf8d6f6b7c5f45665e3495ba))
15+
* update ibc-go to v4, adapt packages and API ([6672e5c](https://github.com/Agoric/agoric-sdk/commit/6672e5cb780c8baa530ac59bff27d793e1ff8f50))
16+
17+
18+
### Bug Fixes
19+
20+
* handle hang-on-halt behavior from agoric-labs/cosmos-sdk[#305](https://github.com/Agoric/agoric-sdk/issues/305) ([7ae9a70](https://github.com/Agoric/agoric-sdk/commit/7ae9a705478727d1d7ace7c665861cfee14b5f28))
21+
* update dependencies to fix tests ([9d750dd](https://github.com/Agoric/agoric-sdk/commit/9d750dd39993d380a5e889ea7faa4bb78c3257aa))
22+
23+
24+
### Reverts
25+
26+
* Revert "fix: handle hang-on-halt behavior from agoric-labs/cosmos-sdk#305" ([3a37f5e](https://github.com/Agoric/agoric-sdk/commit/3a37f5e472405d1d3bee2075b47ecd3632ba4073)), closes [agoric-labs/cosmos-sdk#305](https://github.com/agoric-labs/cosmos-sdk/issues/305) [agoric-labs/cosmos-sdk#305](https://github.com/agoric-labs/cosmos-sdk/issues/305)
27+
28+
29+
630
## [0.35.0-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u11wf.0...@agoric/cosmos@0.35.0-u12.0) (2023-11-10)
731

832

golang/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cosmos",
3-
"version": "0.35.0-u12.0",
3+
"version": "0.35.0-u13.0",
44
"description": "Connect JS to the Cosmos blockchain SDK",
55
"parsers": {
66
"js": "mjs"

packages/ERTP/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.16.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.3-u12.0...@agoric/ertp@0.16.3-u13.0) (2023-12-07)
7+
8+
**Note:** Version bump only for package @agoric/ertp
9+
10+
11+
12+
13+
614
### [0.16.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.3-u11wf.0...@agoric/ertp@0.16.3-u12.0) (2023-11-10)
715

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

packages/ERTP/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/ertp",
3-
"version": "0.16.3-u12.0",
3+
"version": "0.16.3-u13.0",
44
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
55
"type": "module",
66
"main": "src/index.js",
@@ -40,10 +40,10 @@
4040
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
4141
"dependencies": {
4242
"@agoric/assert": "^0.6.1-u11wf.0",
43-
"@agoric/notifier": "^0.6.3-u12.0",
44-
"@agoric/store": "^0.9.3-u12.0",
45-
"@agoric/swingset-vat": "^0.32.3-u12.0",
46-
"@agoric/vat-data": "^0.5.3-u12.0",
43+
"@agoric/notifier": "^0.6.3-u13.0",
44+
"@agoric/store": "^0.9.3-u13.0",
45+
"@agoric/swingset-vat": "^0.32.3-u13.0",
46+
"@agoric/vat-data": "^0.5.3-u13.0",
4747
"@endo/eventual-send": "0.17.2",
4848
"@endo/far": "0.2.18",
4949
"@endo/marshal": "0.8.5",

packages/SwingSet/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.32.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.3-u12.0...@agoric/swingset-vat@0.32.3-u13.0) (2023-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* handle Node 18 breaking change ([#8600](https://github.com/Agoric/agoric-sdk/issues/8600)) ([2c64440](https://github.com/Agoric/agoric-sdk/commit/2c64440d5b5957076ad9ac7b9243de3b600c859f))
12+
13+
14+
615
### [0.32.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.3-u11wf.0...@agoric/swingset-vat@0.32.3-u12.0) (2023-11-10)
716

817

packages/SwingSet/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/swingset-vat",
3-
"version": "0.32.3-u12.0",
3+
"version": "0.32.3-u13.0",
44
"description": "Vat/Container Launcher",
55
"type": "module",
66
"main": "src/index.js",
@@ -29,15 +29,15 @@
2929
},
3030
"dependencies": {
3131
"@agoric/assert": "^0.6.1-u11wf.0",
32-
"@agoric/internal": "^0.4.0-u12.0",
33-
"@agoric/store": "^0.9.3-u12.0",
34-
"@agoric/swing-store": "^0.9.2-u12.0",
35-
"@agoric/swingset-liveslots": "^0.10.3-u12.0",
36-
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u12.0",
37-
"@agoric/time": "^0.3.3-u12.0",
38-
"@agoric/vat-data": "^0.5.3-u12.0",
39-
"@agoric/xsnap": "^0.14.3-u12.0",
40-
"@agoric/xsnap-lockdown": "^0.14.1-u11wf.0",
32+
"@agoric/internal": "^0.4.0-u13.0",
33+
"@agoric/store": "^0.9.3-u13.0",
34+
"@agoric/swing-store": "^0.9.2-u13.0",
35+
"@agoric/swingset-liveslots": "^0.10.3-u13.0",
36+
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u13.0",
37+
"@agoric/time": "^0.3.3-u13.0",
38+
"@agoric/vat-data": "^0.5.3-u13.0",
39+
"@agoric/xsnap": "^0.14.3-u13.0",
40+
"@agoric/xsnap-lockdown": "^0.14.1-u13.0",
4141
"@endo/base64": "0.2.31",
4242
"@endo/bundle-source": "2.5.2-upstream-rollup",
4343
"@endo/captp": "3.1.1",

packages/agoric-cli/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.22.0-u13.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.2-u12.0...agoric@0.22.0-u13.0) (2023-12-07)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* restrict exports from 'agoric' package
12+
13+
### Features
14+
15+
* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([19404a3](https://github.com/Agoric/agoric-sdk/commit/19404a3c5cd10d9c454f190b60cbf0aa715f605c))
16+
17+
18+
### Bug Fixes
19+
20+
* **agops:** fix continuing id lookup in oracle setPrice ([0ac9697](https://github.com/Agoric/agoric-sdk/commit/0ac969746c7337d45287fd040b636d27d296a062))
21+
* **agoric:** print errors while following ([deab7e4](https://github.com/Agoric/agoric-sdk/commit/deab7e4065fe5dd6cc1a3c5bf8c0db861cb7856b))
22+
* **casting:** dont crash on bad capdata ([3f01369](https://github.com/Agoric/agoric-sdk/commit/3f0136994c0b4033c872f9593cabb19bab05f01c))
23+
* **cli:** handle not found error in vstorage requests ([8111c43](https://github.com/Agoric/agoric-sdk/commit/8111c4344bcaa6e06085020813e2431cba9d1632))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* restrict exports from 'agoric' package ([63c1abb](https://github.com/Agoric/agoric-sdk/commit/63c1abbfcb0710bdd0a22382eb4a683216a6c453))
29+
30+
31+
632
### [0.21.2-u12.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.2-u11wf.0...agoric@0.21.2-u12.0) (2023-11-10)
733

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

packages/agoric-cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoric",
3-
"version": "0.21.2-u12.0",
3+
"version": "0.22.0-u13.0",
44
"description": "Manage the Agoric Javascript smart contract platform",
55
"type": "module",
66
"main": "src/main.js",
@@ -28,26 +28,26 @@
2828
"lint:eslint": "eslint ."
2929
},
3030
"devDependencies": {
31-
"@agoric/deploy-script-support": "^0.10.4-u12.0",
31+
"@agoric/deploy-script-support": "^0.10.4-u13.0",
3232
"ava": "^5.2.0",
3333
"c8": "^7.13.0",
3434
"dd-trace": "^3.3.0"
3535
},
3636
"dependencies": {
3737
"@agoric/access-token": "^0.4.22-u11wf.0",
3838
"@agoric/assert": "^0.6.1-u11wf.0",
39-
"@agoric/cache": "^0.3.3-u12.0",
40-
"@agoric/casting": "^0.4.3-u12.0",
39+
"@agoric/cache": "^0.3.3-u13.0",
40+
"@agoric/casting": "^0.4.3-u13.0",
4141
"@agoric/cosmic-proto": "^0.3.0",
42-
"@agoric/ertp": "^0.16.3-u12.0",
43-
"@agoric/inter-protocol": "^0.16.2-u12.0",
44-
"@agoric/internal": "^0.4.0-u12.0",
45-
"@agoric/smart-wallet": "^0.5.4-u12.0",
46-
"@agoric/store": "^0.9.3-u12.0",
47-
"@agoric/swingset-vat": "^0.32.3-u12.0",
48-
"@agoric/vats": "^0.15.2-u12.0",
49-
"@agoric/zoe": "^0.26.3-u12.0",
50-
"@agoric/zone": "^0.2.3-u12.0",
42+
"@agoric/ertp": "^0.16.3-u13.0",
43+
"@agoric/inter-protocol": "^0.16.2-u13.0",
44+
"@agoric/internal": "^0.4.0-u13.0",
45+
"@agoric/smart-wallet": "^0.5.4-u13.0",
46+
"@agoric/store": "^0.9.3-u13.0",
47+
"@agoric/swingset-vat": "^0.32.3-u13.0",
48+
"@agoric/vats": "^0.15.2-u13.0",
49+
"@agoric/zoe": "^0.26.3-u13.0",
50+
"@agoric/zone": "^0.2.3-u13.0",
5151
"@confio/relayer": "^0.9.0",
5252
"@cosmjs/crypto": "^0.30.1",
5353
"@cosmjs/encoding": "^0.30.1",

packages/cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.3.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.3-u12.0...@agoric/cache@0.3.3-u13.0) (2023-12-07)
7+
8+
**Note:** Version bump only for package @agoric/cache
9+
10+
11+
12+
13+
614
### [0.3.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.3-u11wf.0...@agoric/cache@0.3.3-u12.0) (2023-11-10)
715

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

packages/cache/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cache",
3-
"version": "0.3.3-u12.0",
3+
"version": "0.3.3-u13.0",
44
"description": "Agoric's simple cache interface",
55
"type": "module",
66
"main": "src/main.js",
@@ -19,15 +19,15 @@
1919
"author": "Agoric",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@agoric/internal": "^0.4.0-u12.0",
23-
"@agoric/notifier": "^0.6.3-u12.0",
24-
"@agoric/store": "^0.9.3-u12.0",
25-
"@agoric/vat-data": "^0.5.3-u12.0",
22+
"@agoric/internal": "^0.4.0-u13.0",
23+
"@agoric/notifier": "^0.6.3-u13.0",
24+
"@agoric/store": "^0.9.3-u13.0",
25+
"@agoric/vat-data": "^0.5.3-u13.0",
2626
"@endo/far": "0.2.18",
2727
"@endo/marshal": "0.8.5"
2828
},
2929
"devDependencies": {
30-
"@agoric/zoe": "^0.26.3-u12.0",
30+
"@agoric/zoe": "^0.26.3-u13.0",
3131
"ava": "^5.2.0",
3232
"c8": "^7.13.0"
3333
},

0 commit comments

Comments
 (0)