Skip to content

Commit 18851a3

Browse files
committed
Revert "Merge pull request #6674 from Agoric/release-20221214T205845"
This reverts commit 390e1a1, reversing changes made to 12e97f1.
1 parent 3741170 commit 18851a3

Some content is hidden

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

50 files changed

+133
-334
lines changed

packages/ERTP/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/ertp
9-
10-
11-
12-
13-
146
### [0.15.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

168
**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.4",
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.4",
44-
"@agoric/swingset-vat": "^0.30.3",
45-
"@agoric/vat-data": "^0.4.4",
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,15 +3,6 @@
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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
9-
### Bug Fixes
10-
11-
* **swingset:** workaround XS garbage collection bugs ([#6664](https://github.com/Agoric/agoric-sdk/issues/6664)) ([12e97f1](https://github.com/Agoric/agoric-sdk/commit/12e97f1e7d384c11c76b61de67ee0de30de00fe6))
12-
13-
14-
156
### [0.30.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
167

178

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.3",
3+
"version": "0.30.2",
44
"description": "Vat/Container Launcher",
55
"type": "module",
66
"main": "src/index.js",
@@ -30,9 +30,9 @@
3030
"@agoric/internal": "^0.2.1",
3131
"@agoric/nat": "^4.1.0",
3232
"@agoric/notifier": "^0.5.1",
33-
"@agoric/store": "^0.8.4",
33+
"@agoric/store": "^0.8.3",
3434
"@agoric/swing-store": "^0.8.1",
35-
"@agoric/vat-data": "^0.4.4",
35+
"@agoric/vat-data": "^0.4.3",
3636
"@agoric/xsnap": "^0.13.2",
3737
"@endo/base64": "^0.2.27",
3838
"@endo/bundle-source": "^2.3.1",

packages/agoric-cli/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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.3](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.18.3) (2022-12-14)
7-
8-
**Note:** Version bump only for package agoric
9-
10-
11-
12-
13-
146
### [0.18.2](https://github.com/Agoric/agoric-sdk/compare/[email protected]@0.18.2) (2022-10-18)
157

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

packages/agoric-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoric",
3-
"version": "0.18.3",
3+
"version": "0.18.2",
44
"description": "Manage the Agoric Javascript smart contract platform",
55
"type": "module",
66
"main": "src/main.js",
@@ -31,13 +31,13 @@
3131
"@agoric/access-token": "^0.4.20",
3232
"@agoric/assert": "^0.5.1",
3333
"@agoric/cache": "^0.2.3",
34-
"@agoric/casting": "^0.3.3",
34+
"@agoric/casting": "^0.3.2",
3535
"@agoric/cosmic-proto": "^0.2.1",
36-
"@agoric/ertp": "^0.15.4",
36+
"@agoric/ertp": "^0.15.3",
3737
"@agoric/nat": "^4.1.0",
38-
"@agoric/smart-wallet": "^0.4.3",
39-
"@agoric/swingset-vat": "^0.30.3",
40-
"@agoric/zoe": "^0.25.4",
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/casting/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/casting
9-
10-
11-
12-
13-
146
### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

168
**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.3",
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.4",
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,14 +3,6 @@
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.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/cosmic-swingset
9-
10-
11-
12-
13-
146
### [0.39.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

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

packages/cosmic-swingset/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/cosmic-swingset",
3-
"version": "0.39.3",
3+
"version": "0.39.2",
44
"description": "Agoric's Cosmos blockchain integration",
55
"type": "module",
66
"bin": {
@@ -24,23 +24,23 @@
2424
"dependencies": {
2525
"@agoric/assert": "^0.5.1",
2626
"@agoric/cosmos": "^0.32.2",
27-
"@agoric/deploy-script-support": "^0.9.5",
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.4",
31+
"@agoric/store": "^0.8.3",
3232
"@agoric/swing-store": "^0.8.1",
33-
"@agoric/swingset-vat": "^0.30.3",
33+
"@agoric/swingset-vat": "^0.30.2",
3434
"@agoric/telemetry": "^0.4.0",
35-
"@agoric/vats": "^0.13.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.3",
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,14 +3,6 @@
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.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/deploy-script-support
9-
10-
11-
12-
13-
146
### [0.9.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

168
**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.5",
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.4",
39-
"@agoric/import-manager": "^0.3.7",
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.4",
43-
"@agoric/vats": "^0.13.1",
44-
"@agoric/zoe": "^0.25.4",
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.3",
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,14 +3,6 @@
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/governance
9-
10-
11-
12-
13-
146
### [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

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

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.2",
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.4",
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.4",
38-
"@agoric/swingset-vat": "^0.30.3",
39-
"@agoric/vat-data": "^0.4.4",
40-
"@agoric/vats": "^0.13.1",
41-
"@agoric/zoe": "^0.25.4",
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.5",
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,14 +3,6 @@
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.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/import-manager
9-
10-
11-
12-
13-
146
### [0.3.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

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

packages/import-manager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/import-manager",
3-
"version": "0.3.7",
3+
"version": "0.3.6",
44
"description": "Share code across vat boundaries",
55
"type": "module",
66
"main": "./src/importManager.js",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
3131
"devDependencies": {
32-
"@agoric/swingset-vat": "^0.30.3",
32+
"@agoric/swingset-vat": "^0.30.2",
3333
"ava": "^4.3.1",
3434
"c8": "^7.7.2"
3535
},

packages/inter-protocol/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-12-14)
7-
8-
**Note:** Version bump only for package @agoric/inter-protocol
9-
10-
11-
12-
13-
146
### [0.13.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/[email protected]...@agoric/[email protected]) (2022-10-18)
157

168
**Note:** Version bump only for package @agoric/inter-protocol

packages/inter-protocol/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/inter-protocol",
3-
"version": "0.13.2",
3+
"version": "0.13.1",
44
"description": "Core cryptoeconomy contracts",
55
"type": "module",
66
"main": "src/index.js",
@@ -30,16 +30,16 @@
3030
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
3131
"dependencies": {
3232
"@agoric/assert": "^0.5.1",
33-
"@agoric/ertp": "^0.15.4",
34-
"@agoric/governance": "^0.9.2",
33+
"@agoric/ertp": "^0.15.3",
34+
"@agoric/governance": "^0.9.1",
3535
"@agoric/internal": "^0.2.1",
3636
"@agoric/nat": "^4.1.0",
3737
"@agoric/notifier": "^0.5.1",
38-
"@agoric/store": "^0.8.4",
39-
"@agoric/swingset-vat": "^0.30.3",
40-
"@agoric/vat-data": "^0.4.4",
41-
"@agoric/vats": "^0.13.1",
42-
"@agoric/zoe": "^0.25.4",
38+
"@agoric/store": "^0.8.3",
39+
"@agoric/swingset-vat": "^0.30.2",
40+
"@agoric/vat-data": "^0.4.3",
41+
"@agoric/vats": "^0.13.0",
42+
"@agoric/zoe": "^0.25.3",
4343
"@endo/bundle-source": "^2.3.1",
4444
"@endo/captp": "^2.0.15",
4545
"@endo/eventual-send": "^0.16.5",
@@ -49,7 +49,7 @@
4949
"@endo/promise-kit": "^0.2.49"
5050
},
5151
"devDependencies": {
52-
"@agoric/deploy-script-support": "^0.9.5",
52+
"@agoric/deploy-script-support": "^0.9.4",
5353
"@endo/init": "^0.5.49",
5454
"@fast-check/ava": "^1.0.1",
5555
"ava": "^4.3.1",

0 commit comments

Comments
 (0)