Skip to content

Commit c4c44cb

Browse files
authored
Merge pull request #3038 from Agoric/release-20210505T002206
chore(release): publish 2.18.0
2 parents d182e45 + 05fed59 commit c4c44cb

File tree

90 files changed

+989
-286
lines changed

Some content is hidden

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

90 files changed

+989
-286
lines changed

CHANGELOG.md

+115
Large diffs are not rendered by default.

golang/cosmos/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.26.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.25.4...@agoric/cosmos@0.26.0) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* adjust git-revision.txt generation ([6a8b0f2](https://github.com/Agoric/agoric-sdk/commit/6a8b0f20df17d5427b1c70273bcc170c7945dc2a))
12+
13+
14+
### Features
15+
16+
* **golang:** implement balance updates for virtual purses ([c4c485c](https://github.com/Agoric/agoric-sdk/commit/c4c485cbc2280464e632b1b4a2fa945e86ff8b36))
17+
* donate RUN from the bootstrap payment on each provision ([43c5db5](https://github.com/Agoric/agoric-sdk/commit/43c5db5d819a3be059a5ead074aa96c3d87416c4))
18+
* plumb through the genesis data to vpurse initialisation ([8105589](https://github.com/Agoric/agoric-sdk/commit/8105589dd7e14a7e8edbbac4a794d8eee2f30298))
19+
* **vpurse:** connect to golang ([d2f719d](https://github.com/Agoric/agoric-sdk/commit/d2f719dce9936a129817a3781bc1de8c4367bb46))
20+
21+
22+
23+
24+
625
## [0.25.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.25.3...@agoric/cosmos@0.25.4) (2021-04-22)
726

827
**Note:** Version bump only for package @agoric/cosmos

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.25.4",
3+
"version": "0.26.0",
44
"description": "Connect JS to the Cosmos blockchain SDK",
55
"parsers": {
66
"js": "mjs"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/sdk",
3-
"version": "2.17.4",
3+
"version": "2.18.0",
44
"private": true,
55
"useWorkspaces": true,
66
"workspaces": [

packages/ERTP/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.8...@agoric/ertp@0.11.0) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **ERTP:** now that {} is data, always return a displayInfo object ([fcc0cc4](https://github.com/Agoric/agoric-sdk/commit/fcc0cc4e61daef103556589fe7003da99d3c4626))
12+
* settle REMOTE_STYLE name ([#2900](https://github.com/Agoric/agoric-sdk/issues/2900)) ([3dc6638](https://github.com/Agoric/agoric-sdk/commit/3dc66385b85cb3e8a1056b8d6e64cd3e448c041f))
13+
* **ERTP:** avoid jessie warning ([fa68a8a](https://github.com/Agoric/agoric-sdk/commit/fa68a8af6864d04a73fbc9dc70f63fb3d4225c1a)), closes [#2704](https://github.com/Agoric/agoric-sdk/issues/2704)
14+
15+
16+
### Features
17+
18+
* upgrade use-jessie eslint, and honour '// [@jessie-check](https://github.com/jessie-check)' ([fd1c24a](https://github.com/Agoric/agoric-sdk/commit/fd1c24a84584f6b5f7b7d5e8b21d756464db05b6))
19+
20+
21+
22+
23+
624
## [0.10.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.7...@agoric/ertp@0.10.8) (2021-04-22)
725

826

packages/ERTP/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/ertp",
3-
"version": "0.10.8",
3+
"version": "0.11.0",
44
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
55
"parsers": {
66
"js": "mjs"
@@ -42,20 +42,20 @@
4242
},
4343
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
4444
"dependencies": {
45-
"@agoric/assert": "^0.2.9",
46-
"@agoric/eventual-send": "^0.13.11",
47-
"@agoric/import-manager": "^0.2.11",
48-
"@agoric/marshal": "^0.4.8",
45+
"@agoric/assert": "^0.2.10",
46+
"@agoric/eventual-send": "^0.13.12",
47+
"@agoric/import-manager": "^0.2.12",
48+
"@agoric/marshal": "^0.4.9",
4949
"@agoric/nat": "^4.0.0",
50-
"@agoric/notifier": "^0.3.11",
51-
"@agoric/promise-kit": "^0.2.10",
52-
"@agoric/same-structure": "^0.1.10",
53-
"@agoric/store": "^0.4.11"
50+
"@agoric/notifier": "^0.3.12",
51+
"@agoric/promise-kit": "^0.2.11",
52+
"@agoric/same-structure": "^0.1.11",
53+
"@agoric/store": "^0.4.12"
5454
},
5555
"devDependencies": {
56-
"@agoric/bundle-source": "^1.3.4",
57-
"@agoric/install-ses": "^0.5.10",
58-
"@agoric/swingset-vat": "^0.16.4",
56+
"@agoric/bundle-source": "^1.3.5",
57+
"@agoric/install-ses": "^0.5.11",
58+
"@agoric/swingset-vat": "^0.17.0",
5959
"ava": "^3.12.1",
6060
"esm": "^3.2.25",
6161
"nyc": "^15.1.0"

packages/SwingSet/CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
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.17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.16.4...@agoric/swingset-vat@0.17.0) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* disable comms vat termination via remote comms errors ([d286fbd](https://github.com/Agoric/agoric-sdk/commit/d286fbde334433a27ac21709797e6c10cd7f8599))
12+
* **liveslots:** low-level vat dispatch() is now async ([1a6ae48](https://github.com/Agoric/agoric-sdk/commit/1a6ae480c74993f2dc620079e27640a1ba536802)), closes [#2671](https://github.com/Agoric/agoric-sdk/issues/2671) [#2660](https://github.com/Agoric/agoric-sdk/issues/2660)
13+
* **swingset:** add GC stubs: syscall/dispatch retireImports/Exports ([fa24bb9](https://github.com/Agoric/agoric-sdk/commit/fa24bb991d69fd01d410685c867578590f99249b)), closes [#2724](https://github.com/Agoric/agoric-sdk/issues/2724)
14+
* **swingset:** create dynamic vats with the right options ([66fc842](https://github.com/Agoric/agoric-sdk/commit/66fc8423f57101998394c0e31e539d0c0d0ac8c7))
15+
* **swingset:** disable GC for now ([e93066f](https://github.com/Agoric/agoric-sdk/commit/e93066f7b9bebecced901fcb7cbf5d445f78dcf9)), closes [#2724](https://github.com/Agoric/agoric-sdk/issues/2724)
16+
* **swingset:** recreateDynamicVat() waits for vat creation ([fe6ab38](https://github.com/Agoric/agoric-sdk/commit/fe6ab38be097e2a9ec525704f3f346fda68eaf64)), closes [#2871](https://github.com/Agoric/agoric-sdk/issues/2871)
17+
* **swingset:** refactor dispatch() ([ec2e993](https://github.com/Agoric/agoric-sdk/commit/ec2e993f53f168531010b8ad09a197109d33a425))
18+
* **swingset:** schedule vat creation on the run-queue ([51cf813](https://github.com/Agoric/agoric-sdk/commit/51cf813b248fc97966566f5f73c7d351ae646869)), closes [#2911](https://github.com/Agoric/agoric-sdk/issues/2911)
19+
* **swingset:** speed up vat-admin tests by pre-bundling the kernel ([51d06e8](https://github.com/Agoric/agoric-sdk/commit/51d06e8827558ba9ae30c9d4e0e5bd7adf59a1b0))
20+
* **swingset:** stop rejecting metered=true for xs-worker ([3714ed9](https://github.com/Agoric/agoric-sdk/commit/3714ed9fc5b62b39b2c04e7b24bb6e985268036a)), closes [#2868](https://github.com/Agoric/agoric-sdk/issues/2868)
21+
* **swingset:** supervisor-xs: tolerate console.log(BigInt) ([#2967](https://github.com/Agoric/agoric-sdk/issues/2967)) ([cddd949](https://github.com/Agoric/agoric-sdk/commit/cddd949d3d8e986c24feb6af5bdf6be606af9374)), closes [#2936](https://github.com/Agoric/agoric-sdk/issues/2936)
22+
* **swingset:** test metering on both local and xsnap workers ([1e50fa4](https://github.com/Agoric/agoric-sdk/commit/1e50fa49286a9a3240d17dd53b4e645577f4bbc2)), closes [#2972](https://github.com/Agoric/agoric-sdk/issues/2972)
23+
* **xs-worker:** provide error message on vat creation failure ([6a1705e](https://github.com/Agoric/agoric-sdk/commit/6a1705edc5565f6b0320f40e1496a230fd3ad8f3))
24+
* add missing syscalls to kernel stats collection ([1617918](https://github.com/Agoric/agoric-sdk/commit/1617918378bf8fb76e33b55068c43d0e0e278706))
25+
* add noIbids option ([#2886](https://github.com/Agoric/agoric-sdk/issues/2886)) ([39388bc](https://github.com/Agoric/agoric-sdk/commit/39388bc6b96c6b05b807d8c44614b9acb670467d))
26+
* add tests and correct issues the tests found ([0d42e64](https://github.com/Agoric/agoric-sdk/commit/0d42e649866ee93d95d7bf8985d95f455d08a736))
27+
* handle transient 0 refCounts correctly ([9975d75](https://github.com/Agoric/agoric-sdk/commit/9975d7505773f1573325219ccf908291aafee4df))
28+
* incorporate review feedback and other bits of tidying up ([235957b](https://github.com/Agoric/agoric-sdk/commit/235957b8e4c845f00e0fe4bb93c37f4cd18d8fd2))
29+
* remove deprecated ibid support ([#2898](https://github.com/Agoric/agoric-sdk/issues/2898)) ([f865a2a](https://github.com/Agoric/agoric-sdk/commit/f865a2a8fb5d6cb1d16d9fc21ad4868ea6d5a294)), closes [#2896](https://github.com/Agoric/agoric-sdk/issues/2896) [#2896](https://github.com/Agoric/agoric-sdk/issues/2896) [#2896](https://github.com/Agoric/agoric-sdk/issues/2896)
30+
* settle REMOTE_STYLE name ([#2900](https://github.com/Agoric/agoric-sdk/issues/2900)) ([3dc6638](https://github.com/Agoric/agoric-sdk/commit/3dc66385b85cb3e8a1056b8d6e64cd3e448c041f))
31+
* update types and implementation now that Far preserves them ([a4695c4](https://github.com/Agoric/agoric-sdk/commit/a4695c43a09abc92a20c12104cfbfefb4cae2ff2))
32+
* **swingset:** when a static vat dies, tolerate lack of next-of-kin ([215dfb9](https://github.com/Agoric/agoric-sdk/commit/215dfb95cbe90767df9740aa80174b9d0e23921b))
33+
34+
35+
### Features
36+
37+
* load virtual objects when accessed, not when deserialized ([5e659e6](https://github.com/Agoric/agoric-sdk/commit/5e659e6d85061dfd39a3ac7fb8e2d259ac78458e))
38+
* **swingset:** add WeakRef tracking to liveslots ([6309e5f](https://github.com/Agoric/agoric-sdk/commit/6309e5fcc60503610381ea1cb4b906beb8e8e4fc)), closes [#2664](https://github.com/Agoric/agoric-sdk/issues/2664) [#2660](https://github.com/Agoric/agoric-sdk/issues/2660)
39+
* implement the comms vat driver for testing the comms vat ([6793925](https://github.com/Agoric/agoric-sdk/commit/67939254c442befe08e7733cf8677d71e1777af1))
40+
* keep all comms vat state in a persistent store ([51d7204](https://github.com/Agoric/agoric-sdk/commit/51d72040d8409d9b9be117f8101164fe97b99044))
41+
* keep persistent comms vat state in the vatstore ([c55401b](https://github.com/Agoric/agoric-sdk/commit/c55401b7452a04d6cf58abe9a70f541daf9c034a))
42+
* refcount-based promise GC in the comms vat ([209b034](https://github.com/Agoric/agoric-sdk/commit/209b034f196d46f5d6b499f8b0bf32dbddca1114))
43+
* support promise retirement in comms vat ([a9b826f](https://github.com/Agoric/agoric-sdk/commit/a9b826f34ed5a6ea6e1a77acf7cfb491648fd058))
44+
45+
46+
47+
48+
649
## [0.16.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.16.3...@agoric/swingset-vat@0.16.4) (2021-04-22)
750

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

packages/SwingSet/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/swingset-vat",
3-
"version": "0.16.4",
3+
"version": "0.17.0",
44
"description": "Vat/Container Launcher",
55
"parsers": {
66
"js": "mjs"
@@ -27,28 +27,28 @@
2727
"lint:eslint": "eslint '**/*.js'"
2828
},
2929
"devDependencies": {
30-
"@agoric/install-metering-and-ses": "^0.2.10",
30+
"@agoric/install-metering-and-ses": "^0.2.11",
3131
"@agoric/ses-ava": "^0.1.1",
3232
"ava": "^3.12.1",
3333
"nyc": "^15.1.0"
3434
},
3535
"dependencies": {
36-
"@agoric/assert": "^0.2.9",
36+
"@agoric/assert": "^0.2.10",
3737
"@agoric/babel-parser": "^7.6.4",
38-
"@agoric/bundle-source": "^1.3.4",
39-
"@agoric/captp": "^1.7.10",
40-
"@agoric/eventual-send": "^0.13.11",
41-
"@agoric/import-bundle": "^0.2.11",
42-
"@agoric/install-ses": "^0.5.10",
43-
"@agoric/marshal": "^0.4.8",
38+
"@agoric/bundle-source": "^1.3.5",
39+
"@agoric/captp": "^1.7.11",
40+
"@agoric/eventual-send": "^0.13.12",
41+
"@agoric/import-bundle": "^0.2.12",
42+
"@agoric/install-ses": "^0.5.11",
43+
"@agoric/marshal": "^0.4.9",
4444
"@agoric/nat": "^4.0.0",
45-
"@agoric/notifier": "^0.3.11",
46-
"@agoric/promise-kit": "^0.2.10",
47-
"@agoric/store": "^0.4.11",
48-
"@agoric/swing-store-simple": "^0.3.6",
49-
"@agoric/tame-metering": "^1.3.6",
50-
"@agoric/transform-metering": "^1.4.9",
51-
"@agoric/xsnap": "^0.5.5",
45+
"@agoric/notifier": "^0.3.12",
46+
"@agoric/promise-kit": "^0.2.11",
47+
"@agoric/store": "^0.4.12",
48+
"@agoric/swing-store-simple": "^0.3.7",
49+
"@agoric/tame-metering": "^1.3.7",
50+
"@agoric/transform-metering": "^1.4.10",
51+
"@agoric/xsnap": "^0.6.0",
5252
"@babel/core": "^7.5.0",
5353
"@babel/generator": "^7.6.4",
5454
"@endo/base64": "^0.1.0",

packages/acorn-eventual-send/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+
## [2.1.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.1.6...@agoric/acorn-eventual-send@2.1.7) (2021-05-05)
7+
8+
**Note:** Version bump only for package @agoric/acorn-eventual-send
9+
10+
11+
12+
13+
614
## [2.1.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.1.5...@agoric/acorn-eventual-send@2.1.6) (2021-04-07)
715

816
**Note:** Version bump only for package @agoric/acorn-eventual-send

packages/acorn-eventual-send/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/acorn-eventual-send",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Eventual send (wavy dot) parser plugin for Acorn",
55
"parsers": {
66
"js": "mjs"

packages/agoric-cli/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.12.13...agoric@0.13.0) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **agoric-cli:** hardcode vpurse genesis state with faucet address ([04b004c](https://github.com/Agoric/agoric-sdk/commit/04b004cacde1968bbaf9476111ec19e0403794f2))
12+
* **agoric-cli:** increase integration-test timeout ([942c2a2](https://github.com/Agoric/agoric-sdk/commit/942c2a29b9805fb095eb4afbf99290246ad16379)), closes [#1343](https://github.com/Agoric/agoric-sdk/issues/1343)
13+
* **agoric-cli:** use new solo package ([0780be8](https://github.com/Agoric/agoric-sdk/commit/0780be829d1a124ac3429ee57ef617bfd4f1d9cc))
14+
15+
16+
### Features
17+
18+
* **agoric:** set-defaults --bootstrap-address and friends ([f37adcf](https://github.com/Agoric/agoric-sdk/commit/f37adcf88ad9f59e3ff203db63810b15ed98ba3c))
19+
* have the bank use normal purses when not on chain ([90ab888](https://github.com/Agoric/agoric-sdk/commit/90ab888c5cdc71a2322ca05ad813c6411c876a74))
20+
21+
22+
23+
24+
625
## [0.12.13](https://github.com/Agoric/agoric-sdk/compare/agoric@0.12.12...agoric@0.12.13) (2021-04-22)
726

827

packages/agoric-cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoric",
3-
"version": "0.12.13",
3+
"version": "0.13.0",
44
"description": "Manage the Agoric Javascript smart contract platform",
55
"parsers": {
66
"js": "mjs"
@@ -20,19 +20,19 @@
2020
"lint-fix": "eslint --fix '**/*.{js,jsx}'"
2121
},
2222
"devDependencies": {
23-
"@agoric/swingset-vat": "^0.16.4",
23+
"@agoric/swingset-vat": "^0.17.0",
2424
"ava": "^3.12.1",
2525
"nyc": "^15.1.0",
2626
"tmp": "^0.1.0"
2727
},
2828
"dependencies": {
29-
"@agoric/assert": "^0.2.9",
30-
"@agoric/bundle-source": "^1.3.4",
31-
"@agoric/captp": "^1.7.10",
32-
"@agoric/install-ses": "^0.5.10",
29+
"@agoric/assert": "^0.2.10",
30+
"@agoric/bundle-source": "^1.3.5",
31+
"@agoric/captp": "^1.7.11",
32+
"@agoric/install-ses": "^0.5.11",
3333
"@agoric/nat": "^4.0.0",
34-
"@agoric/promise-kit": "^0.2.10",
35-
"@agoric/swing-store-simple": "^0.3.6",
34+
"@agoric/promise-kit": "^0.2.11",
35+
"@agoric/swing-store-simple": "^0.3.7",
3636
"@iarna/toml": "^2.2.3",
3737
"anylogger": "^0.21.0",
3838
"chalk": "^2.4.2",

packages/assert/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.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.9...@agoric/assert@0.2.10) (2021-05-05)
7+
8+
**Note:** Version bump only for package @agoric/assert
9+
10+
11+
12+
13+
614
## [0.2.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.2.8...@agoric/assert@0.2.9) (2021-04-22)
715

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

packages/assert/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/assert",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Assert expression support that protects sensitive data",
55
"parsers": {
66
"js": "mjs"
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
3737
"devDependencies": {
38-
"@agoric/install-ses": "^0.5.10",
38+
"@agoric/install-ses": "^0.5.11",
3939
"ava": "^3.12.1",
4040
"esm": "^3.2.25",
4141
"nyc": "^15.1.0"

packages/bundle-source/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+
## [1.3.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.3.4...@agoric/bundle-source@1.3.5) (2021-05-05)
7+
8+
**Note:** Version bump only for package @agoric/bundle-source
9+
10+
11+
12+
13+
614
## [1.3.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.3.3...@agoric/bundle-source@1.3.4) (2021-04-22)
715

816
**Note:** Version bump only for package @agoric/bundle-source

packages/bundle-source/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/bundle-source",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Create source bundles from ES Modules",
55
"parsers": {
66
"js": "mjs"
@@ -17,12 +17,12 @@
1717
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'"
1818
},
1919
"devDependencies": {
20-
"@agoric/install-ses": "^0.5.10",
20+
"@agoric/install-ses": "^0.5.11",
2121
"ava": "^3.12.1",
2222
"nyc": "^15.1.0"
2323
},
2424
"dependencies": {
25-
"@agoric/acorn-eventual-send": "^2.1.6",
25+
"@agoric/acorn-eventual-send": "^2.1.7",
2626
"@agoric/babel-parser": "^7.6.4",
2727
"@agoric/compartment-mapper": "^0.2.4",
2828
"@babel/generator": "^7.6.4",

packages/captp/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+
## [1.7.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.10...@agoric/captp@1.7.11) (2021-05-05)
7+
8+
**Note:** Version bump only for package @agoric/captp
9+
10+
11+
12+
13+
614
## [1.7.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.9...@agoric/captp@1.7.10) (2021-04-22)
715

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

0 commit comments

Comments
 (0)