Skip to content

Commit 2c812d2

Browse files
committed
1 parent 87f83be commit 2c812d2

Some content is hidden

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

54 files changed

+376
-144
lines changed

golang/cosmos/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* actually run the upgrade handler for test ([142b769](https://github.com/Agoric/agoric-sdk/commit/142b7696061e724c5bf25c627b1356610dc5fa75))
12+
* allow test flag for update ([237c56e](https://github.com/Agoric/agoric-sdk/commit/237c56edbf9de28d6947d8f6e482aa554aae02f9))
13+
* init in the right order ([3050d11](https://github.com/Agoric/agoric-sdk/commit/3050d11a9bff53251d9fb7ccfea7cb713fd14ca8))
14+
* use fromVM instead of vm since vm is an import ([131f0db](https://github.com/Agoric/agoric-sdk/commit/131f0db9dfcd46aa04ce7e0b5115fc3735a175fd))
15+
16+
17+
618
### [0.32.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
719

820

golang/cosmos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cosmos",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Connect JS to the Cosmos blockchain SDK",
55
"parsers": {
66
"js": "mjs"

packages/ERTP/CHANGELOG.md

+8
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.15.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/ertp
9+
10+
11+
12+
13+
614
### [0.15.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

packages/ERTP/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/ertp",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
55
"type": "module",
66
"main": "src/index.js",
@@ -40,9 +40,9 @@
4040
"@agoric/assert": "^0.5.1",
4141
"@agoric/nat": "^4.1.0",
4242
"@agoric/notifier": "^0.5.1",
43-
"@agoric/store": "^0.8.2",
44-
"@agoric/swingset-vat": "^0.30.1",
45-
"@agoric/vat-data": "^0.4.2",
43+
"@agoric/store": "^0.8.3",
44+
"@agoric/swingset-vat": "^0.30.2",
45+
"@agoric/vat-data": "^0.4.3",
4646
"@endo/eventual-send": "^0.16.5",
4747
"@endo/far": "^0.2.11",
4848
"@endo/marshal": "^0.7.5",

packages/SwingSet/CHANGELOG.md

+9
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.30.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **swingset:** only preload maxVatsOnline/2 vats ([ff696dc](https://github.com/Agoric/agoric-sdk/commit/ff696dcc98ac1bc8ca0bbb4acb4339751ba013dd)), closes [#6433](https://github.com/Agoric/agoric-sdk/issues/6433)
12+
13+
14+
615
### [0.30.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
716

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

packages/SwingSet/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/swingset-vat",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"description": "Vat/Container Launcher",
55
"type": "module",
66
"main": "src/index.js",
@@ -29,9 +29,9 @@
2929
"@agoric/internal": "^0.2.1",
3030
"@agoric/nat": "^4.1.0",
3131
"@agoric/notifier": "^0.5.1",
32-
"@agoric/store": "^0.8.2",
32+
"@agoric/store": "^0.8.3",
3333
"@agoric/swing-store": "^0.8.1",
34-
"@agoric/vat-data": "^0.4.2",
34+
"@agoric/vat-data": "^0.4.3",
3535
"@agoric/xsnap": "^0.13.2",
3636
"@endo/base64": "^0.2.27",
3737
"@endo/bundle-source": "^2.3.1",

packages/agoric-cli/CHANGELOG.md

+8
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.18.2](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.18.2) (2022-10-18)
7+
8+
**Note:** Version bump only for package agoric
9+
10+
11+
12+
13+
614
### [0.18.1](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.18.1) (2022-10-08)
715

816

packages/agoric-cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoric",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "Manage the Agoric Javascript smart contract platform",
55
"type": "module",
66
"main": "src/main.js",
@@ -30,14 +30,14 @@
3030
"dependencies": {
3131
"@agoric/access-token": "^0.4.20",
3232
"@agoric/assert": "^0.5.1",
33-
"@agoric/cache": "^0.2.2",
34-
"@agoric/casting": "^0.3.1",
33+
"@agoric/cache": "^0.2.3",
34+
"@agoric/casting": "^0.3.2",
3535
"@agoric/cosmic-proto": "^0.2.1",
36-
"@agoric/ertp": "^0.15.2",
36+
"@agoric/ertp": "^0.15.3",
3737
"@agoric/nat": "^4.1.0",
38-
"@agoric/smart-wallet": "^0.4.1",
39-
"@agoric/swingset-vat": "^0.30.1",
40-
"@agoric/zoe": "^0.25.2",
38+
"@agoric/smart-wallet": "^0.4.2",
39+
"@agoric/swingset-vat": "^0.30.2",
40+
"@agoric/zoe": "^0.25.3",
4141
"@cosmjs/crypto": "0.29.0",
4242
"@cosmjs/encoding": "0.29.0",
4343
"@cosmjs/math": "0.29.0",

packages/cache/CHANGELOG.md

+8
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.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/cache
9+
10+
11+
12+
13+
614
### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

packages/cache/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cache",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Agoric's simple cache interface",
55
"type": "module",
66
"main": "src/main.js",
@@ -20,14 +20,14 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@agoric/notifier": "^0.5.1",
23-
"@agoric/store": "^0.8.2",
24-
"@agoric/vat-data": "^0.4.2",
25-
"@agoric/vats": "^0.12.1",
23+
"@agoric/store": "^0.8.3",
24+
"@agoric/vat-data": "^0.4.3",
25+
"@agoric/vats": "^0.13.0",
2626
"@endo/far": "^0.2.11",
2727
"@endo/marshal": "^0.7.5"
2828
},
2929
"devDependencies": {
30-
"@agoric/zoe": "^0.25.2",
30+
"@agoric/zoe": "^0.25.3",
3131
"ava": "^4.3.1",
3232
"c8": "^7.7.2"
3333
},

packages/casting/CHANGELOG.md

+8
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/casting
9+
10+
11+
12+
13+
614
### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

packages/casting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/casting",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Agoric's OCap broadcasting system",
55
"type": "module",
66
"main": "src/main.js",
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@agoric/notifier": "^0.5.1",
24-
"@agoric/spawner": "^0.6.2",
24+
"@agoric/spawner": "^0.6.3",
2525
"@cosmjs/encoding": "0.29.0",
2626
"@cosmjs/proto-signing": "0.29.0",
2727
"@cosmjs/stargate": "0.29.0",

packages/cosmic-swingset/CHANGELOG.md

+8
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.39.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/cosmic-swingset
9+
10+
11+
12+
13+
614
### [0.39.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

packages/cosmic-swingset/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cosmic-swingset",
3-
"version": "0.39.1",
3+
"version": "0.39.2",
44
"description": "Agoric's Cosmos blockchain integration",
55
"type": "module",
66
"bin": {
@@ -23,24 +23,24 @@
2323
"license": "Apache-2.0",
2424
"dependencies": {
2525
"@agoric/assert": "^0.5.1",
26-
"@agoric/cosmos": "^0.32.1",
27-
"@agoric/deploy-script-support": "^0.9.3",
26+
"@agoric/cosmos": "^0.32.2",
27+
"@agoric/deploy-script-support": "^0.9.4",
2828
"@agoric/internal": "^0.2.1",
2929
"@agoric/nat": "^4.1.0",
3030
"@agoric/notifier": "^0.5.1",
31-
"@agoric/store": "^0.8.2",
31+
"@agoric/store": "^0.8.3",
3232
"@agoric/swing-store": "^0.8.1",
33-
"@agoric/swingset-vat": "^0.30.1",
33+
"@agoric/swingset-vat": "^0.30.2",
3434
"@agoric/telemetry": "^0.4.0",
35-
"@agoric/vats": "^0.12.1",
35+
"@agoric/vats": "^0.13.0",
3636
"@agoric/xsnap": "^0.13.2",
3737
"@endo/far": "^0.2.11",
3838
"@endo/import-bundle": "^0.2.53",
3939
"@endo/init": "^0.5.49",
4040
"@endo/marshal": "^0.7.5",
4141
"@iarna/toml": "^2.2.3",
4242
"@opentelemetry/sdk-metrics-base": "^0.27.0",
43-
"agoric": "^0.18.1",
43+
"agoric": "^0.18.2",
4444
"anylogger": "^0.21.0",
4545
"deterministic-json": "^1.0.5",
4646
"import-meta-resolve": "^1.1.1",

packages/deploy-script-support/CHANGELOG.md

+8
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.9.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/deploy-script-support
9+
10+
11+
12+
13+
614
### [0.9.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

packages/deploy-script-support/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/deploy-script-support",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Helpers and other support for writing deploy scripts",
55
"type": "module",
66
"main": "src/helpers.js",
@@ -35,13 +35,13 @@
3535
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
3636
"dependencies": {
3737
"@agoric/assert": "^0.5.1",
38-
"@agoric/ertp": "^0.15.2",
39-
"@agoric/import-manager": "^0.3.5",
38+
"@agoric/ertp": "^0.15.3",
39+
"@agoric/import-manager": "^0.3.6",
4040
"@agoric/nat": "^4.1.0",
4141
"@agoric/notifier": "^0.5.1",
42-
"@agoric/store": "^0.8.2",
43-
"@agoric/vats": "^0.12.1",
44-
"@agoric/zoe": "^0.25.2",
42+
"@agoric/store": "^0.8.3",
43+
"@agoric/vats": "^0.13.0",
44+
"@agoric/zoe": "^0.25.3",
4545
"@endo/base64": "^0.2.27",
4646
"@endo/bundle-source": "^2.3.1",
4747
"@endo/far": "^0.2.11",
@@ -50,7 +50,7 @@
5050
"@endo/zip": "^0.2.27"
5151
},
5252
"devDependencies": {
53-
"@agoric/swingset-vat": "^0.30.1",
53+
"@agoric/swingset-vat": "^0.30.2",
5454
"ava": "^4.3.1",
5555
"import-meta-resolve": "^1.1.1"
5656
},

packages/governance/CHANGELOG.md

+8
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.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/governance
9+
10+
11+
12+
13+
614
## [0.9.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

816

packages/governance/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/governance",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Core governance support",
55
"type": "module",
66
"main": "src/index.js",
@@ -30,23 +30,23 @@
3030
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
3131
"dependencies": {
3232
"@agoric/assert": "^0.5.1",
33-
"@agoric/ertp": "^0.15.2",
33+
"@agoric/ertp": "^0.15.3",
3434
"@agoric/internal": "^0.2.1",
3535
"@agoric/nat": "^4.1.0",
3636
"@agoric/notifier": "^0.5.1",
37-
"@agoric/store": "^0.8.2",
38-
"@agoric/swingset-vat": "^0.30.1",
39-
"@agoric/vat-data": "^0.4.2",
40-
"@agoric/vats": "^0.12.1",
41-
"@agoric/zoe": "^0.25.2",
37+
"@agoric/store": "^0.8.3",
38+
"@agoric/swingset-vat": "^0.30.2",
39+
"@agoric/vat-data": "^0.4.3",
40+
"@agoric/vats": "^0.13.0",
41+
"@agoric/zoe": "^0.25.3",
4242
"@endo/captp": "^2.0.15",
4343
"@endo/eventual-send": "^0.16.5",
4444
"@endo/far": "^0.2.11",
4545
"@endo/marshal": "^0.7.5",
4646
"@endo/promise-kit": "^0.2.49"
4747
},
4848
"devDependencies": {
49-
"@agoric/deploy-script-support": "^0.9.3",
49+
"@agoric/deploy-script-support": "^0.9.4",
5050
"@endo/bundle-source": "^2.3.1",
5151
"@endo/init": "^0.5.49",
5252
"ava": "^4.3.1",

packages/import-manager/CHANGELOG.md

+8
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.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
7+
8+
**Note:** Version bump only for package @agoric/import-manager
9+
10+
11+
12+
13+
614
### [0.3.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-08)
715

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

0 commit comments

Comments
 (0)