From 94e82e6d6234466f6c06b56caf072fdd32876807 Mon Sep 17 00:00:00 2001 From: Mathieu Hofman Date: Wed, 26 Jun 2024 08:30:44 +0000 Subject: [PATCH] chore(release): publish - @agoric/cosmos@0.35.0-u16.0 - @agoric/ertp@0.16.3-u16.0 - @agoric/swingset-vat@0.33.0-u16.0 - @agoric/access-token@0.4.22-u16.0 - agoric@0.22.0-u16.0 - @agoric/assert@0.6.1-u16.0 - @agoric/base-zone@0.1.1-u16.0 - @agoric/benchmark@0.1.1-u16.0 - @agoric/boot@0.2.0-u16.0 - @agoric/builders@0.2.0-u16.0 - @agoric/cache@0.3.3-u16.0 - @agoric/casting@0.4.3-u16.0 - @agoric/cosmic-proto@0.4.1-u16.0 - @agoric/cosmic-swingset@0.42.0-u16.0 - @agoric/create-dapp@0.1.1-u16.0 - @agoric/deploy-script-support@0.10.4-u16.0 - @agoric/deployment@4.0.0-u16.0 - @agoric/eslint-config@0.4.1-u16.0 - @agoric/governance@0.10.4-u16.0 - @agoric/import-manager@0.3.12-u16.0 - @agoric/inter-protocol@0.17.0-u16.0 - @agoric/internal@0.4.0-u16.0 - @agoric/kmarshal@0.1.1-u16.0 - @agoric/network@0.2.0-u16.0 - @agoric/notifier@0.7.0-u16.0 - @agoric/pegasus@0.8.0-u16.0 - @agoric/smart-wallet@0.5.4-u16.0 - @agoric/solo@0.10.4-u16.0 - @agoric/sparse-ints@0.2.3-u16.0 - @agoric/spawner@0.6.9-u16.0 - @agoric/stat-logger@0.4.29-u16.0 - @agoric/store@0.9.3-u16.0 - @agoric/swing-store@0.9.2-u16.0 - @agoric/swingset-liveslots@0.10.3-u16.0 - @agoric/swingset-runner@0.22.3-u16.0 - @agoric/swingset-xsnap-supervisor@0.10.3-u16.0 - @agoric/telemetry@0.6.3-u16.0 - @agoric/time@0.3.3-u16.0 - @agoric/vat-data@0.5.3-u16.0 - @agoric/vats@0.16.0-u16.0 - @agoric/vm-config@0.1.1-u16.0 - @agoric/vow@0.2.0-u16.0 - @agoric/wallet@0.19.0-u16.0 - @agoric/xsnap-lockdown@0.14.1-u16.0 - @agoric/xsnap@0.14.3-u16.0 - @agoric/zoe@0.26.3-u16.0 - @agoric/zone@0.3.0-u16.0 - @agoric/wallet-backend@0.15.0-u16.0 --- golang/cosmos/CHANGELOG.md | 140 ++++++++++++++++++ golang/cosmos/package.json | 2 +- packages/ERTP/CHANGELOG.md | 18 +++ packages/ERTP/package.json | 14 +- packages/SwingSet/CHANGELOG.md | 52 +++++++ packages/SwingSet/package.json | 24 +-- packages/access-token/CHANGELOG.md | 9 ++ packages/access-token/package.json | 2 +- packages/agoric-cli/CHANGELOG.md | 61 ++++++++ packages/agoric-cli/package.json | 38 ++--- packages/assert/CHANGELOG.md | 8 + packages/assert/package.json | 2 +- packages/base-zone/CHANGELOG.md | 14 ++ packages/base-zone/package.json | 4 +- packages/benchmark/CHANGELOG.md | 12 ++ packages/benchmark/package.json | 17 +-- packages/boot/CHANGELOG.md | 62 ++++++++ packages/boot/package.json | 48 +++--- packages/builders/CHANGELOG.md | 39 +++++ packages/builders/package.json | 32 ++-- packages/cache/CHANGELOG.md | 9 ++ packages/cache/package.json | 12 +- packages/casting/CHANGELOG.md | 19 +++ packages/casting/package.json | 10 +- packages/cosmic-proto/CHANGELOG.md | 34 +++++ packages/cosmic-proto/package.json | 4 +- packages/cosmic-swingset/CHANGELOG.md | 52 +++++++ packages/cosmic-swingset/package.json | 24 +-- packages/create-dapp/CHANGELOG.md | 14 ++ packages/create-dapp/package.json | 4 +- packages/deploy-script-support/CHANGELOG.md | 22 +++ packages/deploy-script-support/package.json | 20 +-- packages/deployment/CHANGELOG.md | 104 +++++++++++++ packages/deployment/package.json | 4 +- packages/eslint-config/CHANGELOG.md | 14 ++ packages/eslint-config/package.json | 8 +- packages/governance/CHANGELOG.md | 23 +++ packages/governance/package.json | 20 +-- packages/import-manager/CHANGELOG.md | 8 + packages/import-manager/package.json | 4 +- packages/inter-protocol/CHANGELOG.md | 68 +++++++++ packages/inter-protocol/package.json | 30 ++-- packages/internal/CHANGELOG.md | 38 +++++ packages/internal/package.json | 6 +- packages/kmarshal/CHANGELOG.md | 11 ++ packages/kmarshal/package.json | 6 +- packages/network/CHANGELOG.md | 29 ++++ packages/network/package.json | 18 +-- packages/notifier/CHANGELOG.md | 24 +++ packages/notifier/package.json | 16 +- packages/pegasus/CHANGELOG.md | 21 +++ packages/pegasus/package.json | 28 ++-- packages/smart-wallet/CHANGELOG.md | 37 +++++ packages/smart-wallet/package.json | 26 ++-- packages/solo/CHANGELOG.md | 18 +++ packages/solo/package.json | 32 ++-- packages/sparse-ints/CHANGELOG.md | 8 + packages/sparse-ints/package.json | 2 +- packages/spawner/CHANGELOG.md | 9 ++ packages/spawner/package.json | 8 +- packages/stat-logger/CHANGELOG.md | 8 + packages/stat-logger/package.json | 2 +- packages/store/CHANGELOG.md | 16 ++ packages/store/package.json | 2 +- packages/swing-store/CHANGELOG.md | 26 ++++ packages/swing-store/package.json | 6 +- packages/swingset-liveslots/CHANGELOG.md | 29 ++++ packages/swingset-liveslots/package.json | 12 +- packages/swingset-runner/CHANGELOG.md | 20 +++ packages/swingset-runner/package.json | 28 ++-- .../swingset-xsnap-supervisor/CHANGELOG.md | 10 ++ .../swingset-xsnap-supervisor/package.json | 6 +- packages/telemetry/CHANGELOG.md | 16 ++ packages/telemetry/package.json | 8 +- packages/time/CHANGELOG.md | 10 ++ packages/time/package.json | 4 +- packages/vat-data/CHANGELOG.md | 20 +++ packages/vat-data/package.json | 14 +- packages/vats/CHANGELOG.md | 91 ++++++++++++ packages/vats/package.json | 32 ++-- packages/vm-config/CHANGELOG.md | 21 +++ packages/vm-config/package.json | 3 +- packages/vow/CHANGELOG.md | 34 +++++ packages/vow/package.json | 6 +- packages/wallet/CHANGELOG.md | 22 +++ packages/wallet/api/CHANGELOG.md | 21 +++ packages/wallet/api/package.json | 26 ++-- packages/wallet/package.json | 2 +- packages/xsnap-lockdown/CHANGELOG.md | 9 ++ packages/xsnap-lockdown/package.json | 2 +- packages/xsnap/CHANGELOG.md | 21 +++ packages/xsnap/package.json | 8 +- packages/zoe/CHANGELOG.md | 53 +++++++ packages/zoe/package.json | 28 ++-- packages/zone/CHANGELOG.md | 30 ++++ packages/zone/package.json | 8 +- 96 files changed, 1764 insertions(+), 332 deletions(-) diff --git a/golang/cosmos/CHANGELOG.md b/golang/cosmos/CHANGELOG.md index 6930e0b4dda..1d123c7519a 100644 --- a/golang/cosmos/CHANGELOG.md +++ b/golang/cosmos/CHANGELOG.md @@ -3,6 +3,146 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.35.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.1...@agoric/cosmos@0.35.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **localchain:** make `localchain.query` and `queryMany` useful +* **vstorage:** Enforce path validation +* **cosmos:** make vm comms use `context.Context` +* **cosmos:** add required export-dir export cmd option +* remove deprecated `ag-cosmos-helper` + +### Features + +* a proposal to upgrade scaledPriceAuthorities ([e5ed0ff](https://github.com/Agoric/agoric-sdk/commit/e5ed0ff6abcb83f52b32d49125e21e6e41923ed0)) +* add priceFeed for StkAtom ([6a861df](https://github.com/Agoric/agoric-sdk/commit/6a861dfa14f42b4547a24ba31175a3b1a74c97c1)) +* agd vstorage 'path' for data or children ([2b56fc6](https://github.com/Agoric/agoric-sdk/commit/2b56fc66335c44b5d8ba06480841b14a6c4a83fb)) +* **agd:** try harder to find cosmic-swingset ([dd547f0](https://github.com/Agoric/agoric-sdk/commit/dd547f0a8057109a0bbe27a814fb3fc403ad3fd1)) +* **agvm:** use envvars to pass file descriptor numbers ([47b2e8c](https://github.com/Agoric/agoric-sdk/commit/47b2e8c5b2ef54118083baebd6f07cd654c32281)) +* **app:** establish mechanism for adding core proposals by `upgradePlan.name` ([ac25ee0](https://github.com/Agoric/agoric-sdk/commit/ac25ee0bedbe1bc7d4ab7edd97cab336f34bbc0f)) +* **cosmic-swingset:** add repair-metadata snapshot restore option ([4fc0113](https://github.com/Agoric/agoric-sdk/commit/4fc01134fab9402d5916f0593728acce4697da9e)) +* **cosmic-swingset:** replace import/export options ([0f01712](https://github.com/Agoric/agoric-sdk/commit/0f01712cadef12784afa547d568a6e77b9a83344)) +* **cosmic-swingset:** use x/swingset for swing-store export data ([1534add](https://github.com/Agoric/agoric-sdk/commit/1534adde558df456e3225b8384e2a7033d5a5d18)) +* Cosmos upgrade handler calls swingset ([6757303](https://github.com/Agoric/agoric-sdk/commit/6757303fcf3e5aee21dd8727d4beb029950dbff0)) +* **cosmos:** add `agd start --split-vm=PROGRAM` flag ([ec9ab05](https://github.com/Agoric/agoric-sdk/commit/ec9ab05db98fdb0a2f295ad62765ff29eafeeff2)) +* **cosmos:** add `vm/jsonrpcconn` ([4184fb1](https://github.com/Agoric/agoric-sdk/commit/4184fb1a12b3c83d898cb8c43464e1e48838348c)) +* **cosmos:** Add a "CapData" vstorage RPC endpoint ([8943f2f](https://github.com/Agoric/agoric-sdk/commit/8943f2f850e0cddb87a6fad0a36f01e4c350cf45)), closes [#7581](https://github.com/Agoric/agoric-sdk/issues/7581) +* **cosmos:** Add a vstorage package for decoding CapData ([8bdd7cb](https://github.com/Agoric/agoric-sdk/commit/8bdd7cb915f8e8d4103dc4d21b212aae67644b56)) +* **cosmos:** add hooking kv reader ([fe21935](https://github.com/Agoric/agoric-sdk/commit/fe219356acd07721a8fc2f150095f72c10e8d9f9)) +* **cosmos:** add required export-dir export cmd option ([3be2986](https://github.com/Agoric/agoric-sdk/commit/3be2986059c9f007d34518deef68e31956e9b45e)) +* **cosmos:** Always include alleged name and slot id in vstorage CapData remotable representations ([e2cbffa](https://github.com/Agoric/agoric-sdk/commit/e2cbffaccbd1da7f38c2358fd4d1fbbc2e1abd9c)) +* **cosmos:** clean up `OnStartHook` and `OnExitHook` signatures ([158d831](https://github.com/Agoric/agoric-sdk/commit/158d83156cf404d789882bb8bf34fe723d9704ec)) +* **cosmos:** encapsulate comms to agvm RPC ([e9a5c94](https://github.com/Agoric/agoric-sdk/commit/e9a5c943d2518c432329f9c1fe96e5a3f47608b4)) +* **cosmos:** fix and migrate swing-store ([a0389b8](https://github.com/Agoric/agoric-sdk/commit/a0389b887b1610f90dea192f2aedf722ce9c6d11)) +* **cosmos:** implement `ProtoJSONMarshal*` and use it ([41b5c5f](https://github.com/Agoric/agoric-sdk/commit/41b5c5f6542f8457248f0e655153340c395c378c)) +* **cosmos:** implement bidir JSON-RPC from `agd` to `agvm` subprocess ([37f3238](https://github.com/Agoric/agoric-sdk/commit/37f323830168c11ee1f3fe438a562eb0734ba038)) +* **cosmos:** impose defaults when sending VM actions ([a710d68](https://github.com/Agoric/agoric-sdk/commit/a710d68512cf9983bdf5230e2e99f267521c7210)) +* **cosmos:** KVEntry implements json Marshaler and Unmarshaller ([1bba859](https://github.com/Agoric/agoric-sdk/commit/1bba8592eee0e24e480c407095f0f63ccca4a242)) +* **cosmos:** make vm comms use `context.Context` ([fa1754c](https://github.com/Agoric/agoric-sdk/commit/fa1754c791ba6c848e6b94f3a75051c6b4cc69f6)) +* **cosmos:** Next upgrade is agoric-upgrade-16 ([#9565](https://github.com/Agoric/agoric-sdk/issues/9565)) ([d45b478](https://github.com/Agoric/agoric-sdk/commit/d45b478fe2dd21ff463660522e1998ab3e8bbe65)) +* **cosmos:** prevent VM port handlers from panicking ([afd6017](https://github.com/Agoric/agoric-sdk/commit/afd60170d453865cfa871a01e8d8a74ffef9221a)) +* **cosmos:** propagate and handle shutdown message ([ac12e6d](https://github.com/Agoric/agoric-sdk/commit/ac12e6d57b3a50e079744f7a6faced7f4bebb957)) +* **cosmos:** separate swing-store export data from genesis file ([9a62f0b](https://github.com/Agoric/agoric-sdk/commit/9a62f0b8af0d3ab66000fbb4befbaece3a8cddb4)) +* **cosmos:** separate vm server ([37e3254](https://github.com/Agoric/agoric-sdk/commit/37e325433b6024198d34052f3150951c33a29f62)) +* **cosmos:** spawn JS on export command ([592948d](https://github.com/Agoric/agoric-sdk/commit/592948dc2fada0a9d1f56581ccae42040bfe4a53)) +* **cosmos:** support core proposals set by upgrade handler ([605eb4b](https://github.com/Agoric/agoric-sdk/commit/605eb4b8f33d7646c3a9084d43ecd51029e12b80)) +* **cosmos:** support snapshot export ([f87aaf1](https://github.com/Agoric/agoric-sdk/commit/f87aaf13678158e925394935a5c46f61820131e2)) +* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([7153535](https://github.com/Agoric/agoric-sdk/commit/7153535c5c10fed309dc60f12f981c81841fdb93)) +* **cosmos:** upgrade provisioning vat ([#8901](https://github.com/Agoric/agoric-sdk/issues/8901)) ([174e37d](https://github.com/Agoric/agoric-sdk/commit/174e37d7499b372c33ecaf6e05f82f43ebfff902)) +* **cosmos:** use operational artifact level for swingset state export/restore ([161ddd3](https://github.com/Agoric/agoric-sdk/commit/161ddd34ca6c16da0ad3ef716fa5da3d2ba86b68)) +* **cosmos:** wire in vlocalchain to the Cosmos app ([3ea527d](https://github.com/Agoric/agoric-sdk/commit/3ea527d9844dcf2b5f2c60d1bfb1760e064ec0f7)) +* **cosmos:** wire new swingset port handler ([ea582bf](https://github.com/Agoric/agoric-sdk/commit/ea582bf7738f82d0abe5529ee1ac9f2e117c957a)) +* expose node service to retrieve operator config ([cb12a53](https://github.com/Agoric/agoric-sdk/commit/cb12a53422014d2a0933411a7b842cc2e06031ed)) +* **golang:** bump PFM to v6.1.2 ([#9120](https://github.com/Agoric/agoric-sdk/issues/9120)) ([5c28f49](https://github.com/Agoric/agoric-sdk/commit/5c28f496976128e59e0e5a8f1a8c24f7b496527d)) +* **localchain:** make `localchain.query` and `queryMany` useful ([41209d5](https://github.com/Agoric/agoric-sdk/commit/41209d5b7c1de478d3f2ae709558e3e535c4ad8d)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* pick up return-grants from latest cosmos-sdk ([a88eb8a](https://github.com/Agoric/agoric-sdk/commit/a88eb8a21fb914e49bf436eb86aa6be8b2546269)) +* repair KREAd contract on zoe upgrade ([14040d4](https://github.com/Agoric/agoric-sdk/commit/14040d4fb2a1fcc8687e26ed9208d9824c579876)) +* replace zoe and zcf ([3932a80](https://github.com/Agoric/agoric-sdk/commit/3932a80802b8f1839997994b95d919acaff95c06)) +* Simple removal of lien primarilly through code search ([#8988](https://github.com/Agoric/agoric-sdk/issues/8988)) ([695c440](https://github.com/Agoric/agoric-sdk/commit/695c440c0f48a3591b15a43665682c5f1ebbad9d)) +* start a new auction in a3p-integration ([969235b](https://github.com/Agoric/agoric-sdk/commit/969235b18abbd15187e343d5f616f12177d224c4)) +* tolerate missing files in gaia 3-way diff ([2e4d8d3](https://github.com/Agoric/agoric-sdk/commit/2e4d8d33ae77cc50b99bbdfa1083316b6cfb3584)) +* update ibc-go to v4, adapt packages and API ([0ec1b79](https://github.com/Agoric/agoric-sdk/commit/0ec1b79ea0419d8576d8806c3b670e730bf09dcd)) +* upgrade ibc-go to v6.2.1 ([fa4695d](https://github.com/Agoric/agoric-sdk/commit/fa4695dce10091a6ac0f1423a361d27986b70f26)) +* upgrade wallet-factory ([e370bff](https://github.com/Agoric/agoric-sdk/commit/e370bff50e00b7e134148332d1ccb410d626db1c)) +* Upgrade Zoe ([37f96ee](https://github.com/Agoric/agoric-sdk/commit/37f96eeef41c5ff06efab5ae11d4ca14e5f6f295)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* **vibc:** add `AsyncVersions` flag anticipating `ibc-go` ([ca5933c](https://github.com/Agoric/agoric-sdk/commit/ca5933cc41075dfba30c44cb3a987d9c721cd97d)) +* **vibc:** use triggers to raise targeted events ([b89aaca](https://github.com/Agoric/agoric-sdk/commit/b89aaca2afd7d0901fc06d7a6bab27aab38d389b)) +* **vlocalchain:** bare minimum implementation ([6e35dc6](https://github.com/Agoric/agoric-sdk/commit/6e35dc642ce08a199604b7888d4fb5bbbd4c7db1)) +* **vlocalchain:** generalise tx and query implementation ([1bffe84](https://github.com/Agoric/agoric-sdk/commit/1bffe84890f1d159301f9facea2eed13cf6cdf34)) +* **vlocalchain:** use jsonpb.Marshaler for VLOCALCHAIN_EXECUTE_TX responses ([2140e92](https://github.com/Agoric/agoric-sdk/commit/2140e929f3ce2edda3151bf2fbc542ff8971b677)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) +* **vocalchain:** use `OrigName: false` for query response marshalling ([84992e9](https://github.com/Agoric/agoric-sdk/commit/84992e976bbb65b8c4d77c88312296c35e98dab4)) +* **vtransfer:** only intercept packets for registered targets ([554fa49](https://github.com/Agoric/agoric-sdk/commit/554fa490ca4e0cdd05ddf526eb946caf6be45e98)) +* **vtransfer:** prefix action types with `VTRANSFER_` ([80d69e9](https://github.com/Agoric/agoric-sdk/commit/80d69e94488683ed6fa650f048e8fb0fcd025042)) +* **vtransfer:** save watched addresses to genesis ([89b50a0](https://github.com/Agoric/agoric-sdk/commit/89b50a082c63e236356f33d521cad5f15a4e80d2)) +* **vtransfer:** use `vibc` middleware ([f40c5c8](https://github.com/Agoric/agoric-sdk/commit/f40c5c8d9f691ed32a1a9b03c5938f93341629db)) +* **x/swingset:** add store data to genesis ([9df85cf](https://github.com/Agoric/agoric-sdk/commit/9df85cf4908d5f4dfa9c4adc7cb15b7bc7cd3893)) +* **x/swingset:** add WaitUntilSwingStoreExportDone ([05bbee5](https://github.com/Agoric/agoric-sdk/commit/05bbee53906591f3520a14f7580145c5a2593208)) +* **x/swingset:** allow taking snapshot latest height ([a1290ef](https://github.com/Agoric/agoric-sdk/commit/a1290eff74583838f096acfd9baddb6f623693a6)) +* **x/swingset:** auto-provision smart wallet ([20a5485](https://github.com/Agoric/agoric-sdk/commit/20a5485b96d072a4cee990b3c24f8fb441ea909f)) +* **x/swingset:** export swing store in genesis ([598abf7](https://github.com/Agoric/agoric-sdk/commit/598abf73ac555bd7284c8a91a03c205dc62d9b0c)) +* **x/swingset:** import swing store from genesis state ([55ba7f6](https://github.com/Agoric/agoric-sdk/commit/55ba7f6c3d6a958d3eb5c6c8b191b649da05809f)) +* **x/swingset:** refuse smart wallet messages if not provisioned ([75bd9a7](https://github.com/Agoric/agoric-sdk/commit/75bd9a7bf85bd9b3b9870d9cf42d63f08f0e4f68)) + + +### Bug Fixes + +* avoid broken goleveldb ([a2bfb34](https://github.com/Agoric/agoric-sdk/commit/a2bfb34d14806e6492fb3293bdfa24e2199d40c2)) +* **builders:** use proper `oracleBrand` subkey case ([bf531c3](https://github.com/Agoric/agoric-sdk/commit/bf531c36c83958924a1792e0c263ee38f4a65a11)) +* **cosmos:** add action context to core evals ([7cfae88](https://github.com/Agoric/agoric-sdk/commit/7cfae88a1d2c31d91030a8742972d9f03d331059)) +* **cosmos:** Add support for iavl options ([c6770ec](https://github.com/Agoric/agoric-sdk/commit/c6770ece8dd7f3f56c40b3cb80be245a99e01c9d)) +* **cosmos:** correctly detect presence of Agoric VM ([c7e266e](https://github.com/Agoric/agoric-sdk/commit/c7e266e035cc454bf74e88e96959f862ece146f8)) +* **cosmos:** don't init controller before upgrade ([b4260af](https://github.com/Agoric/agoric-sdk/commit/b4260afd158c9f1c6faae8ee95019e1e7c385e5f)) +* **cosmos:** make agd upgrade work ([1aa1d26](https://github.com/Agoric/agoric-sdk/commit/1aa1d26f05875c91fd47da1ad7386d8979f94b03)) +* **cosmos:** module order independent init and bootstrap ([e7f5b65](https://github.com/Agoric/agoric-sdk/commit/e7f5b658b67a18c0a13544515f61216598326265)) +* **cosmos:** no global state in `vm` ([ab02669](https://github.com/Agoric/agoric-sdk/commit/ab0266908ec9f36587d3521287808f7a30ed9207)) +* **cosmos:** prevent Golang error wrapping stack frame divergence ([3390d90](https://github.com/Agoric/agoric-sdk/commit/3390d902f42a96e502d459cad224d97c9971e307)) +* **cosmos:** Support building on Linux aarch64 ([ff2e5ed](https://github.com/Agoric/agoric-sdk/commit/ff2e5ed20e52e6484a6cba126b0739b0b1fc6360)) +* **cosmos:** update more `vtransfer` app.go wiring ([a171561](https://github.com/Agoric/agoric-sdk/commit/a1715615a01fce060eb990e1b2bb9a6d6a2a3566)) +* **cosmos:** use dedicated dedicate app creator for non start commands ([6232a22](https://github.com/Agoric/agoric-sdk/commit/6232a22e79d3b90eeab08d0587562ecae826a0f8)) +* **cosmos:** vm.Action returns ActionHeader pointer ([c48fe18](https://github.com/Agoric/agoric-sdk/commit/c48fe184de76d0e426274dd97adf75afcf3e0b1d)) +* **cosmos:** wrap PFM with `vtransfer`, not the other way around ([7459f16](https://github.com/Agoric/agoric-sdk/commit/7459f16fc4a3fed955341ebc2e725b6ca9727712)) +* declare `vtransfer` in `storeUpgrades.Added` ([36f7c7e](https://github.com/Agoric/agoric-sdk/commit/36f7c7edd7453032f97f0ebcc03571e2e5b0f9ef)) +* eliminate fee double-charge by using configurable decorator ([1ff7ea7](https://github.com/Agoric/agoric-sdk/commit/1ff7ea7da7aafc8b199cf681c9215ca46c31b0d6)) +* exempt more 3rd-party protos from link check ([d2602b3](https://github.com/Agoric/agoric-sdk/commit/d2602b3bead66c57e07708e3e225a9b2aea0ac39)) +* govulncheck updates ([34d5056](https://github.com/Agoric/agoric-sdk/commit/34d505671509c6883f55cca150b610a18978d1f0)) +* handle hang-on-halt behavior from agoric-labs/cosmos-sdk[#305](https://github.com/Agoric/agoric-sdk/issues/305) ([a4fd510](https://github.com/Agoric/agoric-sdk/commit/a4fd51067ff86d84c084292d1f38b2ca3de639b9)) +* pick up snapshot initiation fix ([38f6c3f](https://github.com/Agoric/agoric-sdk/commit/38f6c3f8dfd4a5ee35f6e7f85bc59853cb7325d9)) +* unwrap account keeper for app module ([20a89f0](https://github.com/Agoric/agoric-sdk/commit/20a89f06061cae01166b1b2ca738815c58dc32ed)) +* update dependencies to fix tests ([75d6b1d](https://github.com/Agoric/agoric-sdk/commit/75d6b1dcc0d7286770679bd6d042b38fa76c4312)) +* update protobuf download and generation for ibc-go v4 ([9cdfaef](https://github.com/Agoric/agoric-sdk/commit/9cdfaefcf236711676a0f3ed6e47dbf3c6d77402)) +* various fixes and features for u15 ([548e758](https://github.com/Agoric/agoric-sdk/commit/548e758962ad348816d2b3d1618688829cc7c62b)) +* **vibc:** accommodate ibc-go v3 breaking changes ([10bcb5c](https://github.com/Agoric/agoric-sdk/commit/10bcb5cf67bad097e3d76238a333394d6e4c3122)) +* **vibc:** propagate `Relayer` account address ([739c509](https://github.com/Agoric/agoric-sdk/commit/739c5092123f72a881cea2178b99dfe473c72adc)) +* **vibc:** put extraneous `CounterpartyChannelID` in `Counterparty` struct ([76bdc3f](https://github.com/Agoric/agoric-sdk/commit/76bdc3f4ae23505cd4e4e11b8a9ce114d5f7498f)) +* **vlocalchain:** sdkerrors.Wrap is deprecated ([fbef641](https://github.com/Agoric/agoric-sdk/commit/fbef6411fbcae072486e0c6a8370c628d2dee646)) +* **vstorage:** Enforce path validation ([03871e8](https://github.com/Agoric/agoric-sdk/commit/03871e8429b81d8f051cef132968abf3a5590e12)), closes [#8337](https://github.com/Agoric/agoric-sdk/issues/8337) +* **vtransfer:** implement and manually test middleware ([23e3da9](https://github.com/Agoric/agoric-sdk/commit/23e3da9b3c1e621d46d5f9b0c7896c746f9e99f3)) +* **vtransfer:** refactor and minor improvements ([803e381](https://github.com/Agoric/agoric-sdk/commit/803e38105de4047ccd7feeae2db3a512d43d2f93)) +* **vtransfer:** some separation of keeper duties ([96fdbdf](https://github.com/Agoric/agoric-sdk/commit/96fdbdf7f39d785956214e3a2f1ef2f15a520a19)) +* **x/swingset:** enforce snapshot restore before init ([35f03f9](https://github.com/Agoric/agoric-sdk/commit/35f03f9f2b72b47475a3ae4c5068bee60c1278da)) +* **x/swingset:** guard snapshot restore for concurrency ([554a110](https://github.com/Agoric/agoric-sdk/commit/554a1102a08f466dad5d8291044150236896ec7a)) +* **x/swingset:** handle defer errors on export write ([bff716b](https://github.com/Agoric/agoric-sdk/commit/bff716be8c85ac8e165d5274d972a155536d25d7)) +* **x/swingset:** switch export/import to replay artifact level ([6ab24b2](https://github.com/Agoric/agoric-sdk/commit/6ab24b299f31affc0a638cc6352678a2c167044c)) +* **x/vstorage:** value can be empty in genesis data ([b8a817d](https://github.com/Agoric/agoric-sdk/commit/b8a817dfa70c225741a32fb73780de75c5aa9184)) + + +### Reverts + +* Revert "fix(cosmos): don't log expected missing tx context of CORE_EVAL" ([003f0c2](https://github.com/Agoric/agoric-sdk/commit/003f0c2232815a8d64a3f9a5b05521a10160ce34)) +* Revert "fix: handle hang-on-halt behavior from agoric-labs/cosmos-sdk#305" ([4d99888](https://github.com/Agoric/agoric-sdk/commit/4d998883cea2b7a0fa844f471620061adb42ff07)), 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) + + +### Build System + +* remove deprecated `ag-cosmos-helper` ([6866ebe](https://github.com/Agoric/agoric-sdk/commit/6866ebe670c257b60dfb6951c295e21ce0fe2fcc)) + + + ### [0.34.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.0...@agoric/cosmos@0.34.1) (2023-06-09) **Note:** Version bump only for package @agoric/cosmos diff --git a/golang/cosmos/package.json b/golang/cosmos/package.json index 227a803a481..d1a90ebb6dd 100644 --- a/golang/cosmos/package.json +++ b/golang/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmos", - "version": "0.34.1", + "version": "0.35.0-u16.0", "description": "Connect JS to the Cosmos blockchain SDK", "parsers": { "js": "mjs" diff --git a/packages/ERTP/CHANGELOG.md b/packages/ERTP/CHANGELOG.md index d30b02ac54d..eedf0576c47 100644 --- a/packages/ERTP/CHANGELOG.md +++ b/packages/ERTP/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.16.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.2...@agoric/ertp@0.16.3-u16.0) (2024-06-26) + + +### Features + +* allow creators/revivors of Issuers to decline recoverySets ([26bbc2f](https://github.com/Agoric/agoric-sdk/commit/26bbc2ff40771ac2d554d9efdde2d21260ccab7d)) +* **ERTP:** allow issuers to upgrade from recoverySets to none ([b14941b](https://github.com/Agoric/agoric-sdk/commit/b14941bb781244730cad402b7a2303ac49d30d0b)) +* **ertp:** purse amountStore abstraction ([#8861](https://github.com/Agoric/agoric-sdk/issues/8861)) ([73fe0af](https://github.com/Agoric/agoric-sdk/commit/73fe0af5273281ab2b4e13dece5d6d5f35af7575)) +* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e)) +* **types:** explicit types exports ([1f8b759](https://github.com/Agoric/agoric-sdk/commit/1f8b759d3ab735fdb665f4b6f3004cb5aee9fa28)) + + +### Bug Fixes + +* **types:** Zoe startInstance ([649956a](https://github.com/Agoric/agoric-sdk/commit/649956afec6dedd4285c6e27260d657445e09057)) + + + ### [0.16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.1...@agoric/ertp@0.16.2) (2023-06-02) **Note:** Version bump only for package @agoric/ertp diff --git a/packages/ERTP/package.json b/packages/ERTP/package.json index 76bc34e84e4..f3f1cb51b44 100644 --- a/packages/ERTP/package.json +++ b/packages/ERTP/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/ertp", - "version": "0.16.2", + "version": "0.16.3-u16.0", "description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights", "type": "module", "main": "src/index.js", @@ -39,11 +39,11 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/zone": "^0.2.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/eventual-send": "^1.2.2", "@endo/far": "^1.1.2", "@endo/marshal": "^1.5.0", @@ -52,7 +52,7 @@ "@endo/promise-kit": "^1.1.2" }, "devDependencies": { - "@agoric/swingset-vat": "^0.32.2", + "@agoric/swingset-vat": "^0.33.0-u16.0", "@endo/bundle-source": "^3.2.3", "@fast-check/ava": "^1.1.5", "ava": "^5.3.0", diff --git a/packages/SwingSet/CHANGELOG.md b/packages/SwingSet/CHANGELOG.md index b80396fcafb..da5ad2c1233 100644 --- a/packages/SwingSet/CHANGELOG.md +++ b/packages/SwingSet/CHANGELOG.md @@ -3,6 +3,58 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.33.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.2...@agoric/swingset-vat@0.33.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **zone:** use fresh heap and virtual zones + +### Features + +* add a `reapAllVats` call to the controller ([6ba0af9](https://github.com/Agoric/agoric-sdk/commit/6ba0af935589dd2f8dab5ff51317b45362e5c4d4)), closes [#8626](https://github.com/Agoric/agoric-sdk/issues/8626) +* cleanup minor issues found during benchmark writeup ([100922b](https://github.com/Agoric/agoric-sdk/commit/100922b4c4f422e159bc4ba28a8bc162412f0a4d)), closes [#8647](https://github.com/Agoric/agoric-sdk/issues/8647) +* features for node subprocess workers ([fca73a1](https://github.com/Agoric/agoric-sdk/commit/fca73a161f9cca1fddab161dbc31f33defd9dc2f)) +* get basic node subprocess workers working ([6d68c28](https://github.com/Agoric/agoric-sdk/commit/6d68c288932f3c271c9a91bfeadd7dcecb984f68)) +* print path on loadSwingsetConfigFile failure ([d4e8345](https://github.com/Agoric/agoric-sdk/commit/d4e8345ec60e36ee7363d51ea12c989707aa1f91)) +* refresh slogulator to account for smallcaps and improve UX ([73aa6d6](https://github.com/Agoric/agoric-sdk/commit/73aa6d6554651a4897fa19ae223abbe8a8491320)), closes [#8647](https://github.com/Agoric/agoric-sdk/issues/8647) +* **swing-store:** faster import of swing-store ([0170568](https://github.com/Agoric/agoric-sdk/commit/0170568d66748af76f0bd24a4acdaa34b9c79cca)) +* **swing-store:** prevent SwingSet usage of imported swing-store ([6a833eb](https://github.com/Agoric/agoric-sdk/commit/6a833ebda2b2ff0e72040ca8186f93ae91567add)) +* **SwingSet:** Add a tool for classifying unsettled promises ([feb1f93](https://github.com/Agoric/agoric-sdk/commit/feb1f93c81e68c680e07bdac8c64917ad69af602)), closes [#8336](https://github.com/Agoric/agoric-sdk/issues/8336) +* **SwingSet:** Add build-mezzanine-db.js ([be372da](https://github.com/Agoric/agoric-sdk/commit/be372da9a73e3203dc66d3619d79f4f0915ac7a1)) +* **SwingSet:** Classify getExitSubscriber promises ([4ad6234](https://github.com/Agoric/agoric-sdk/commit/4ad62348cc2b89d89e2675cc8bbe2c9030c5ceec)) +* **SwingSet:** Classify wallet spend action promises ([c1e4090](https://github.com/Agoric/agoric-sdk/commit/c1e4090b6b5a51d894b95d361d2daccac815d27d)) +* **SwingSet:** Improve classification of PublishKit tail promises ([5fc73c0](https://github.com/Agoric/agoric-sdk/commit/5fc73c0c570152e57df84b1fb872453f73eac3dd)) +* **SwingSet:** Improve promise classification descriptions ([a955006](https://github.com/Agoric/agoric-sdk/commit/a955006eb4e2e8fec84cc509cf80e523ed23a542)) +* **SwingSet:** Indicate the target interface name of getUpdateSince() promises ([948a20d](https://github.com/Agoric/agoric-sdk/commit/948a20d424b0847610fcb875d2346a442d23e304)) +* tool for auditing dangling kindID references ([eeadc46](https://github.com/Agoric/agoric-sdk/commit/eeadc462d8fb09449e4ea6f0118ae8654e0c8e9b)), closes [#7655](https://github.com/Agoric/agoric-sdk/issues/7655) +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* apply limit to correct property ([9e3b539](https://github.com/Agoric/agoric-sdk/commit/9e3b53918ccf26749bdb1f203e22b25ffb791693)) +* deviceManager assertion details ([a91a28d](https://github.com/Agoric/agoric-sdk/commit/a91a28dda119fb862a79ad62e2958148d64417f0)) +* eliminate the `passableEncoding` hack ([87dbbda](https://github.com/Agoric/agoric-sdk/commit/87dbbda8484c6fe3fe542eb847647fd1540c11e6)), closes [#8327](https://github.com/Agoric/agoric-sdk/issues/8327) +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) +* expand length limit for bundles ([843155a](https://github.com/Agoric/agoric-sdk/commit/843155a59501dea4da50880218cc10b22f06355d)) +* improved type fussiness ([ba7c079](https://github.com/Agoric/agoric-sdk/commit/ba7c079ae8d5291cf3bd8a4ecfc20b1067e5fe02)) +* minor fixes and cleanups in preparation for benchmark support ([1277176](https://github.com/Agoric/agoric-sdk/commit/127717677287cc825e34b6326be3e11a165dce27)) +* Not as many bundle-source breaking changes ([db49fc5](https://github.com/Agoric/agoric-sdk/commit/db49fc534f0102d70cc3b3cc792c02aa036bbeee)) +* review feedback ([e83286f](https://github.com/Agoric/agoric-sdk/commit/e83286f2dec431881cb35a0e28ee4128dd1ec3d3)) +* **SwingSet:** adapt to promise tagging support ([#8403](https://github.com/Agoric/agoric-sdk/issues/8403)) ([af6e3fd](https://github.com/Agoric/agoric-sdk/commit/af6e3fd0cdc9097fd2a3d9fbf8047184e0d9aa4b)) +* **SwingSet:** explicitly harden prototypes ([24319ab](https://github.com/Agoric/agoric-sdk/commit/24319abf7282a11fe912a7c2adef20e402758a4b)) +* **swingset:** force flaky GC test to use XS only ([a3fe3be](https://github.com/Agoric/agoric-sdk/commit/a3fe3be04268bc16cfa6e15f5211498ecf19ac6b)), closes [#3240](https://github.com/Agoric/agoric-sdk/issues/3240) [#5575](https://github.com/Agoric/agoric-sdk/issues/5575) [#9089](https://github.com/Agoric/agoric-sdk/issues/9089) +* **swingset:** log vat termination and upgrade better ([#9535](https://github.com/Agoric/agoric-sdk/issues/9535)) ([25522a1](https://github.com/Agoric/agoric-sdk/commit/25522a1a671f52881a6f22e51d3af0a2a6f7f1f8)) +* **SwingSet:** silence vat console output during replay ([5d00dc6](https://github.com/Agoric/agoric-sdk/commit/5d00dc6dd9bfaebdf4c21f78328c3fbbdbe2cabe)) +* **SwingSet:** Undo deviceTools behavioral change from [#9153](https://github.com/Agoric/agoric-sdk/issues/9153) ([#9506](https://github.com/Agoric/agoric-sdk/issues/9506)) ([40c41e2](https://github.com/Agoric/agoric-sdk/commit/40c41e22a69d6d00812b24f8763fa61e46939209)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* upgrade for breaking changes in `@endo/bundle-source` ([e840bb2](https://github.com/Agoric/agoric-sdk/commit/e840bb2385ef38aa2a038b6f21f02cdcd2d7979b)) +* **zone:** no longer getting M from @agoric/zone ([d68bc84](https://github.com/Agoric/agoric-sdk/commit/d68bc8464b0f4df24bd63dd8f5696c6bb6458135)) + + + ### [0.32.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.1...@agoric/swingset-vat@0.32.2) (2023-06-02) **Note:** Version bump only for package @agoric/swingset-vat diff --git a/packages/SwingSet/package.json b/packages/SwingSet/package.json index 90644c03ed5..55ea8fcd2f4 100644 --- a/packages/SwingSet/package.json +++ b/packages/SwingSet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-vat", - "version": "0.32.2", + "version": "0.33.0-u16.0", "description": "Vat/Container Launcher", "type": "module", "main": "src/index.js", @@ -27,17 +27,17 @@ "@types/yargs-parser": "^21.0.0" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/kmarshal": "^0.1.0", - "@agoric/store": "^0.9.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/swingset-xsnap-supervisor": "^0.10.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/xsnap": "^0.14.2", - "@agoric/xsnap-lockdown": "^0.14.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/kmarshal": "^0.1.1-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/swingset-xsnap-supervisor": "^0.10.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/xsnap": "^0.14.3-u16.0", + "@agoric/xsnap-lockdown": "^0.14.1-u16.0", "@endo/base64": "^1.0.5", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", diff --git a/packages/access-token/CHANGELOG.md b/packages/access-token/CHANGELOG.md index e8f5d4f9199..07227b38a2b 100644 --- a/packages/access-token/CHANGELOG.md +++ b/packages/access-token/CHANGELOG.md @@ -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.4.22-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.21...@agoric/access-token@0.4.22-u16.0) (2024-06-26) + + +### Bug Fixes + +* **access-token:** lock the jsonlines database ([7832114](https://github.com/Agoric/agoric-sdk/commit/78321142c0f816816bd788ba8a691c1ec9d6f5c5)) + + + ### [0.4.21](https://github.com/Agoric/agoric-sdk/compare/@agoric/access-token@0.4.20...@agoric/access-token@0.4.21) (2023-05-19) diff --git a/packages/access-token/package.json b/packages/access-token/package.json index 6651fff1643..702e4b6bee1 100644 --- a/packages/access-token/package.json +++ b/packages/access-token/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/access-token", - "version": "0.4.21", + "version": "0.4.22-u16.0", "description": "Persistent credentials for Agoric users, backed by a simple JSON file", "type": "module", "main": "src/access-token.js", diff --git a/packages/agoric-cli/CHANGELOG.md b/packages/agoric-cli/CHANGELOG.md index b9e0060aa2a..7af5a466589 100644 --- a/packages/agoric-cli/CHANGELOG.md +++ b/packages/agoric-cli/CHANGELOG.md @@ -3,6 +3,67 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.1...agoric@0.22.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* restrict exports from 'agoric' package + +### Features + +* **agd:** try harder to find cosmic-swingset ([dd547f0](https://github.com/Agoric/agoric-sdk/commit/dd547f0a8057109a0bbe27a814fb3fc403ad3fd1)) +* **agops:** gov keyring option ([cc61e93](https://github.com/Agoric/agoric-sdk/commit/cc61e93a1249824c90f27961e076684f947a6a45)) +* agoric run --verbose ([e4434c2](https://github.com/Agoric/agoric-sdk/commit/e4434c20a5d293268847aabcaee3896ce0a927ed)) +* **agoric:** pass through subcommand options when relevant ([f1a7df6](https://github.com/Agoric/agoric-sdk/commit/f1a7df67f3be9e23593f5bcf032027a8c4766a39)) +* **async-flow:** asyncFlow ([#9097](https://github.com/Agoric/agoric-sdk/issues/9097)) ([16095c5](https://github.com/Agoric/agoric-sdk/commit/16095c5076043133aff0f25721131be2ca1ef5af)), closes [#9302](https://github.com/Agoric/agoric-sdk/issues/9302) [#9125](https://github.com/Agoric/agoric-sdk/issues/9125) [#9126](https://github.com/Agoric/agoric-sdk/issues/9126) [#9153](https://github.com/Agoric/agoric-sdk/issues/9153) [#9154](https://github.com/Agoric/agoric-sdk/issues/9154) [#9280](https://github.com/Agoric/agoric-sdk/issues/9280) [#9126](https://github.com/Agoric/agoric-sdk/issues/9126) +* **atops:** add proposePauseOffers ([46a12a2](https://github.com/Agoric/agoric-sdk/commit/46a12a2b120700040c7f0d2282bc392b42596111)) +* **cosmos:** un-wire x/crisis ([#8582](https://github.com/Agoric/agoric-sdk/issues/8582)) ([7153535](https://github.com/Agoric/agoric-sdk/commit/7153535c5c10fed309dc60f12f981c81841fdb93)) +* **create-dapp:** `npm create @agoric/dapp ...` uses `agoric init` ([4c7a6b2](https://github.com/Agoric/agoric-sdk/commit/4c7a6b24a9190e95d9e6706298b9ca8411f6c693)) +* generalize ec cmd to gov any committee ([94e5beb](https://github.com/Agoric/agoric-sdk/commit/94e5beb4f7904efe3c684bba1db52605bf27d812)) +* **integration-test:** use dapp-offer-up as target for getting-started test ([e4f65ce](https://github.com/Agoric/agoric-sdk/commit/e4f65ceca8744a99c9002dae5580c80007079c94)) +* **inter:** --fees option for sending bid tx ([0267453](https://github.com/Agoric/agoric-sdk/commit/026745342677cc456441c12695f399223b7b9ce1)) +* **inter:** include raw_log in tx send error message ([f7dd7b1](https://github.com/Agoric/agoric-sdk/commit/f7dd7b125630b61ae3926d1223cdbcd7fc296d92)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* new 'builders' package ([00c88ab](https://github.com/Agoric/agoric-sdk/commit/00c88ab1615ed55a3928ae52e332be05a173d1f6)) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric-sdk/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* stat-bundle and stat-plan scripts ([0f57623](https://github.com/Agoric/agoric-sdk/commit/0f57623fbf589e12c056267f3c1e1734a1f85e17)) +* **stat-bundle:** show CLI to explode the bundle ([d934d79](https://github.com/Agoric/agoric-sdk/commit/d934d799bc1c6a66da0c660615d584abcb9902a9)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric-sdk/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) +* **types:** no package imports for ambient types ([cc182de](https://github.com/Agoric/agoric-sdk/commit/cc182de9b8b02a81210768b2602085534aa38a75)) +* use HTTP to fetch SwingSet Params ([6598319](https://github.com/Agoric/agoric-sdk/commit/659831938918f445f220057f211e96df9f54c461)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) +* **whenable:** first cut ([793f028](https://github.com/Agoric/agoric-sdk/commit/793f028155702e613b1bdf8204af6837cfe5e8a3)) + + +### Bug Fixes + +* **agops:** fix continuing id lookup in oracle setPrice ([9bf2d72](https://github.com/Agoric/agoric-sdk/commit/9bf2d72939a377c09fbbcb1c17e617496f9e9f02)) +* **agoric-cli:** `open` should default to `localhost`, not numeric IPv4 ([3154baa](https://github.com/Agoric/agoric-sdk/commit/3154baa0159c7217d869f09c879cb898be9d1fb3)) +* **agoric-cli:** fix broken `agoric open` ([db69972](https://github.com/Agoric/agoric-sdk/commit/db6997235a7f4c737057abb8e3ad640ffe203339)) +* **agoric-cli:** handle another vstorage error variation ([30f8c38](https://github.com/Agoric/agoric-sdk/commit/30f8c385acb00d439454ddc3305611c3a1febaf7)), closes [Error#1](https://github.com/Agoric/Error/issues/1) +* **agoric-cli:** Remove conflicting AggregateError declaration comment ([#8898](https://github.com/Agoric/agoric-sdk/issues/8898)) ([2044d22](https://github.com/Agoric/agoric-sdk/commit/2044d2208e7673fc86ceac3b01afe330c0f046cb)) +* **agoric:** convey tx opts to `agoric wallet` and subcommands ([#9559](https://github.com/Agoric/agoric-sdk/issues/9559)) ([5d4bc6b](https://github.com/Agoric/agoric-sdk/commit/5d4bc6b6439a23b99931df3285f2ecd4e75feebf)), closes [#9554](https://github.com/Agoric/agoric-sdk/issues/9554) +* **agoric:** print errors while following ([92a1928](https://github.com/Agoric/agoric-sdk/commit/92a19285c13f3baa08739cb771b4ab9c02cc22be)) +* **agoric:** relax override mistake using `@endo/init/legacy.js` ([7b684a6](https://github.com/Agoric/agoric-sdk/commit/7b684a6268c999b082a326fdb22f63e4575bac4f)) +* **casting:** dont crash on bad capdata ([8f4ba3a](https://github.com/Agoric/agoric-sdk/commit/8f4ba3a2f56174161d88f57280513ee5a0f5d4d9)) +* **cli:** handle not found error in vstorage requests ([8c57bce](https://github.com/Agoric/agoric-sdk/commit/8c57bce806839dc3f9d4b8574dbf63c919af5b32)) +* DEBUG harmony ([#8136](https://github.com/Agoric/agoric-sdk/issues/8136)) ([d2ea4b4](https://github.com/Agoric/agoric-sdk/commit/d2ea4b46b9efa61e97eec8711830d9fdd741ca55)) +* **integration-test:** remove another test that's based on testDeploy ([5e5e348](https://github.com/Agoric/agoric-sdk/commit/5e5e348289073d3ddb81d2e73b3355f6a7fded61)) +* **integration-test:** update UI test case ([c66fdc6](https://github.com/Agoric/agoric-sdk/commit/c66fdc60e1e8fda9db7a4af9fe30f245f495b842)) +* suppress sign-mode diagnostic when parsing bid tx results ([aae3179](https://github.com/Agoric/agoric-sdk/commit/aae3179c8a2e46ba6dc85cc3bf0923268646d60d)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* use dapp-offer-up by default ([#8630](https://github.com/Agoric/agoric-sdk/issues/8630)) ([1108cfd](https://github.com/Agoric/agoric-sdk/commit/1108cfdbeccd0048e30cf34c236192e9ee2918ce)) +* **vow:** persistent resolution, settler->resolver ([4d9371c](https://github.com/Agoric/agoric-sdk/commit/4d9371cb7d450e25146787474760b4c00b11e405)) + + +### Miscellaneous Chores + +* restrict exports from 'agoric' package ([b6145e3](https://github.com/Agoric/agoric-sdk/commit/b6145e335e2d3b5c0c7e1dae2e1d2f9e45d280ad)) + + + ### [0.21.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.0...agoric@0.21.1) (2023-06-09) **Note:** Version bump only for package agoric diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index b5780b31f46..4b92de2c5fb 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -1,6 +1,6 @@ { "name": "agoric", - "version": "0.21.1", + "version": "0.22.0-u16.0", "description": "Manage the Agoric Javascript smart contract platform", "type": "module", "main": "src/main.js", @@ -29,29 +29,29 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-swingset": "^0.41.3", - "@agoric/deploy-script-support": "^0.10.3", + "@agoric/cosmic-swingset": "^0.42.0-u16.0", + "@agoric/deploy-script-support": "^0.10.4-u16.0", "ava": "^5.3.0", "c8": "^9.1.0", "dd-trace": "^4.11.1" }, "dependencies": { - "@agoric/access-token": "^0.4.21", - "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.2", - "@agoric/casting": "^0.4.2", - "@agoric/cosmic-proto": "^0.4.0", - "@agoric/ertp": "^0.16.2", - "@agoric/governance": "^0.10.3", - "@agoric/inter-protocol": "^0.16.1", - "@agoric/internal": "^0.3.2", - "@agoric/network": "^0.1.0", - "@agoric/smart-wallet": "^0.5.3", - "@agoric/store": "^0.9.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/vats": "^0.15.1", - "@agoric/zoe": "^0.26.2", - "@agoric/zone": "^0.2.2", + "@agoric/access-token": "^0.4.22-u16.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/cache": "^0.3.3-u16.0", + "@agoric/casting": "^0.4.3-u16.0", + "@agoric/cosmic-proto": "^0.4.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/governance": "^0.10.4-u16.0", + "@agoric/inter-protocol": "^0.17.0-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/network": "^0.2.0-u16.0", + "@agoric/smart-wallet": "^0.5.4-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@confio/relayer": "^0.11.3", "@cosmjs/crypto": "^0.32.3", "@cosmjs/encoding": "^0.32.3", diff --git a/packages/assert/CHANGELOG.md b/packages/assert/CHANGELOG.md index a5248e601e6..bdca75ae209 100644 --- a/packages/assert/CHANGELOG.md +++ b/packages/assert/CHANGELOG.md @@ -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.6.1-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.6.0...@agoric/assert@0.6.1-u16.0) (2024-06-26) + +**Note:** Version bump only for package @agoric/assert + + + + + ## [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/assert@0.5.1...@agoric/assert@0.6.0) (2023-05-19) diff --git a/packages/assert/package.json b/packages/assert/package.json index 8562d691c24..1823ce64783 100755 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/assert", - "version": "0.6.0", + "version": "0.6.1-u16.0", "description": "Assert expression support that protects sensitive data", "type": "module", "main": "src/assert.js", diff --git a/packages/base-zone/CHANGELOG.md b/packages/base-zone/CHANGELOG.md index e4d87c4d45c..ffe1cda0a66 100644 --- a/packages/base-zone/CHANGELOG.md +++ b/packages/base-zone/CHANGELOG.md @@ -2,3 +2,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### 0.1.1-u16.0 (2024-06-26) + + +### Features + +* **base-zone:** add `zone.watchPromise` ([9ce80d0](https://github.com/Agoric/agoric-sdk/commit/9ce80d06c0a56471d2da9f372b0b2d93d31d159a)) +* **base-zone:** alt revocable api using amplifier ([#8977](https://github.com/Agoric/agoric-sdk/issues/8977)) ([5cdf6e3](https://github.com/Agoric/agoric-sdk/commit/5cdf6e3a8b4fbb5cb8e276e6efeec65d9c3d6623)) +* **base-zone:** new package ([b7bc677](https://github.com/Agoric/agoric-sdk/commit/b7bc677238eee5969ac0a95dc066434ef676216e)) + + +### Bug Fixes + +* **base-zone,zone:** import `isPassable` from @endo/pass-style ([#9230](https://github.com/Agoric/agoric-sdk/issues/9230)) ([fbd8633](https://github.com/Agoric/agoric-sdk/commit/fbd8633ae9f8420a589dd9bc32925418f2dde060)) diff --git a/packages/base-zone/package.json b/packages/base-zone/package.json index 7adeeb7da22..353ba9f4298 100644 --- a/packages/base-zone/package.json +++ b/packages/base-zone/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/base-zone", - "version": "0.1.0", + "version": "0.1.1-u16.0", "description": "Allocation zone abstraction library and heap implementation", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -27,7 +27,7 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/store": "^0.9.2", + "@agoric/store": "^0.9.3-u16.0", "@endo/common": "^1.2.2", "@endo/exo": "^1.5.0", "@endo/far": "^1.1.2", diff --git a/packages/benchmark/CHANGELOG.md b/packages/benchmark/CHANGELOG.md index e69de29bb2d..1be95a1f150 100644 --- a/packages/benchmark/CHANGELOG.md +++ b/packages/benchmark/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### 0.1.1-u16.0 (2024-06-26) + + +### Features + +* add slog file output to benchmark tool ([3f9f8ba](https://github.com/Agoric/agoric-sdk/commit/3f9f8badf351ec94e2ea6763eb89a6d358b6a4c4)) +* implement benchmarks for price feeds with and without liquidation. ([d864b66](https://github.com/Agoric/agoric-sdk/commit/d864b666104beccf5f5ccad222f7a5d23a5ad7d5)), closes [#8496](https://github.com/Agoric/agoric-sdk/issues/8496) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index 4d3f4e7015d..da717b1f3be 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/benchmark", - "version": "0.1.0", + "version": "0.1.1-u16.0", "private": true, "description": "Benchmark support", "type": "module", @@ -22,16 +22,15 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/boot": "^0.1.0", - "@agoric/cosmic-swingset": "^0.41.3", - "@agoric/internal": "^0.3.2", - "@agoric/inter-protocol": "^0.16.1", - "@agoric/vats": "^0.15.1", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/boot": "^0.2.0-u16.0", + "@agoric/cosmic-swingset": "^0.42.0-u16.0", + "@agoric/inter-protocol": "^0.17.0-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/init": "^1.1.2" }, - "devDependencies": {}, "files": [ "CHANGELOG.md", "src/", diff --git a/packages/boot/CHANGELOG.md b/packages/boot/CHANGELOG.md index e69de29bb2d..60b539d9c08 100644 --- a/packages/boot/CHANGELOG.md +++ b/packages/boot/CHANGELOG.md @@ -0,0 +1,62 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.0-u16.0 (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* make Network and IBC vats durable (#8721) + +### Features + +* smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric-sdk/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded)) +* add slog file output to benchmark tool ([3f9f8ba](https://github.com/Agoric/agoric-sdk/commit/3f9f8badf351ec94e2ea6763eb89a6d358b6a4c4)) +* Add tooling for standalone performance benchmarks ([058e54a](https://github.com/Agoric/agoric-sdk/commit/058e54aad93c04b57dfb3a411bff85c223ab5dd7)) +* delete tmp dir after proposal build ([5ab79b7](https://github.com/Agoric/agoric-sdk/commit/5ab79b778fd540454a727486849580ea6efe1789)) +* getBridgeId on ScopedBridgeManager ([aec4dea](https://github.com/Agoric/agoric-sdk/commit/aec4dea4f4d6baca3ea32c33551ba00658eab31b)) +* implement benchmarks for price feeds with and without liquidation. ([d864b66](https://github.com/Agoric/agoric-sdk/commit/d864b666104beccf5f5ccad222f7a5d23a5ad7d5)), closes [#8496](https://github.com/Agoric/agoric-sdk/issues/8496) +* implement swingset-runner based version of the vaults benchmark ([6593570](https://github.com/Agoric/agoric-sdk/commit/659357022f339d8aae32e6600a2bf00e5a30d474)) +* initChainInfo in orchestration setup eval ([5913d8f](https://github.com/Agoric/agoric-sdk/commit/5913d8f85831cda6cabcff2aa4304c7b42ade70e)) +* **internal:** fakeStorage.getBody() supports index other than -1 ([eda89cc](https://github.com/Agoric/agoric-sdk/commit/eda89cc7ec56b44f33f8552811c267d01bbf29b0)) +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* **orchestration:** add stakeAtom example contract ([82f1901](https://github.com/Agoric/agoric-sdk/commit/82f1901ec6ecf5a802a72023d033609deeb053e1)) +* **orchestration:** add support for queries (icq/v1) ([79b5d0f](https://github.com/Agoric/agoric-sdk/commit/79b5d0f61f0c11b00e51832b7edf3922df8f51c6)) +* **orchestration:** align ChainAccount spec with current implementation ([678f21f](https://github.com/Agoric/agoric-sdk/commit/678f21f51b8ad94f9064dcd8b4b3bbad707b6996)) +* **orchestration:** create ChainAccount ([ba75ed6](https://github.com/Agoric/agoric-sdk/commit/ba75ed692a565aae5c5124ad5220f6901576532e)) +* **orchestration:** send message from ica ([764e4a8](https://github.com/Agoric/agoric-sdk/commit/764e4a86a5f27ca5a1478e6111b3440dcc2de3f2)) +* **orchestration:** stakeAtom delegate ([54d830f](https://github.com/Agoric/agoric-sdk/commit/54d830fd53420d3395a5d9ca3bc11e8a55a2773b)) +* **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07)) +* refresh slogulator to account for smallcaps and improve UX ([73aa6d6](https://github.com/Agoric/agoric-sdk/commit/73aa6d6554651a4897fa19ae223abbe8a8491320)), closes [#8647](https://github.com/Agoric/agoric-sdk/issues/8647) +* stakeBld contract ([a7e30a4](https://github.com/Agoric/agoric-sdk/commit/a7e30a4e43c00b2916d2d57c70063650e726321f)) +* stub Orchestration API ([1e054ac](https://github.com/Agoric/agoric-sdk/commit/1e054ac972ddfff5fb03738747c69eecd125c463)) +* support `coreProposals.steps` ([80fa3d1](https://github.com/Agoric/agoric-sdk/commit/80fa3d14494706d825f51ac22e1bbf4ec68ce404)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** readLatest returns any ([7a9982b](https://github.com/Agoric/agoric-sdk/commit/7a9982bf8572f43ce8670ed6e73ee4c8fad858b5)) +* use fetched chain info ([6fbdeae](https://github.com/Agoric/agoric-sdk/commit/6fbdeae46a71512cbd95603a71b406867a37511c)) +* **vats:** `BRIDGE_TARGET_REGISTER` and `BRIDGE_TARGET_UNREGISTER` ([badf695](https://github.com/Agoric/agoric-sdk/commit/badf6958dcfb602cf5992afd4ba1f0dc602fccd5)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) +* WithdrawReward on StakingAccountHolder ([8cbe1b6](https://github.com/Agoric/agoric-sdk/commit/8cbe1b60de03aeeffe8ffef433e4e35e4f900911)) +* Zoe use watchPromise() to wait for contract finish ([#8453](https://github.com/Agoric/agoric-sdk/issues/8453)) ([6388a00](https://github.com/Agoric/agoric-sdk/commit/6388a002b53593f17a8d936d4e937efb7d065d97)) + + +### Bug Fixes + +* **boot:** import ambient types from Zoe ([e9d24cd](https://github.com/Agoric/agoric-sdk/commit/e9d24cdfa94d3761419bc91e8203fbb3f66bcad4)) +* chainId in connection tuple ([7f15f0a](https://github.com/Agoric/agoric-sdk/commit/7f15f0a4b8f9f7908773c336d5ae4f4452f0bd48)) +* eliminate the `passableEncoding` hack ([87dbbda](https://github.com/Agoric/agoric-sdk/commit/87dbbda8484c6fe3fe542eb847647fd1540c11e6)), closes [#8327](https://github.com/Agoric/agoric-sdk/issues/8327) +* fetch agoric connections ([f8bcd92](https://github.com/Agoric/agoric-sdk/commit/f8bcd921dca3e03e112f03a0b2975a2b82f959c9)) +* **lint:** addressing lint errors ([bfe10d9](https://github.com/Agoric/agoric-sdk/commit/bfe10d9cc3878c322ca624a3a603e80f94dc6970)) +* make tests work again after some (bogus) awaits were removed from bootstrap ([ca0a3aa](https://github.com/Agoric/agoric-sdk/commit/ca0a3aab3f31ac0e97e55cd63709000fbb46f2ca)) +* minor fixes and cleanups in preparation for benchmark support ([1277176](https://github.com/Agoric/agoric-sdk/commit/127717677287cc825e34b6326be3e11a165dce27)) +* **network:** use new `ERef` and `FarRef` ([55adb2b](https://github.com/Agoric/agoric-sdk/commit/55adb2b1f5b644ef5b7cf40ea8b7d87488218229)) +* **orchestration:** rename `.getAccountAddress` -> `.getAddress` ([f951cde](https://github.com/Agoric/agoric-sdk/commit/f951cde10ee6618660938b2e5b404f797231d8e2)) +* parseQueryPacket bigint handling ([916af0f](https://github.com/Agoric/agoric-sdk/commit/916af0f2b59539384324575afd547d031a15ba92)) +* **provisioning:** don't use disconnected namesByAddress ([84d74dd](https://github.com/Agoric/agoric-sdk/commit/84d74dd22a8fb2ec274c293d5de0078e0a9359a0)) +* real chainId in chainAccountKit ([521dfd0](https://github.com/Agoric/agoric-sdk/commit/521dfd0db134ef74ce78afb0f6ae9ba83315ce67)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **vats:** `vtransfer` code cleanup ([8ac8197](https://github.com/Agoric/agoric-sdk/commit/8ac819709ef9ced0badee25e6715a5847b1e3f4c)) +* **vow:** allow resolving vow to external promise ([945a60c](https://github.com/Agoric/agoric-sdk/commit/945a60cfdadd90716340b5122c4008b56225af7a)) diff --git a/packages/boot/package.json b/packages/boot/package.json index 5c57e3274f6..3ac671bf55b 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/boot", - "version": "0.1.0", + "version": "0.2.0-u16.0", "private": true, "description": "Config and utilities to bootstrap an Agoric chain", "type": "module", @@ -18,25 +18,25 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/builders": "^0.1.0", - "@agoric/cosmic-proto": "^0.4.0", - "@agoric/cosmic-swingset": "^0.41.3", - "@agoric/ertp": "^0.16.2", - "@agoric/inter-protocol": "^0.16.1", - "@agoric/internal": "^0.3.2", - "@agoric/kmarshal": "^0.1.0", - "@agoric/notifier": "^0.6.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/telemetry": "^0.6.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.1", - "@agoric/vm-config": "^0.1.0", - "@agoric/vow": "^0.1.0", - "@agoric/zoe": "^0.26.2", - "@agoric/zone": "^0.2.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/builders": "^0.2.0-u16.0", + "@agoric/cosmic-proto": "^0.4.1-u16.0", + "@agoric/cosmic-swingset": "^0.42.0-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/inter-protocol": "^0.17.0-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/kmarshal": "^0.1.1-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/telemetry": "^0.6.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/vm-config": "^0.1.1-u16.0", + "@agoric/vow": "^0.2.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", @@ -48,10 +48,10 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/deploy-script-support": "^0.10.3", - "@agoric/governance": "^0.10.3", - "@agoric/store": "^0.9.2", - "@agoric/swingset-liveslots": "^0.10.2", + "@agoric/deploy-script-support": "^0.10.4-u16.0", + "@agoric/governance": "^0.10.4-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", "@endo/base64": "^1.0.5", "@endo/patterns": "^1.4.0", "ava": "^5.3.0", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index e69de29bb2d..0567b976aba 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.0-u16.0 (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* make Network and IBC vats durable (#8721) + +### Features + +* smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric-sdk/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded)) +* a proposal to upgrade scaledPriceAuthorities ([e5ed0ff](https://github.com/Agoric/agoric-sdk/commit/e5ed0ff6abcb83f52b32d49125e21e6e41923ed0)) +* add priceFeed for StkAtom ([6a861df](https://github.com/Agoric/agoric-sdk/commit/6a861dfa14f42b4547a24ba31175a3b1a74c97c1)) +* add upgrade zcf only proposal ([73e0bb8](https://github.com/Agoric/agoric-sdk/commit/73e0bb830e7612e74c8fb510b909db154d2b2219)) +* auctioneer detects failing priceAuthority; requests new one ([#8691](https://github.com/Agoric/agoric-sdk/issues/8691)) ([8604b01](https://github.com/Agoric/agoric-sdk/commit/8604b011b072d7bef43df59c075bcff9582b8804)), closes [#8696](https://github.com/Agoric/agoric-sdk/issues/8696) +* **builders:** non-ambient `strictPriceFeedProposalBuilder` in `priceFeedSupport.js` ([52a6eeb](https://github.com/Agoric/agoric-sdk/commit/52a6eebd9e2c3d73edd5f4ae35c58a22774a3cd0)) +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) +* new 'builders' package ([00c88ab](https://github.com/Agoric/agoric-sdk/commit/00c88ab1615ed55a3928ae52e332be05a173d1f6)) +* **orchestration:** add stakeAtom example contract ([82f1901](https://github.com/Agoric/agoric-sdk/commit/82f1901ec6ecf5a802a72023d033609deeb053e1)) +* **orchestration:** create ChainAccount ([ba75ed6](https://github.com/Agoric/agoric-sdk/commit/ba75ed692a565aae5c5124ad5220f6901576532e)) +* **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07)) +* repair KREAd contract on zoe upgrade ([14040d4](https://github.com/Agoric/agoric-sdk/commit/14040d4fb2a1fcc8687e26ed9208d9824c579876)) +* **smart-wallet:** upgrade walletFactory for non-vbank assets ([a0c4ecf](https://github.com/Agoric/agoric-sdk/commit/a0c4ecf5d6f1e3874828f5b2fcf38f87cb0619ba)) +* stakeBld contract ([a7e30a4](https://github.com/Agoric/agoric-sdk/commit/a7e30a4e43c00b2916d2d57c70063650e726321f)) +* start a new auction in a3p-integration ([969235b](https://github.com/Agoric/agoric-sdk/commit/969235b18abbd15187e343d5f616f12177d224c4)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* **vats:** provide init-localchain ([19e5aed](https://github.com/Agoric/agoric-sdk/commit/19e5aed4e8a2aad667c04023e0aea01712ff9b9c)) +* Zoe use watchPromise() to wait for contract finish ([#8453](https://github.com/Agoric/agoric-sdk/issues/8453)) ([6388a00](https://github.com/Agoric/agoric-sdk/commit/6388a002b53593f17a8d936d4e937efb7d065d97)) + + +### Bug Fixes + +* **builders:** use proper `oracleBrand` subkey case ([bf531c3](https://github.com/Agoric/agoric-sdk/commit/bf531c36c83958924a1792e0c263ee38f4a65a11)) +* repair storage of zcfBundleCap and add a3p test ([72c7574](https://github.com/Agoric/agoric-sdk/commit/72c75740aff920ffb53231441d0f00a8747400f1)) +* support issuerName separate from keyword in add-collateral-core ([f0b1559](https://github.com/Agoric/agoric-sdk/commit/f0b1559374fe67d10e92f20c85d90a6f07e03cf0)) diff --git a/packages/builders/package.json b/packages/builders/package.json index 0acd618d6c7..55c03a368b1 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/builders", - "version": "0.1.0", + "version": "0.2.0-u16.0", "description": "Build scripts for proposals to an Agoric chain", "type": "module", "main": "./index.js", @@ -23,13 +23,13 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/smart-wallet": "^0.5.3", - "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.1", - "@agoric/zoe": "^0.26.2", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/smart-wallet": "^0.5.4-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", @@ -41,14 +41,14 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/deploy-script-support": "^0.10.3", - "@agoric/governance": "^0.10.3", - "@agoric/inter-protocol": "^0.16.1", - "@agoric/store": "^0.9.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/time": "^0.3.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/deploy-script-support": "^0.10.4-u16.0", + "@agoric/governance": "^0.10.4-u16.0", + "@agoric/inter-protocol": "^0.17.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", "ava": "^5.3.0", "c8": "^9.1.0" }, diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index f4af0deabd3..a0112ac940e 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -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.3.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.2...@agoric/cache@0.3.3-u16.0) (2024-06-26) + + +### Features + +* **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0)) + + + ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.1...@agoric/cache@0.3.2) (2023-06-02) **Note:** Version bump only for package @agoric/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index 5a0fc6115c0..d942a29f845 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cache", - "version": "0.3.2", + "version": "0.3.3-u16.0", "description": "Agoric's simple cache interface", "type": "module", "main": "src/main.js", @@ -19,15 +19,15 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/vat-data": "^0.5.2", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", "@endo/far": "^1.1.2", "@endo/marshal": "^1.5.0" }, "devDependencies": { - "@agoric/zoe": "^0.26.2", + "@agoric/zoe": "^0.26.3-u16.0", "ava": "^5.3.0", "c8": "^9.1.0" }, diff --git a/packages/casting/CHANGELOG.md b/packages/casting/CHANGELOG.md index d3281d96673..15b0b3733a9 100644 --- a/packages/casting/CHANGELOG.md +++ b/packages/casting/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.4.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.2...@agoric/casting@0.4.3-u16.0) (2024-06-26) + + +### Features + +* **casting:** makeHttpClient for explicit net access with cosmjs ([5bc5138](https://github.com/Agoric/agoric-sdk/commit/5bc513853d144f2967d9c2fc5b21fa2c4e284982)) +* **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0)) +* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e)) + + +### Bug Fixes + +* **casting:** dont crash on bad capdata ([8f4ba3a](https://github.com/Agoric/agoric-sdk/commit/8f4ba3a2f56174161d88f57280513ee5a0f5d4d9)) +* **casting:** explicitly harden prototypes ([833c9b3](https://github.com/Agoric/agoric-sdk/commit/833c9b3f63bb83362789bc1261eabf71a8e88ea2)) +* **casting:** properly follow an unpopulated state entry ([97be818](https://github.com/Agoric/agoric-sdk/commit/97be818c4f5c507830f70392f334fa60dd6d7f94)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + + ### [0.4.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.1...@agoric/casting@0.4.2) (2023-06-02) **Note:** Version bump only for package @agoric/casting diff --git a/packages/casting/package.json b/packages/casting/package.json index 1b5fee77acb..cfca04d41dd 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/casting", - "version": "0.4.2", + "version": "0.4.3-u16.0", "description": "Agoric's OCap broadcasting system", "type": "module", "main": "src/main.js", @@ -22,9 +22,9 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", "@cosmjs/encoding": "^0.32.3", "@cosmjs/proto-signing": "^0.32.3", "@cosmjs/stargate": "^0.32.3", @@ -37,7 +37,7 @@ "node-fetch": "^2.6.0" }, "devDependencies": { - "@agoric/cosmic-proto": "^0.4.0", + "@agoric/cosmic-proto": "^0.4.1-u16.0", "@endo/ses-ava": "^1.2.2", "@types/node-fetch": "^2.6.2", "ava": "^5.3.0", diff --git a/packages/cosmic-proto/CHANGELOG.md b/packages/cosmic-proto/CHANGELOG.md index a29635a6272..89048e856b4 100644 --- a/packages/cosmic-proto/CHANGELOG.md +++ b/packages/cosmic-proto/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.4.1-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.3.0...@agoric/cosmic-proto@0.4.1-u16.0) (2024-06-26) + + +### Features + +* base64 without ambient authority ([537a0e3](https://github.com/Agoric/agoric-sdk/commit/537a0e3a4e3df2185c8f125ea21d1e591d94ab29)) +* **cosmic-proto:** add icq/v1 proto + codegen for @agoric/orchestration ([910e038](https://github.com/Agoric/agoric-sdk/commit/910e038069d01b333b5a536ea27f734cd64b3eae)), closes [#9072](https://github.com/Agoric/agoric-sdk/issues/9072) +* **cosmic-proto:** add JsonSafe and RequestQueryJson types ([fe9dab4](https://github.com/Agoric/agoric-sdk/commit/fe9dab4dffd87c8026eea1fea9115a2cb925d344)), closes [#9072](https://github.com/Agoric/agoric-sdk/issues/9072) +* **cosmic-proto:** add toRequestQueryJson and typeUrlToGrpcPath ([ea8e6d3](https://github.com/Agoric/agoric-sdk/commit/ea8e6d3b6cd8a01776cc42ddfca4dc65b0c0eec3)) +* **cosmic-proto:** add vstorage query ([97b1678](https://github.com/Agoric/agoric-sdk/commit/97b167863343955944faef6505ed11ab7119f4e3)) +* **cosmic-proto:** export distribution ([17c2932](https://github.com/Agoric/agoric-sdk/commit/17c293261d3b218eaf83f34ec2ae042ec7d1b1e2)), closes [endojs/endo#2265](https://github.com/endojs/endo/issues/2265) +* **cosmic-proto:** include ibc-go in update-protos.sh ([c7b0f27](https://github.com/Agoric/agoric-sdk/commit/c7b0f278813ab7975eafa0b8f1161e5a0fed29f0)) +* cosmos protos ([f67add7](https://github.com/Agoric/agoric-sdk/commit/f67add77fd38b02555e644772f600cd59f5f1970)) +* ignore prettier stdout ([72b0795](https://github.com/Agoric/agoric-sdk/commit/72b0795b82efd62b3a26fb417dfd8c16b3c2dd39)) +* **lca:** undelegate ([a18d21c](https://github.com/Agoric/agoric-sdk/commit/a18d21ce5bf539099171f2e8da3bbab6d33a352e)) +* **localchain:** add `.transfer()` helper to LocalChainAccount ([fd11145](https://github.com/Agoric/agoric-sdk/commit/fd111458355c46cf34536991e37b4a316ad09898)) +* **orchestration:** add support for queries (icq/v1) ([79b5d0f](https://github.com/Agoric/agoric-sdk/commit/79b5d0f61f0c11b00e51832b7edf3922df8f51c6)) +* **orchestration:** send message from ica ([764e4a8](https://github.com/Agoric/agoric-sdk/commit/764e4a86a5f27ca5a1478e6111b3440dcc2de3f2)) +* **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07)) +* SES compatibility ([b7bbc85](https://github.com/Agoric/agoric-sdk/commit/b7bbc8516d1b749c65d1c42c8ff6018eb2991313)) +* typedJson ([cd151b7](https://github.com/Agoric/agoric-sdk/commit/cd151b71d5a66d4a86e04a1af104fca277058836)) +* **types:** ResponseTo by template ([68fcfac](https://github.com/Agoric/agoric-sdk/commit/68fcfac22055670b375ec1dac9d2eb31d141ec7b)) +* **types:** utility for Base64 encoding Any json ([c77c1be](https://github.com/Agoric/agoric-sdk/commit/c77c1be9e6e158dd276ea997772dac061d3cf4ec)) + + +### Bug Fixes + +* **cosmic-proto:** add missing `cosmos_proto` dep ([651775f](https://github.com/Agoric/agoric-sdk/commit/651775f4e38ddbee6cb1961a01b57f49e73984ad)) +* **cosmic-proto:** do not git ignore all generated files ([83a9d23](https://github.com/Agoric/agoric-sdk/commit/83a9d23080156882af32247723dda452db8a469e)) +* default value handling (telescope 1.4.12 -> 1.5.1) ([1469ce7](https://github.com/Agoric/agoric-sdk/commit/1469ce7439a74afe6e6ae097e4deaa84de305a97)) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) + + + ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-proto@0.2.1...@agoric/cosmic-proto@0.3.0) (2023-05-19) diff --git a/packages/cosmic-proto/package.json b/packages/cosmic-proto/package.json index 62f85cd9b4c..2461ab85f37 100644 --- a/packages/cosmic-proto/package.json +++ b/packages/cosmic-proto/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-proto", - "version": "0.4.0", + "version": "0.4.1-u16.0", "description": "Protobuf stubs for the Agoric cosmos-sdk module", "keywords": [], "author": "Agoric", @@ -130,7 +130,7 @@ "access": "public" }, "devDependencies": { - "@agoric/cosmos": "^0.34.1", + "@agoric/cosmos": "^0.35.0-u16.0", "@ava/typescript": "^4.1.0", "@cosmology/telescope": "^1.7.1", "ava": "^5.3.1", diff --git a/packages/cosmic-swingset/CHANGELOG.md b/packages/cosmic-swingset/CHANGELOG.md index 7f15b6ac082..69f30dbe47e 100644 --- a/packages/cosmic-swingset/CHANGELOG.md +++ b/packages/cosmic-swingset/CHANGELOG.md @@ -3,6 +3,58 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.42.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.3...@agoric/cosmic-swingset@0.42.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **cosmos:** add required export-dir export cmd option +* remove deprecated `ag-cosmos-helper` + +### Features + +* add exporter.getHostKV() API ([eb564f9](https://github.com/Agoric/agoric-sdk/commit/eb564f9635397c0706e1f8255b3e125681e2d031)), closes [#8523](https://github.com/Agoric/agoric-sdk/issues/8523) +* Add tooling for standalone performance benchmarks ([058e54a](https://github.com/Agoric/agoric-sdk/commit/058e54aad93c04b57dfb3a411bff85c223ab5dd7)) +* **agd:** try harder to find cosmic-swingset ([dd547f0](https://github.com/Agoric/agoric-sdk/commit/dd547f0a8057109a0bbe27a814fb3fc403ad3fd1)) +* **cosmic-swingset:** add begin block check and transaction ([#8432](https://github.com/Agoric/agoric-sdk/issues/8432)) ([a9d113a](https://github.com/Agoric/agoric-sdk/commit/a9d113a09dfd93889ae985533535df53fdc771e7)) +* **cosmic-swingset:** add JS upgrade plan handler stub ([655133e](https://github.com/Agoric/agoric-sdk/commit/655133ed909b5d632dc033e992214a7b6a1b5ab1)) +* **cosmic-swingset:** add repair-metadata snapshot restore option ([4fc0113](https://github.com/Agoric/agoric-sdk/commit/4fc01134fab9402d5916f0593728acce4697da9e)) +* **cosmic-swingset:** implement `ENACTED_UPGRADE` blocking send ([3825c17](https://github.com/Agoric/agoric-sdk/commit/3825c171f3528cd3c4e63e8aeb3363a3e88b75fc)) +* **cosmic-swingset:** replace import/export options ([0f01712](https://github.com/Agoric/agoric-sdk/commit/0f01712cadef12784afa547d568a6e77b9a83344)) +* **cosmic-swingset:** run upgrade actions to completion ([140712a](https://github.com/Agoric/agoric-sdk/commit/140712a25fbadbe513158f5a706793d1bde12c17)) +* **cosmic-swingset:** use x/swingset for swing-store export data ([1534add](https://github.com/Agoric/agoric-sdk/commit/1534adde558df456e3225b8384e2a7033d5a5d18)) +* **cosmos:** add required export-dir export cmd option ([3be2986](https://github.com/Agoric/agoric-sdk/commit/3be2986059c9f007d34518deef68e31956e9b45e)) +* **cosmos:** support core proposals set by upgrade handler ([605eb4b](https://github.com/Agoric/agoric-sdk/commit/605eb4b8f33d7646c3a9084d43ecd51029e12b80)) +* **cosmos:** wire new swingset port handler ([ea582bf](https://github.com/Agoric/agoric-sdk/commit/ea582bf7738f82d0abe5529ee1ac9f2e117c957a)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* Simple removal of lien primarilly through code search ([#8988](https://github.com/Agoric/agoric-sdk/issues/8988)) ([695c440](https://github.com/Agoric/agoric-sdk/commit/695c440c0f48a3591b15a43665682c5f1ebbad9d)) +* support `coreProposals.steps` ([80fa3d1](https://github.com/Agoric/agoric-sdk/commit/80fa3d14494706d825f51ac22e1bbf4ec68ce404)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) + + +### Bug Fixes + +* **cosmic-swingset:** backwards param compat in import/export ([bd49484](https://github.com/Agoric/agoric-sdk/commit/bd49484e5777b8675ed3be5e78e46f6a5d89b7db)) +* **cosmic-swingset:** log level for swing-store export ([33c4a51](https://github.com/Agoric/agoric-sdk/commit/33c4a517f079c4ad17c30f9d1d13f181b06f112f)) +* **cosmic-swingset:** merge `coreProposals` from bootstrap and upgrade plan ([2b38ebc](https://github.com/Agoric/agoric-sdk/commit/2b38ebc378847a878725419db37580405df0a28e)) +* **cosmic-swingset:** only require vatconfig if uninitialized ([cfb72f3](https://github.com/Agoric/agoric-sdk/commit/cfb72f337cf650f303adfebaeffb1ee9ad0c0a92)) +* **cosmic-swingset:** only search for the `vatconfig` on init ([b14ca40](https://github.com/Agoric/agoric-sdk/commit/b14ca404ea5bc314f99372a3eba878926f94f679)) +* **cosmic-swingset:** send started event before beginning actual export ([3c94159](https://github.com/Agoric/agoric-sdk/commit/3c94159bbe4b27a14eeb27612c4a73afa556c472)) +* DEBUG harmony ([#8136](https://github.com/Agoric/agoric-sdk/issues/8136)) ([d2ea4b4](https://github.com/Agoric/agoric-sdk/commit/d2ea4b46b9efa61e97eec8711830d9fdd741ca55)) +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* export state-sync snapshot without a DB write-lock ([3bc3799](https://github.com/Agoric/agoric-sdk/commit/3bc37990fd813136dab33dd93a1dcec073b187f9)), closes [#8523](https://github.com/Agoric/agoric-sdk/issues/8523) +* **sim-params:** power_flag casing ([66955c1](https://github.com/Agoric/agoric-sdk/commit/66955c1e70b63e6525ea10bc946f7c1a84e1e869)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* **x/swingset:** switch export/import to replay artifact level ([6ab24b2](https://github.com/Agoric/agoric-sdk/commit/6ab24b299f31affc0a638cc6352678a2c167044c)) + + +### Build System + +* remove deprecated `ag-cosmos-helper` ([6866ebe](https://github.com/Agoric/agoric-sdk/commit/6866ebe670c257b60dfb6951c295e21ce0fe2fcc)) + + + ### [0.41.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.2...@agoric/cosmic-swingset@0.41.3) (2023-06-09) **Note:** Version bump only for package @agoric/cosmic-swingset diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index f60ec2e7204..cc14f41d4bc 100644 --- a/packages/cosmic-swingset/package.json +++ b/packages/cosmic-swingset/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/cosmic-swingset", - "version": "0.41.3", + "version": "0.42.0-u16.0", "description": "Agoric's Cosmos blockchain integration", "type": "module", "bin": { @@ -22,16 +22,16 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/builders": "^0.1.0", - "@agoric/cosmos": "^0.34.1", - "@agoric/deploy-script-support": "^0.10.3", - "@agoric/internal": "^0.3.2", - "@agoric/store": "^0.9.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/telemetry": "^0.6.2", - "@agoric/vm-config": "^0.1.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/builders": "^0.2.0-u16.0", + "@agoric/cosmos": "^0.35.0-u16.0", + "@agoric/deploy-script-support": "^0.10.4-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/telemetry": "^0.6.3-u16.0", + "@agoric/vm-config": "^0.1.1-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/env-options": "^1.1.4", "@endo/far": "^1.1.2", @@ -41,8 +41,8 @@ "@endo/nat": "^5.0.7", "@endo/promise-kit": "^1.1.2", "@iarna/toml": "^2.2.3", - "@opentelemetry/sdk-metrics": "~1.9.0", "@opentelemetry/api": "~1.3.0", + "@opentelemetry/sdk-metrics": "~1.9.0", "anylogger": "^0.21.0", "deterministic-json": "^1.0.5", "import-meta-resolve": "^2.2.1", diff --git a/packages/create-dapp/CHANGELOG.md b/packages/create-dapp/CHANGELOG.md index 60a154d5e69..08928ad6e73 100644 --- a/packages/create-dapp/CHANGELOG.md +++ b/packages/create-dapp/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 0.1.1-u16.0 (2024-06-26) + + +### Features + +* **create-dapp:** `npm create @agoric/dapp ...` uses `agoric init` ([4c7a6b2](https://github.com/Agoric/agoric-sdk/commit/4c7a6b24a9190e95d9e6706298b9ca8411f6c693)) + + +### Reverts + +* Revert "chore(create-dapp): bump version to 0.2.0" ([9743db8](https://github.com/Agoric/agoric-sdk/commit/9743db8e25178d7c6a860011dc4388d038010881)) + + + ## 0.1.0 (2023-11-13) Initial release diff --git a/packages/create-dapp/package.json b/packages/create-dapp/package.json index dd1112eff6d..52db465376d 100644 --- a/packages/create-dapp/package.json +++ b/packages/create-dapp/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/create-dapp", - "version": "0.1.0", + "version": "0.1.1-u16.0", "description": "Create an Agoric Javascript smart contract application", "type": "module", "bin": { @@ -24,7 +24,7 @@ "c8": "^9.1.0" }, "dependencies": { - "agoric": "^0.21.1" + "agoric": "^0.22.0-u16.0" }, "keywords": [], "repository": { diff --git a/packages/deploy-script-support/CHANGELOG.md b/packages/deploy-script-support/CHANGELOG.md index f22043c2dd0..6f37f568bc6 100644 --- a/packages/deploy-script-support/CHANGELOG.md +++ b/packages/deploy-script-support/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.4-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.3...@agoric/deploy-script-support@0.10.4-u16.0) (2024-06-26) + + +### Features + +* better diagnostic for bad proposal ([835cc27](https://github.com/Agoric/agoric-sdk/commit/835cc27bdf286c14ed1246ddb8d8db407c6303fa)) +* **deploy-script-support:** generalize `extractCoreProposalBundles` ([4ca9a0b](https://github.com/Agoric/agoric-sdk/commit/4ca9a0b5cb8152e0fb5ca38f755ddd93dab07e36)) +* **deploy-script-support:** Write out bundle file names in machine readable file ([68235ec](https://github.com/Agoric/agoric-sdk/commit/68235ec3fc78b9973d886e782e03048427b6f93e)) +* **extract-proposal:** organize proposals into steps ([74f17ee](https://github.com/Agoric/agoric-sdk/commit/74f17ee3d4796078829e3e348822efb27738a38b)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric-sdk/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) +* **types:** no package imports for ambient types ([cc182de](https://github.com/Agoric/agoric-sdk/commit/cc182de9b8b02a81210768b2602085534aa38a75)) +* writeCoreEval returns plan ([fc822bc](https://github.com/Agoric/agoric-sdk/commit/fc822bc1ea1d98761e7e2f0a8a0aa1d16fe1b197)) + + +### Bug Fixes + +* **deploy-scripts-support:** correct bare module resolution ([ff85a7a](https://github.com/Agoric/agoric-sdk/commit/ff85a7af22119a292d3978d2a1adecf1c75a87be)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* upgrade for breaking changes in `@endo/bundle-source` ([e840bb2](https://github.com/Agoric/agoric-sdk/commit/e840bb2385ef38aa2a038b6f21f02cdcd2d7979b)) + + + ### [0.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/deploy-script-support@0.10.2...@agoric/deploy-script-support@0.10.3) (2023-06-09) **Note:** Version bump only for package @agoric/deploy-script-support diff --git a/packages/deploy-script-support/package.json b/packages/deploy-script-support/package.json index 6459ae3226b..cc947eb2960 100644 --- a/packages/deploy-script-support/package.json +++ b/packages/deploy-script-support/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/deploy-script-support", - "version": "0.10.3", + "version": "0.10.4-u16.0", "description": "Helpers and other support for writing deploy scripts", "type": "module", "main": "src/helpers.js", @@ -34,14 +34,14 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.2", - "@agoric/import-manager": "^0.3.11", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/time": "^0.3.2", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/import-manager": "^0.3.12-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/base64": "^1.0.5", "@endo/bundle-source": "^3.2.3", "@endo/far": "^1.1.2", @@ -51,7 +51,7 @@ "@endo/zip": "^1.0.5" }, "devDependencies": { - "@agoric/vats": "^0.15.1", + "@agoric/vats": "^0.16.0-u16.0", "@endo/init": "^1.1.2", "ava": "^5.3.0", "import-meta-resolve": "^2.2.1" diff --git a/packages/deployment/CHANGELOG.md b/packages/deployment/CHANGELOG.md index c2bc100ebb6..cab84f325e1 100644 --- a/packages/deployment/CHANGELOG.md +++ b/packages/deployment/CHANGELOG.md @@ -3,6 +3,110 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/deployment@2.5.0...@agoric/deployment@4.0.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **cosmos:** add required export-dir export cmd option +* remove deprecated `ag-cosmos-helper` + +### Features + +* allow passing tmux flags ([ef92fb5](https://github.com/Agoric/agoric-sdk/commit/ef92fb5cc91210d1469d293bdac1c76b05858136)) +* **cosmos:** add required export-dir export cmd option ([3be2986](https://github.com/Agoric/agoric-sdk/commit/3be2986059c9f007d34518deef68e31956e9b45e)) +* **deployment:** `docker/integration-test.sh` for nested execution ([3d4dd2b](https://github.com/Agoric/agoric-sdk/commit/3d4dd2bc0dc0f032c736358e9bfae49edbfc7697)) +* **deployment:** add genesis export test ([46d3466](https://github.com/Agoric/agoric-sdk/commit/46d34667c4dd66714046c5682b05a5c891bfa8fc)) +* **deployment:** add state-sync to upgrade 11 test ([38ac134](https://github.com/Agoric/agoric-sdk/commit/38ac134e38de491a405e7692d4fa608c6b1775c7)) +* **deployment:** find testnet-load-generator in parent of agoric-sdk ([8161c5e](https://github.com/Agoric/agoric-sdk/commit/8161c5e24bc89776cb0f60b34ff3f85f2600f56b)) +* **deployment:** only include this package in `setup` docker image ([af47842](https://github.com/Agoric/agoric-sdk/commit/af478421688e81b3d337421fe5e2c648f3c53e87)) +* **deployment:** replicate broken state sync in upgrade test ([b06beec](https://github.com/Agoric/agoric-sdk/commit/b06beec9e83794407b060a70db4623b6da0b0db8)) +* **Docker:** make shell ([0ecffd2](https://github.com/Agoric/agoric-sdk/commit/0ecffd275591e56204a5e2794c82d814b3b73dac)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* port bash tests to javascript ([84f2e6f](https://github.com/Agoric/agoric-sdk/commit/84f2e6fe32e7e7650abd725757d21da698ccfb9a)) +* **smart-wallet:** upgrade walletFactory for non-vbank assets ([a0c4ecf](https://github.com/Agoric/agoric-sdk/commit/a0c4ecf5d6f1e3874828f5b2fcf38f87cb0619ba)) +* **upgrade-test:** plumb and use `UPGRADE_INFO` ([5f703d7](https://github.com/Agoric/agoric-sdk/commit/5f703d72c3fe07a73cf8f4204ce316ec08f047e6)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) +* **x/swingset:** export swing store in genesis ([598abf7](https://github.com/Agoric/agoric-sdk/commit/598abf73ac555bd7284c8a91a03c205dc62d9b0c)) + + +### Bug Fixes + +* **ci:** require loadgen in deployment integration test ([a59f162](https://github.com/Agoric/agoric-sdk/commit/a59f16200c6230209e7bb3b3bd7bc819476e02c0)) +* **cosmos:** make agd upgrade work ([1aa1d26](https://github.com/Agoric/agoric-sdk/commit/1aa1d26f05875c91fd47da1ad7386d8979f94b03)) +* **deployment:** Dockerfile syntax ([92190a4](https://github.com/Agoric/agoric-sdk/commit/92190a4af69b9155fa41503666694901ba62ae44)) +* **deployment:** fix upgrade 11 test that were skipped ([16f1b3f](https://github.com/Agoric/agoric-sdk/commit/16f1b3fd0a7ada7142cd13b6dd1c6bd52cf880c2)) +* **deployment:** localize script to upgrade ([371f65a](https://github.com/Agoric/agoric-sdk/commit/371f65ab623c3582129a130b07ce5688e86d3d82)) +* **deployment:** map Debian `bookworm` to Ubuntu `jammy` ([ba2c754](https://github.com/Agoric/agoric-sdk/commit/ba2c754be1cabf3b6198ff6dc62735a2d2fdb2b5)) +* **deployment:** propagate `ag-setup-cosmos` path to faucet script ([ea7e883](https://github.com/Agoric/agoric-sdk/commit/ea7e883f4b59f082be3a7cbb2673d63e4bb6700f)) +* **deployment:** remove dependency on `HELPER_BINARY` ([e7fb9f5](https://github.com/Agoric/agoric-sdk/commit/e7fb9f5abe56a3d8105a7eb16d2da3b9cba6be4b)) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) +* test upgrade to one-past-vaults ([e088215](https://github.com/Agoric/agoric-sdk/commit/e088215a7561b0bcc0f4c83f7a099c6cc32fb66f)) +* **upgrade-test:** abort if proposal is rejected ([735246a](https://github.com/Agoric/agoric-sdk/commit/735246a6b2dd303116f51538d7a03443fee336c8)) +* **upgrade-test:** update for new file locations ([cd2779e](https://github.com/Agoric/agoric-sdk/commit/cd2779e96012bb3ae8d02ccdfa8671890eab155c)) +* **upgrade-test:** use `agoric-upgrade-10` tag 35 ([1b23d31](https://github.com/Agoric/agoric-sdk/commit/1b23d3112525a84d45804650a38333b4fa563af1)) +* **upgrade-test:** use correct mainnet-1b image ([39558c0](https://github.com/Agoric/agoric-sdk/commit/39558c04b798d4a5edf6e4cdb512d20ee5c48d88)) +* **upgrade-test:** use default `$DEBUG` for docker run ([844556b](https://github.com/Agoric/agoric-sdk/commit/844556ba19d086b478ae01fcad644b548ae0300a)) +* use dev instead of latest ([7bbe44f](https://github.com/Agoric/agoric-sdk/commit/7bbe44fd712172fa302ab87eaeca96e97901e639)) + + +### Reverts + +* Revert "test(upgrade-test): tolerate running after `a3p:main` zoe upgrade" ([0b3e1a3](https://github.com/Agoric/agoric-sdk/commit/0b3e1a34d65e9ed78ad31f25c9fd7d1e719a45e2)) + + +### Build System + +* remove deprecated `ag-cosmos-helper` ([6866ebe](https://github.com/Agoric/agoric-sdk/commit/6866ebe670c257b60dfb6951c295e21ce0fe2fcc)) + +## 0.34.0 (2023-05-19) + + +### ⚠ BREAKING CHANGES + +* move swingset state dir +* **AMM:** remove the AMM and cleanup bootstrap etc. dependencies (#7074) + +### Features + +* **AMM:** remove the AMM and cleanup bootstrap etc. dependencies ([#7074](https://github.com/Agoric/agoric-sdk/issues/7074)) ([ed5ee58](https://github.com/Agoric/agoric-sdk/commit/ed5ee58a276fce3c55f19e4f6f662ed579896c2c)), closes [#7047](https://github.com/Agoric/agoric-sdk/issues/7047) +* **ci:** Enforce no failures of otel slog sender in integration ([c7227b2](https://github.com/Agoric/agoric-sdk/commit/c7227b2ecdc68617cf2f3cfd5a4623fafd27376a)) +* **ci:** require publishBundle ([aeb3e47](https://github.com/Agoric/agoric-sdk/commit/aeb3e47a20775a6585fc6d375d661018728c5fba)) +* **ci:** Use state-sync in deployment loadgen test ([27b97c1](https://github.com/Agoric/agoric-sdk/commit/27b97c1a6fa6e702fa72f1d215bb4d42f403ed3e)) +* **deployment:** Enable state-sync on validator nodes ([2faa1fb](https://github.com/Agoric/agoric-sdk/commit/2faa1fbd17d5cee552bfec8fd396b96d252bca1c)) +* move swingset state dir ([eddb46b](https://github.com/Agoric/agoric-sdk/commit/eddb46bd0e41340aec7d420adc37074fbca1b177)) + + +### Bug Fixes + +* accept ec invitations ([8cfc7d4](https://github.com/Agoric/agoric-sdk/commit/8cfc7d47bef9039e1cac1e4e54eea0a9e5ccefc9)) +* address review suggestions ([a011871](https://github.com/Agoric/agoric-sdk/commit/a011871321ca1f57601bc02ccc271ffbc86f7a15)) +* agoric follow lossy everywhere ([306ed4b](https://github.com/Agoric/agoric-sdk/commit/306ed4b3c25d6c51ab77e2111ee1e9fdd6a85349)) +* avoid bash exit attribute, reduce verbosity ([3fe4127](https://github.com/Agoric/agoric-sdk/commit/3fe41271d66b99b0b530bf7963ac4ddd9d1340a3)) +* bump go version ([d91451a](https://github.com/Agoric/agoric-sdk/commit/d91451a56da4a4c08f9ba0a1b56c8836ad4596b5)) +* **deployment:** minor Makefile fixes ([8494a90](https://github.com/Agoric/agoric-sdk/commit/8494a90b8edc767c93dbd4073d2f1b8a4f8044e4)) +* **deployment:** Pass-through SLOGSENDER_AGENT_ env ([#6438](https://github.com/Agoric/agoric-sdk/issues/6438)) ([7818d2d](https://github.com/Agoric/agoric-sdk/commit/7818d2db4e38737e09a0623579160c683f582ec1)) +* **deployment:** put `GOBIN` in `PATH` for `setup.sh` ([42ba2d4](https://github.com/Agoric/agoric-sdk/commit/42ba2d45cc1ee28f5344f1b146135ac10b4b4c5b)) +* **deployment:** remove dependencies on cgroup ([beda83d](https://github.com/Agoric/agoric-sdk/commit/beda83dd060e5f1ce8da0894fce0c145297d9df4)) +* **deployment:** rename `agoric/deployment` to `ssh-node` ([5eadb93](https://github.com/Agoric/agoric-sdk/commit/5eadb9329a689d95c0a5f276267350d9c7dfbd8a)) +* **deployment:** simplify the integration test ([f1db1ec](https://github.com/Agoric/agoric-sdk/commit/f1db1ec69a5d57cbab1c2aae568428820ed576f7)) +* increased timeout for older agoric follow ([66c5939](https://github.com/Agoric/agoric-sdk/commit/66c59396f8a288c6a802e1992febe1cb50822a10)) +* invalidate docker cache for GIT_REVISION too ([38de4a2](https://github.com/Agoric/agoric-sdk/commit/38de4a241db68ba0e62066d519b2f5bf6d804070)) +* Makefile envvar shell compatibility ([1a210db](https://github.com/Agoric/agoric-sdk/commit/1a210dbe2047691a715d2f8ddeb65e3c202e316c)) +* pushPrice prints correct oracle ([af5f1fe](https://github.com/Agoric/agoric-sdk/commit/af5f1feb1f76d17c0275ecc7ca447c9b1c78772f)) +* rename docker image root ([#7186](https://github.com/Agoric/agoric-sdk/issues/7186)) ([ab2efa6](https://github.com/Agoric/agoric-sdk/commit/ab2efa64b44fb410592b6dfa2a992296fd8b51d4)) +* timeout failed push price and emit warning ([0ba57cd](https://github.com/Agoric/agoric-sdk/commit/0ba57cd028ec52e779973c95f121b463d2b134bf)) +* unsaved test and dir replacements ([54dd29a](https://github.com/Agoric/agoric-sdk/commit/54dd29a856b1a9cc74c686ea0aefcf40a862ab85)) +* upgrade-test don't set dest ([a9bace0](https://github.com/Agoric/agoric-sdk/commit/a9bace0aa10d961f5db9cb6c3251a2197ebf7e69)) +* use `ubuntu:latest` for deployment container ([da0251a](https://github.com/Agoric/agoric-sdk/commit/da0251a5af5d8070eefc434a2068b61c28ad02e6)) + + +### Reverts + +* Revert "test: faketime" ([7a3468c](https://github.com/Agoric/agoric-sdk/commit/7a3468c46a2e61d7f8c4b5f7ce521220551200a2)) + + + ## 3.0.0 (2023-05-19) diff --git a/packages/deployment/package.json b/packages/deployment/package.json index 193807d9f18..d8455dbef92 100644 --- a/packages/deployment/package.json +++ b/packages/deployment/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/deployment", - "version": "3.0.0", + "version": "4.0.0-u16.0", "description": "Set up Agoric public chain nodes", "type": "module", "private": true, @@ -19,7 +19,7 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", + "@agoric/assert": "^0.6.1-u16.0", "@endo/init": "^1.1.2", "@endo/marshal": "^1.5.0", "better-sqlite3": "^9.1.1", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 2517e2e967c..fc144afec4d 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.4.1-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eslint-config@0.4.0...@agoric/eslint-config@0.4.1-u16.0) (2024-06-26) + + +### Features + +* **eslint-config:** also disable `no-await-in-loop` ([8be2e86](https://github.com/Agoric/agoric-sdk/commit/8be2e86372ba9c866d7981b4c7789a834ae9e10c)) + + +### Bug Fixes + +* export of eslint-config.cjs ([379277e](https://github.com/Agoric/agoric-sdk/commit/379277e777f6c69c1f23ed9aa7dc04d4c25a8b8d)) + + + ## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eslint-config@0.3.25...@agoric/eslint-config@0.4.0) (2023-05-19) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 321e569b7d2..d5a23f23318 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/eslint-config", - "version": "0.4.0", + "version": "0.4.1-u16.0", "description": "Rules used by the @agoric packages", "main": "./eslint-config.cjs", "repository": { @@ -27,15 +27,15 @@ "peerDependencies": { "@endo/eslint-plugin": "^2.1.3", "@jessie.js/eslint-plugin": "^0.4.1", - "typescript-eslint": "^7.2.0", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-github": "^4.10.0", "eslint-config-jessie": "^0.0.6", "eslint-config-prettier": "^9.0.0", + "eslint-plugin-github": "^4.10.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-prettier": "^5.0.0", - "prettier": "^3.0.3" + "prettier": "^3.0.3", + "typescript-eslint": "^7.2.0" } } diff --git a/packages/governance/CHANGELOG.md b/packages/governance/CHANGELOG.md index a57d34466b4..ba2d9c83f99 100644 --- a/packages/governance/CHANGELOG.md +++ b/packages/governance/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.4-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.3...@agoric/governance@0.10.4-u16.0) (2024-06-26) + + +### Features + +* guard ContractGovernorKit ([f0654e0](https://github.com/Agoric/agoric-sdk/commit/f0654e0ea84e94316bbdca2fe55cc5bb6f57752d)) +* puppetGovernor pass the Issuerkeywordrecord through ([#8351](https://github.com/Agoric/agoric-sdk/issues/8351)) ([9f89f97](https://github.com/Agoric/agoric-sdk/commit/9f89f97d4930676c2e74ba4d37d8be934ec3f1b6)), closes [#8350](https://github.com/Agoric/agoric-sdk/issues/8350) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric-sdk/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric-sdk/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) +* **types:** no package imports for ambient types ([cc182de](https://github.com/Agoric/agoric-sdk/commit/cc182de9b8b02a81210768b2602085534aa38a75)) + + +### Bug Fixes + +* **governance:** some governance invitations use proposal patterns ([0f794cb](https://github.com/Agoric/agoric-sdk/commit/0f794cb7cddac5cd5fc263427815440acde805f9)) +* properly exit floating `ZCFSeat` instances ([bb2edbd](https://github.com/Agoric/agoric-sdk/commit/bb2edbd3d6fb256f05bc63acd58a5539efabbecf)) +* **types:** emit .d.ts again ([0ca5db3](https://github.com/Agoric/agoric-sdk/commit/0ca5db30c0567867fd634279c2c0b50b5101b0d4)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric-sdk/commit/279b903a559710511d69f1614badddeab801b90d)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + + ### [0.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/governance@0.10.2...@agoric/governance@0.10.3) (2023-06-09) **Note:** Version bump only for package @agoric/governance diff --git a/packages/governance/package.json b/packages/governance/package.json index 6b80a7efcfa..302aef5efbf 100644 --- a/packages/governance/package.json +++ b/packages/governance/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/governance", - "version": "0.10.3", + "version": "0.10.4-u16.0", "description": "Core governance support", "type": "module", "main": "src/index.js", @@ -31,14 +31,14 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", @@ -49,7 +49,7 @@ "import-meta-resolve": "^2.2.1" }, "devDependencies": { - "@agoric/swingset-vat": "^0.32.2", + "@agoric/swingset-vat": "^0.33.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/init": "^1.1.2", "ava": "^5.3.0", diff --git a/packages/import-manager/CHANGELOG.md b/packages/import-manager/CHANGELOG.md index 32fbb9bcbc8..7528b10de5d 100644 --- a/packages/import-manager/CHANGELOG.md +++ b/packages/import-manager/CHANGELOG.md @@ -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.12-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.11...@agoric/import-manager@0.3.12-u16.0) (2024-06-26) + +**Note:** Version bump only for package @agoric/import-manager + + + + + ### [0.3.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/import-manager@0.3.10...@agoric/import-manager@0.3.11) (2023-06-02) **Note:** Version bump only for package @agoric/import-manager diff --git a/packages/import-manager/package.json b/packages/import-manager/package.json index 18016783487..b082fec2517 100644 --- a/packages/import-manager/package.json +++ b/packages/import-manager/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/import-manager", - "version": "0.3.11", + "version": "0.3.12-u16.0", "description": "Share code across vat boundaries", "type": "module", "main": "./src/importManager.js", @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "devDependencies": { - "@agoric/swingset-vat": "^0.32.2", + "@agoric/swingset-vat": "^0.33.0-u16.0", "ava": "^5.3.0", "c8": "^9.1.0" }, diff --git a/packages/inter-protocol/CHANGELOG.md b/packages/inter-protocol/CHANGELOG.md index b6b4f20612a..5027e54feae 100644 --- a/packages/inter-protocol/CHANGELOG.md +++ b/packages/inter-protocol/CHANGELOG.md @@ -3,6 +3,74 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.1...@agoric/inter-protocol@0.17.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **zone:** use fresh heap and virtual zones + +### Features + +* smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric-sdk/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded)) +* a proposal to upgrade scaledPriceAuthorities ([e5ed0ff](https://github.com/Agoric/agoric-sdk/commit/e5ed0ff6abcb83f52b32d49125e21e6e41923ed0)) +* addBrand() for issuers that were already in auctions ([6c78f96](https://github.com/Agoric/agoric-sdk/commit/6c78f96c3608d59e14139ad859d2cca9280ec330)) +* auctioneer detects failing priceAuthority; requests new one ([#8691](https://github.com/Agoric/agoric-sdk/issues/8691)) ([8604b01](https://github.com/Agoric/agoric-sdk/commit/8604b011b072d7bef43df59c075bcff9582b8804)), closes [#8696](https://github.com/Agoric/agoric-sdk/issues/8696) +* catch all exceptions in auction wakers ([#8438](https://github.com/Agoric/agoric-sdk/issues/8438)) ([d4b32f1](https://github.com/Agoric/agoric-sdk/commit/d4b32f129868ed2faa32f1bcad51b5d2248d4c14)) +* disable recoverSets in priceAuthority and fluxAggregator ([9eb20a4](https://github.com/Agoric/agoric-sdk/commit/9eb20a478f3a59bf7c0fb8ca8923f5825fa82113)) +* getBridgeId on ScopedBridgeManager ([aec4dea](https://github.com/Agoric/agoric-sdk/commit/aec4dea4f4d6baca3ea32c33551ba00658eab31b)) +* **guard:** tighten roundsManager ([990a79d](https://github.com/Agoric/agoric-sdk/commit/990a79deaeaf956ea0076dba1c19305677ec8124)) +* **inter:** remove excess authority in price-feed-proposal.js ([e96245e](https://github.com/Agoric/agoric-sdk/commit/e96245ed608a537b4edd54a63b5f5405b87e0e94)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* **proposals:** signal of price feed availability ([10e19d7](https://github.com/Agoric/agoric-sdk/commit/10e19d76e9737e33c5d361f7788b34e92fd094b6)) +* publish scaledPriceAuthority in agoricNames ([083f10e](https://github.com/Agoric/agoric-sdk/commit/083f10e83553f6f664903af49a9fdc6d7651926a)) +* start a new auction in a3p-integration ([969235b](https://github.com/Agoric/agoric-sdk/commit/969235b18abbd15187e343d5f616f12177d224c4)) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric-sdk/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** coreEvalEnv ([3764eee](https://github.com/Agoric/agoric-sdk/commit/3764eeea9a391b5dc6c9c7a21e430f358b8f7476)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric-sdk/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* **addAssetToVault:** support issuerName separate from keyword ([a670616](https://github.com/Agoric/agoric-sdk/commit/a67061691e1bf845ef9fd16e33c265bdbd944554)) +* **auction!:** don't reset an auction which is already scheduled ([18a32bc](https://github.com/Agoric/agoric-sdk/commit/18a32bcdf52654d302572a9a94f8ebe8cb035913)) +* await price feed offers ([5e2b328](https://github.com/Agoric/agoric-sdk/commit/5e2b328d116777de04525b31ec2c69db6d8cee14)) +* guard for getGovernedParamsq ([03d2e05](https://github.com/Agoric/agoric-sdk/commit/03d2e0553de61940aaff304e79980b618649b820)) +* **inter-protocol:** brands in CLI need not start with A-Z ([#8258](https://github.com/Agoric/agoric-sdk/issues/8258)) ([2ac22d3](https://github.com/Agoric/agoric-sdk/commit/2ac22d3353281e7319adca67a8580024171a8066)) +* **inter-protocol:** Relax rounds manager interface guards ([ce4cc47](https://github.com/Agoric/agoric-sdk/commit/ce4cc4788b04956994d594af9cf46ad4a7f0604f)) +* **inter-protocol:** Satisfy interface guard in mock ([fe8ff26](https://github.com/Agoric/agoric-sdk/commit/fe8ff260f83bc4f2668f3dd24c3ff922b2532e8a)) +* make tests work again after some (bogus) awaits were removed from bootstrap ([ca0a3aa](https://github.com/Agoric/agoric-sdk/commit/ca0a3aab3f31ac0e97e55cd63709000fbb46f2ca)) +* Make the auction schedule robust when adding collateral types ([#8301](https://github.com/Agoric/agoric-sdk/issues/8301)) ([f36ed85](https://github.com/Agoric/agoric-sdk/commit/f36ed8546ba3eb67692195e22065050a500b9064)) +* properly exit floating `ZCFSeat` instances ([bb2edbd](https://github.com/Agoric/agoric-sdk/commit/bb2edbd3d6fb256f05bc63acd58a5539efabbecf)) +* **proposals:** await scaledPriceAuthority when in addAssetToVault ([fb940f8](https://github.com/Agoric/agoric-sdk/commit/fb940f84636c4ac9c984a593ec4b5a8ae5150039)) +* remove infelicitous awaits in proposals ([838ed96](https://github.com/Agoric/agoric-sdk/commit/838ed96268cb7cdba627d6512cbcbf53133c3e7a)) +* remove manifest declarations that things are consumed that aren't ([9e0272c](https://github.com/Agoric/agoric-sdk/commit/9e0272c370b63273f56730557898dbeddd773d75)) +* reset lockedQuote even when nothing will be auctioned ([d8ab5a5](https://github.com/Agoric/agoric-sdk/commit/d8ab5a552601fcb80259984ccae861317d41b918)) +* retry upgrade vaults price quote ([37d1e41](https://github.com/Agoric/agoric-sdk/commit/37d1e415a3b3ed5f9173e1d026f18a6b7e56a778)) +* smartWallet watch ERTP purse balances across zoe upgrades ([3cfe392](https://github.com/Agoric/agoric-sdk/commit/3cfe39245d688509a697a645ae452b92e7136ac1)) +* **time:** Export top-level types ([cffa8c0](https://github.com/Agoric/agoric-sdk/commit/cffa8c0a23726dc3a99802812a461df4e131cfef)) +* tolerate golden error property reorders ([7a32cad](https://github.com/Agoric/agoric-sdk/commit/7a32cad9409c89f0318a88e306473dc51387e17a)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** board values ([4196da3](https://github.com/Agoric/agoric-sdk/commit/4196da375525fa67382a039a15973810db44ffea)) +* **types:** getAmountAllocated ([208eb76](https://github.com/Agoric/agoric-sdk/commit/208eb7656a2f1a02521b119c826bce2ec47e332c)) +* **types:** Invitation parameters ([178dbfd](https://github.com/Agoric/agoric-sdk/commit/178dbfd4838f7cdadba02f2963fd1e90aad310f3)) +* **types:** misc ([b70765c](https://github.com/Agoric/agoric-sdk/commit/b70765cbae25261be5944f5836d8b4b7ae58fca7)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric-sdk/commit/279b903a559710511d69f1614badddeab801b90d)) +* **types:** ZoeManualTimer ([991bef1](https://github.com/Agoric/agoric-sdk/commit/991bef12cdcc01d318573b6e50b9eac3b1ae9fd9)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + +### Reverts + +* Revert "feat(inter-protocol)!: rename interestSnapshot, latestInterestUpdate, and compoundedInterest" ([f0a9fcf](https://github.com/Agoric/agoric-sdk/commit/f0a9fcf3d22a8cd4c9c60b1265b91c7fc77a047e)) +* Revert "feat(inter-protocol)!: rename InterestRate to StabilityFee" ([bd46e78](https://github.com/Agoric/agoric-sdk/commit/bd46e784a940d9a85ac36151b65c443a910d1a21)) + + + ### [0.16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.0...@agoric/inter-protocol@0.16.1) (2023-06-09) **Note:** Version bump only for package @agoric/inter-protocol diff --git a/packages/inter-protocol/package.json b/packages/inter-protocol/package.json index c2325e54111..2ca9e047308 100644 --- a/packages/inter-protocol/package.json +++ b/packages/inter-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/inter-protocol", - "version": "0.16.1", + "version": "0.17.0-u16.0", "description": "Core cryptoeconomy contracts", "type": "module", "main": "src/index.js", @@ -31,16 +31,16 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.2", - "@agoric/governance": "^0.10.3", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.1", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/governance": "^0.10.4-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", "@endo/far": "^1.1.2", @@ -50,10 +50,10 @@ "jessie.js": "^0.3.4" }, "devDependencies": { - "@agoric/smart-wallet": "^0.5.3", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/zone": "^0.2.2", + "@agoric/smart-wallet": "^0.5.4-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/init": "^1.1.2", "@endo/promise-kit": "^1.1.2", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 00a2c8cf65f..4f5e7f5ef9c 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.3.2...@agoric/internal@0.4.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **vstorage:** Enforce path validation +* **zone:** use fresh heap and virtual zones + +### Features + +* **cosmic-swingset:** implement `ENACTED_UPGRADE` blocking send ([3825c17](https://github.com/Agoric/agoric-sdk/commit/3825c171f3528cd3c4e63e8aeb3363a3e88b75fc)) +* **deploy-script-support:** Write out bundle file names in machine readable file ([68235ec](https://github.com/Agoric/agoric-sdk/commit/68235ec3fc78b9973d886e782e03048427b6f93e)) +* documentStorageSchema w FakeStorageKit ([a16e212](https://github.com/Agoric/agoric-sdk/commit/a16e212a35e1956eb6356373ad4cc4c398c4dc91)) +* export types ([34c391a](https://github.com/Agoric/agoric-sdk/commit/34c391a49ded28b780f303f0a5c36d5eef8229ac)) +* getBridgeId on ScopedBridgeManager ([aec4dea](https://github.com/Agoric/agoric-sdk/commit/aec4dea4f4d6baca3ea32c33551ba00658eab31b)) +* **internal:** fakeStorage.getBody() supports index other than -1 ([eda89cc](https://github.com/Agoric/agoric-sdk/commit/eda89cc7ec56b44f33f8552811c267d01bbf29b0)) +* **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0)) +* **types:** Tagged ([80d0479](https://github.com/Agoric/agoric-sdk/commit/80d04790429765e81053d45f6f7b17fb7b06b7c6)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* **whenable:** first cut ([793f028](https://github.com/Agoric/agoric-sdk/commit/793f028155702e613b1bdf8204af6837cfe5e8a3)) +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* **internal:** severe override taming for bundle-source ([877c1a1](https://github.com/Agoric/agoric-sdk/commit/877c1a13dfdf03f040d3118416e59e58240090ce)) +* **network:** use new `ERef` and `FarRef` ([55adb2b](https://github.com/Agoric/agoric-sdk/commit/55adb2b1f5b644ef5b7cf40ea8b7d87488218229)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** DataOnly import of Callable ([717a4c9](https://github.com/Agoric/agoric-sdk/commit/717a4c98aeadaa83897567b46d12b654b0a2cc72)) +* **types:** netstring decode ([647afb6](https://github.com/Agoric/agoric-sdk/commit/647afb6b50dd8f77f5fce3199e6e290a1d432fa7)) +* **vow:** correct the typing of `unwrap` ([2af609f](https://github.com/Agoric/agoric-sdk/commit/2af609ff38c928b94ae3864845a471d9a70f6997)) +* **vstorage:** Enforce path validation ([03871e8](https://github.com/Agoric/agoric-sdk/commit/03871e8429b81d8f051cef132968abf3a5590e12)), closes [#8337](https://github.com/Agoric/agoric-sdk/issues/8337) +* **zone:** fixups before merging to 7891 ([9bbb393](https://github.com/Agoric/agoric-sdk/commit/9bbb393ac2d0af8e2a3b29adfeabf01c42d9b50e)) +* **zone:** no longer getting M from @agoric/zone ([d68bc84](https://github.com/Agoric/agoric-sdk/commit/d68bc8464b0f4df24bd63dd8f5696c6bb6458135)) +* **zone:** suggestions for [#7891](https://github.com/Agoric/agoric-sdk/issues/7891) ([e9e0e21](https://github.com/Agoric/agoric-sdk/commit/e9e0e219618449b532ea6303c58415f591b2b49f)) + + + ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.3.1...@agoric/internal@0.3.2) (2023-06-02) **Note:** Version bump only for package @agoric/internal diff --git a/packages/internal/package.json b/packages/internal/package.json index 0c893089470..63d8150cd08 100755 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/internal", - "version": "0.3.2", + "version": "0.4.0-u16.0", "description": "Externally unsupported utilities internal to agoric-sdk", "type": "module", "main": "src/index.js", @@ -20,8 +20,8 @@ "lint:types": "tsc" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/base-zone": "^0.1.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/base-zone": "^0.1.1-u16.0", "@endo/common": "^1.2.2", "@endo/far": "^1.1.2", "@endo/init": "^1.1.2", diff --git a/packages/kmarshal/CHANGELOG.md b/packages/kmarshal/CHANGELOG.md index e69de29bb2d..8d314a8174a 100644 --- a/packages/kmarshal/CHANGELOG.md +++ b/packages/kmarshal/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### 0.1.1-u16.0 (2024-06-26) + + +### Features + +* **SwingSet:** Add a tool for classifying unsettled promises ([feb1f93](https://github.com/Agoric/agoric-sdk/commit/feb1f93c81e68c680e07bdac8c64917ad69af602)), closes [#8336](https://github.com/Agoric/agoric-sdk/issues/8336) diff --git a/packages/kmarshal/package.json b/packages/kmarshal/package.json index 78ba2d69074..fcb8de2daca 100644 --- a/packages/kmarshal/package.json +++ b/packages/kmarshal/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/kmarshal", - "version": "0.1.0", + "version": "0.1.1-u16.0", "description": "Token-only marshaller for kernel and tests", "type": "module", "main": "./src/kmarshal.js", @@ -21,9 +21,9 @@ "lint:eslint": "eslint ." }, "dependencies": { + "@agoric/assert": "^0.6.1-u16.0", "@endo/far": "^1.1.2", - "@endo/marshal": "^1.5.0", - "@agoric/assert": "^0.6.0" + "@endo/marshal": "^1.5.0" }, "devDependencies": { "ava": "^5.3.0" diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index e69de29bb2d..47e6ea276d7 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.0-u16.0 (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **network:** improve naming and data coercion +* make Network and IBC vats durable (#8721) + +### Features + +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) +* **network:** add `allocateICQControllerPort` to PortAllocator ([b819aa9](https://github.com/Agoric/agoric-sdk/commit/b819aa912890a93be1775beb7cd540fe5d91b8aa)), closes [#9072](https://github.com/Agoric/agoric-sdk/issues/9072) +* **types:** explicit exports from network ([65c2075](https://github.com/Agoric/agoric-sdk/commit/65c2075021dfb0ecf62a6009f7c411c7c49eb624)) + + +### Bug Fixes + +* **lint:** addressing lint errors ([bfe10d9](https://github.com/Agoric/agoric-sdk/commit/bfe10d9cc3878c322ca624a3a603e80f94dc6970)) +* **network:** Connection should have negotiated remoteAddress and localAddress ([2184ea3](https://github.com/Agoric/agoric-sdk/commit/2184ea3d655c1334653e27d163a09ceb5f61fd50)), closes [#9064](https://github.com/Agoric/agoric-sdk/issues/9064) +* **network:** create and use `coerceToData` ([39beecb](https://github.com/Agoric/agoric-sdk/commit/39beecba84ef6dfafca902a28a651dbba77cdb1e)) +* **network:** improve naming and data coercion ([8bcd9e2](https://github.com/Agoric/agoric-sdk/commit/8bcd9e2100f4973fd788a6edf42c144d916c173d)) +* **network:** use new `ERef` and `FarRef` ([55adb2b](https://github.com/Agoric/agoric-sdk/commit/55adb2b1f5b644ef5b7cf40ea8b7d87488218229)) +* **network:** use vow types, correct revealed problems ([d1c1240](https://github.com/Agoric/agoric-sdk/commit/d1c1240bcf534a316533d4c203f45f01fdfc825d)) +* **vats:** `vtransfer` code cleanup ([8ac8197](https://github.com/Agoric/agoric-sdk/commit/8ac819709ef9ced0badee25e6715a5847b1e3f4c)) diff --git a/packages/network/package.json b/packages/network/package.json index 6fdc9586e55..24ac7c22591 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/network", - "version": "0.1.0", + "version": "0.2.0-u16.0", "description": "Agoric's network protocol API", "type": "module", "main": "./src/index.js", @@ -21,10 +21,10 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/store": "^0.9.2", - "@agoric/vat-data": "^0.5.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", "@endo/base64": "^1.0.5", "@endo/far": "^1.1.2", "@endo/pass-style": "^1.4.0", @@ -32,10 +32,10 @@ "@endo/promise-kit": "^1.1.2" }, "devDependencies": { - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/vow": "^0.1.0", - "@agoric/zone": "^0.2.2", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/vow": "^0.2.0-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", "ava": "^5.3.0", "c8": "^9.1.0" diff --git a/packages/notifier/CHANGELOG.md b/packages/notifier/CHANGELOG.md index 2e348e10752..094231c7059 100644 --- a/packages/notifier/CHANGELOG.md +++ b/packages/notifier/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.6.2...@agoric/notifier@0.7.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* make Network and IBC vats durable (#8721) + +### Features + +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) +* **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0)) +* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e)) + + +### Bug Fixes + +* eliminate the `passableEncoding` hack ([87dbbda](https://github.com/Agoric/agoric-sdk/commit/87dbbda8484c6fe3fe542eb847647fd1540c11e6)), closes [#8327](https://github.com/Agoric/agoric-sdk/issues/8327) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** emit .d.ts again ([0ca5db3](https://github.com/Agoric/agoric-sdk/commit/0ca5db30c0567867fd634279c2c0b50b5101b0d4)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric-sdk/commit/279b903a559710511d69f1614badddeab801b90d)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + + ### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/notifier@0.6.1...@agoric/notifier@0.6.2) (2023-06-02) **Note:** Version bump only for package @agoric/notifier diff --git a/packages/notifier/package.json b/packages/notifier/package.json index ebe1ca9b99c..670e603d230 100644 --- a/packages/notifier/package.json +++ b/packages/notifier/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/notifier", - "version": "0.6.2", + "version": "0.7.0-u16.0", "description": "Notifier allows services to update clients about state changes using a stream of promises", "type": "module", "main": "src/index.js", @@ -33,19 +33,19 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/vat-data": "^0.5.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", "@endo/far": "^1.1.2", "@endo/marshal": "^1.5.0", "@endo/patterns": "^1.4.0", "@endo/promise-kit": "^1.1.2" }, "devDependencies": { - "@agoric/kmarshal": "^0.1.0", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-vat": "^0.32.2", + "@agoric/kmarshal": "^0.1.1-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", "@endo/init": "^1.1.2", "@endo/ses-ava": "^1.2.2", "ava": "^5.3.0", diff --git a/packages/pegasus/CHANGELOG.md b/packages/pegasus/CHANGELOG.md index 829dcab6a72..05bb4d6547d 100644 --- a/packages/pegasus/CHANGELOG.md +++ b/packages/pegasus/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.12...@agoric/pegasus@0.8.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* make Network and IBC vats durable (#8721) + +### Features + +* add sender options ([#8506](https://github.com/Agoric/agoric-sdk/issues/8506)) ([00cd6ae](https://github.com/Agoric/agoric-sdk/commit/00cd6aec8f6a8c8baa1eb29ad929054b32491733)) +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) + + +### Bug Fixes + +* ensure that we wrap pegasusConnectionsAdmin with E ([#8526](https://github.com/Agoric/agoric-sdk/issues/8526)) ([0f42fb6](https://github.com/Agoric/agoric-sdk/commit/0f42fb639a6b3619de097ec0f819499200c9f6b7)) +* misc runtime robustness found by typecheck ([a033f26](https://github.com/Agoric/agoric-sdk/commit/a033f2638f9f11e19d94d7931e4e0614773b1f60)) +* **types:** durable wrapping non-durable ([3eeffaa](https://github.com/Agoric/agoric-sdk/commit/3eeffaa241f18105bf71fc1559a8e006529d654e)) + + + ### [0.7.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/pegasus@0.7.11...@agoric/pegasus@0.7.12) (2023-06-09) **Note:** Version bump only for package @agoric/pegasus diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index c4145c6194c..477fc84f903 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/pegasus", - "version": "0.7.12", + "version": "0.8.0-u16.0", "description": "Peg-as-us contract", "type": "module", "main": "./src/pegasus.js", @@ -28,18 +28,18 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/network": "^0.1.0", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/vats": "^0.15.1", - "@agoric/vow": "^0.1.0", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/network": "^0.2.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/vow": "^0.2.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", - "@agoric/zone": "^0.2.2", "@endo/captp": "^4.2.0", "@endo/far": "^1.1.2", "@endo/init": "^1.1.2", @@ -47,10 +47,10 @@ "@endo/promise-kit": "^1.1.2" }, "devDependencies": { + "@agoric/vat-data": "^0.5.3-u16.0", "ava": "^5.3.0", "c8": "^9.1.0", - "import-meta-resolve": "^2.2.1", - "@agoric/vat-data": "^0.5.2" + "import-meta-resolve": "^2.2.1" }, "files": [ "scripts/", diff --git a/packages/smart-wallet/CHANGELOG.md b/packages/smart-wallet/CHANGELOG.md index 1e8d29358cf..0c06aa35261 100644 --- a/packages/smart-wallet/CHANGELOG.md +++ b/packages/smart-wallet/CHANGELOG.md @@ -3,6 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.5.4-u16.0](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.3...@agoric/smart-wallet@0.5.4-u16.0) (2024-06-26) + + +### Features + +* smartWallet verstion 2 with watchedPromises ([5ed5107](https://github.com/Agoric/agoric/commit/5ed51078d39e643d91b572d9c50fad4a276d7ded)) +* getBridgeId on ScopedBridgeManager ([aec4dea](https://github.com/Agoric/agoric/commit/aec4dea4f4d6baca3ea32c33551ba00658eab31b)) +* **smart-wallet:** trading in non-vbank asset ([4c2bec7](https://github.com/Agoric/agoric/commit/4c2bec7dc72c5c92b90b1957cd0548d81897b0f0)) +* **smart-wallet:** tryExitOffer reclaims withdrawn payments ([f7bc1ea](https://github.com/Agoric/agoric/commit/f7bc1ead33cea3cd16bc1ccc70951d1d46678932)) +* **smart-wallet:** upgrade walletFactory for non-vbank assets ([a0c4ecf](https://github.com/Agoric/agoric/commit/a0c4ecf5d6f1e3874828f5b2fcf38f87cb0619ba)) +* **smart-wallet:** withdraw payments before getting invitation ([33f2859](https://github.com/Agoric/agoric/commit/33f2859d7ce2ba2f59e86e97f85e1bc34a503095)), closes [#7098](https://github.com/Agoric/agoric/issues/7098) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* **types:** ContinuingOfferResult ([3af2b5c](https://github.com/Agoric/agoric/commit/3af2b5c8660d1fb7af217183bffc2f8de0e1cbc5)) +* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) + + +### Bug Fixes + +* burn invitation made for repair ([c70ee01](https://github.com/Agoric/agoric/commit/c70ee0113cd7e6b0df5e33bd934d33a588ef0b3d)) +* DEBUG harmony ([#8136](https://github.com/Agoric/agoric/issues/8136)) ([d2ea4b4](https://github.com/Agoric/agoric/commit/d2ea4b46b9efa61e97eec8711830d9fdd741ca55)) +* handle promises in repairWalletForIncarnation2 ([3146886](https://github.com/Agoric/agoric/commit/3146886cbad75e773b0dd0520d0d88ef0f12540f)) +* in SmartWallet, if invitation is invalid, don't process offer ([559db01](https://github.com/Agoric/agoric/commit/559db01f90b7729598f8b94859322da7850bd076)) +* publish 'error' message for failure after upgrade ([5397e0c](https://github.com/Agoric/agoric/commit/5397e0cf76f29074e77227f61576e784e5016d08)) +* re-use invitation from offerToUsedInvitation ([71bb1c7](https://github.com/Agoric/agoric/commit/71bb1c76d47da15242e7eaf54899869f9d5976aa)) +* repair incorrect fix for repairWalletForIncarnation2 ([4d6a823](https://github.com/Agoric/agoric/commit/4d6a823417ca47cb674f632551767b13964aaf1a)) +* smartWallet watch ERTP purse balances across zoe upgrades ([3cfe392](https://github.com/Agoric/agoric/commit/3cfe39245d688509a697a645ae452b92e7136ac1)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** board values ([4196da3](https://github.com/Agoric/agoric/commit/4196da375525fa67382a039a15973810db44ffea)) +* **types:** misc ([b70765c](https://github.com/Agoric/agoric/commit/b70765cbae25261be5944f5836d8b4b7ae58fca7)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric/commit/279b903a559710511d69f1614badddeab801b90d)) +* upgrade for breaking changes in `@endo/bundle-source` ([e840bb2](https://github.com/Agoric/agoric/commit/e840bb2385ef38aa2a038b6f21f02cdcd2d7979b)) +* **walletFactory:** move upgrading check before baggage is populated ([#8322](https://github.com/Agoric/agoric/issues/8322)) ([97cb715](https://github.com/Agoric/agoric/commit/97cb7158f1176d14b9a8d775328aa826458282ea)) + + + ### [0.5.3](https://github.com/Agoric/agoric/compare/@agoric/smart-wallet@0.5.2...@agoric/smart-wallet@0.5.3) (2023-06-09) **Note:** Version bump only for package @agoric/smart-wallet diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index f2f805cafb1..8fd66510bec 100644 --- a/packages/smart-wallet/package.json +++ b/packages/smart-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/smart-wallet", - "version": "0.5.3", + "version": "0.5.4-u16.0", "description": "Wallet contract", "type": "module", "scripts": { @@ -16,9 +16,9 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/cosmic-proto": "^0.4.0", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/zone": "^0.2.2", + "@agoric/cosmic-proto": "^0.4.1-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/captp": "^4.2.0", "@endo/init": "^1.1.2", @@ -26,15 +26,15 @@ "import-meta-resolve": "^2.2.1" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/casting": "^0.4.2", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/vats": "^0.15.1", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/casting": "^0.4.3-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/eventual-send": "^1.2.2", "@endo/far": "^1.1.2", "@endo/marshal": "^1.5.0", diff --git a/packages/solo/CHANGELOG.md b/packages/solo/CHANGELOG.md index 346d10e7cb7..519eebda434 100644 --- a/packages/solo/CHANGELOG.md +++ b/packages/solo/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.4-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.3...@agoric/solo@0.10.4-u16.0) (2024-06-26) + + +### Bug Fixes + +* DEBUG harmony ([#8136](https://github.com/Agoric/agoric-sdk/issues/8136)) ([d2ea4b4](https://github.com/Agoric/agoric-sdk/commit/d2ea4b46b9efa61e97eec8711830d9fdd741ca55)) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) +* misc runtime robustness found by typecheck ([a033f26](https://github.com/Agoric/agoric-sdk/commit/a033f2638f9f11e19d94d7931e4e0614773b1f60)) +* **solo:** correct lookup of wallet-ui ([c578851](https://github.com/Agoric/agoric-sdk/commit/c578851076ed54ac267a2dfe1367eedafcae4b55)) +* **solo:** let `init` tolerate existing `html` directory ([4d14a2f](https://github.com/Agoric/agoric-sdk/commit/4d14a2f6c42628bd40ffab2d94510a20088111bb)) +* **solo:** properly expose `/wallet/bridge.html` ([#8533](https://github.com/Agoric/agoric-sdk/issues/8533)) ([e26232e](https://github.com/Agoric/agoric-sdk/commit/e26232e68e2019db07078ae4962de47b3d0a6666)) +* **solo:** use alternative endo init ([584ec62](https://github.com/Agoric/agoric-sdk/commit/584ec624854ea0f4f755b189414bc9e0dabaa6e0)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* update name of agd fee granter flag ([1aad20c](https://github.com/Agoric/agoric-sdk/commit/1aad20c49bf4374f6078bcbed87a6db9db3e6387)) +* update TS types ([7580805](https://github.com/Agoric/agoric-sdk/commit/75808055afc129c81b7978fb83c33cfed7a4ecbd)) + + + ### [0.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.2...@agoric/solo@0.10.3) (2023-06-09) **Note:** Version bump only for package @agoric/solo diff --git a/packages/solo/package.json b/packages/solo/package.json index 90d2ed14525..c937981a26a 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/solo", - "version": "0.10.3", + "version": "0.10.4-u16.0", "description": "Agoric's Solo vat runner", "type": "module", "bin": { @@ -22,20 +22,20 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/access-token": "^0.4.21", - "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.2", - "@agoric/cosmic-swingset": "^0.41.3", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/spawner": "^0.6.8", - "@agoric/store": "^0.9.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/telemetry": "^0.6.2", - "@agoric/time": "^0.3.2", - "@agoric/vats": "^0.15.1", - "@agoric/wallet": "^0.18.3", + "@agoric/access-token": "^0.4.22-u16.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/cache": "^0.3.3-u16.0", + "@agoric/cosmic-swingset": "^0.42.0-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/spawner": "^0.6.9-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/telemetry": "^0.6.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vats": "^0.16.0-u16.0", + "@agoric/wallet": "^0.19.0-u16.0", "@endo/captp": "^4.2.0", "@endo/eventual-send": "^1.2.2", "@endo/import-bundle": "^1.1.2", @@ -56,7 +56,7 @@ "ws": "^7.2.0" }, "devDependencies": { - "@agoric/ertp": "^0.16.2", + "@agoric/ertp": "^0.16.3-u16.0", "@endo/bundle-source": "^3.2.3", "ava": "^5.3.0", "c8": "^9.1.0" diff --git a/packages/sparse-ints/CHANGELOG.md b/packages/sparse-ints/CHANGELOG.md index eb460073768..b25b3ef7535 100644 --- a/packages/sparse-ints/CHANGELOG.md +++ b/packages/sparse-ints/CHANGELOG.md @@ -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.2.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/sparse-ints@0.2.2...@agoric/sparse-ints@0.2.3-u16.0) (2024-06-26) + +**Note:** Version bump only for package @agoric/sparse-ints + + + + + ### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/sparse-ints@0.2.1...@agoric/sparse-ints@0.2.2) (2023-05-19) **Note:** Version bump only for package @agoric/sparse-ints diff --git a/packages/sparse-ints/package.json b/packages/sparse-ints/package.json index a249a1e6475..c76a52c22ab 100644 --- a/packages/sparse-ints/package.json +++ b/packages/sparse-ints/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/sparse-ints", - "version": "0.2.2", + "version": "0.2.3-u16.0", "description": "Share code across vat boundaries", "type": "module", "main": "src/sparseInts.js", diff --git a/packages/spawner/CHANGELOG.md b/packages/spawner/CHANGELOG.md index 525ca44dc2c..6ae9bbfc246 100644 --- a/packages/spawner/CHANGELOG.md +++ b/packages/spawner/CHANGELOG.md @@ -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.6.9-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.6.8...@agoric/spawner@0.6.9-u16.0) (2024-06-26) + + +### Bug Fixes + +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) + + + ### [0.6.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/spawner@0.6.7...@agoric/spawner@0.6.8) (2023-06-02) **Note:** Version bump only for package @agoric/spawner diff --git a/packages/spawner/package.json b/packages/spawner/package.json index a1adaccfa44..bfd32d7ea83 100644 --- a/packages/spawner/package.json +++ b/packages/spawner/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/spawner", - "version": "0.6.8", + "version": "0.6.9-u16.0", "description": "Wrapper for JavaScript map", "type": "module", "main": "./src/contractHost.js", @@ -31,14 +31,14 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", + "@agoric/assert": "^0.6.1-u16.0", "@endo/eventual-send": "^1.2.2", "@endo/import-bundle": "^1.1.2", "@endo/marshal": "^1.5.0" }, "devDependencies": { - "@agoric/internal": "^0.3.2", - "@agoric/swingset-vat": "^0.32.2", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/init": "^1.1.2", "ava": "^5.3.0", diff --git a/packages/stat-logger/CHANGELOG.md b/packages/stat-logger/CHANGELOG.md index c6bb46a4883..a69d94cbcea 100644 --- a/packages/stat-logger/CHANGELOG.md +++ b/packages/stat-logger/CHANGELOG.md @@ -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.29-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/stat-logger@0.4.28...@agoric/stat-logger@0.4.29-u16.0) (2024-06-26) + +**Note:** Version bump only for package @agoric/stat-logger + + + + + ### [0.4.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/stat-logger@0.4.27...@agoric/stat-logger@0.4.28) (2023-05-19) diff --git a/packages/stat-logger/package.json b/packages/stat-logger/package.json index 323b0030bea..cce7c84f8b8 100644 --- a/packages/stat-logger/package.json +++ b/packages/stat-logger/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/stat-logger", - "version": "0.4.28", + "version": "0.4.29-u16.0", "description": "Simple library for logging and graphing performance statistics", "type": "module", "main": "src/index.js", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index ff9e0e8187c..8b4354e3fec 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.9.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.9.2...@agoric/store@0.9.3-u16.0) (2024-06-26) + + +### Features + +* **types:** types as module with global export ([bf375c0](https://github.com/Agoric/agoric-sdk/commit/bf375c0ec9c50f22928d33a6a745dd5f559e0d91)) + + +### Bug Fixes + +* correct infelicities in virtual collection API implementation ([af5507b](https://github.com/Agoric/agoric-sdk/commit/af5507bfecaa8f76001c09f6a1a9c8ca2a4c58c1)), closes [#7632](https://github.com/Agoric/agoric-sdk/issues/7632) +* kindlier error diagnostics on addAll ([656514e](https://github.com/Agoric/agoric-sdk/commit/656514e5a6bf5d186f33137b3c9a113e3a232207)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) + + + ### [0.9.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/store@0.9.1...@agoric/store@0.9.2) (2023-06-02) **Note:** Version bump only for package @agoric/store diff --git a/packages/store/package.json b/packages/store/package.json index 6f3f52aabab..24e1ef71b72 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/store", - "version": "0.9.2", + "version": "0.9.3-u16.0", "description": "Wrapper for JavaScript map", "type": "module", "main": "src/index.js", diff --git a/packages/swing-store/CHANGELOG.md b/packages/swing-store/CHANGELOG.md index 1a543d9a6fb..00f4b6b63a0 100644 --- a/packages/swing-store/CHANGELOG.md +++ b/packages/swing-store/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.9.2-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store@0.9.1...@agoric/swing-store@0.9.2-u16.0) (2024-06-26) + + +### Features + +* add exporter.getHostKV() API ([eb564f9](https://github.com/Agoric/agoric-sdk/commit/eb564f9635397c0706e1f8255b3e125681e2d031)), closes [#8523](https://github.com/Agoric/agoric-sdk/issues/8523) +* **swing-store:** faster import of swing-store ([0170568](https://github.com/Agoric/agoric-sdk/commit/0170568d66748af76f0bd24a4acdaa34b9c79cca)) +* **swing-store:** prevent SwingSet usage of imported swing-store ([6a833eb](https://github.com/Agoric/agoric-sdk/commit/6a833ebda2b2ff0e72040ca8186f93ae91567add)) +* **swingstore:** add repairMetadata() ([33b5c1c](https://github.com/Agoric/agoric-sdk/commit/33b5c1c1fefd5278a24cd5f06630b238439e2891)), closes [#8025](https://github.com/Agoric/agoric-sdk/issues/8025) [#8025](https://github.com/Agoric/agoric-sdk/issues/8025) +* tool for auditing dangling kindID references ([eeadc46](https://github.com/Agoric/agoric-sdk/commit/eeadc462d8fb09449e4ea6f0118ae8654e0c8e9b)), closes [#7655](https://github.com/Agoric/agoric-sdk/issues/7655) + + +### Bug Fixes + +* misc runtime robustness found by typecheck ([a033f26](https://github.com/Agoric/agoric-sdk/commit/a033f2638f9f11e19d94d7931e4e0614773b1f60)) +* performance.now() binding ([4a3b59b](https://github.com/Agoric/agoric-sdk/commit/4a3b59b486c0cb916e531d5de390fbf90e4421ad)) +* rewrite importSwingStore to preserve metadata properly ([38c9efc](https://github.com/Agoric/agoric-sdk/commit/38c9efce10957e0eb245e25ae5f9f45792eb58ad)), closes [#8025](https://github.com/Agoric/agoric-sdk/issues/8025) +* **swing-store:** add 'replay' artifactMode, make export more strict ([9939ea6](https://github.com/Agoric/agoric-sdk/commit/9939ea699bb1fd0b711f950679b432eef9054fda)), closes [#8105](https://github.com/Agoric/agoric-sdk/issues/8105) +* **swing-store:** ensure crank savepoint is wrapped in transaction ([9d2dd3f](https://github.com/Agoric/agoric-sdk/commit/9d2dd3f9966940961a4c21351d256fa3615715d7)) +* **swing-store:** explicitly harden prototypes ([86c128a](https://github.com/Agoric/agoric-sdk/commit/86c128a29b5ed61764a67644c3734b0c05df2993)) +* **swing-store:** no completeness check when creating exporter ([d4df073](https://github.com/Agoric/agoric-sdk/commit/d4df073ffcc48b0f0e62bac107ee8edf21150ad9)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric-sdk/commit/279b903a559710511d69f1614badddeab801b90d)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + + ### [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store@0.9.0...@agoric/swing-store@0.9.1) (2023-06-02) **Note:** Version bump only for package @agoric/swing-store diff --git a/packages/swing-store/package.json b/packages/swing-store/package.json index a1972774c41..336355baec1 100644 --- a/packages/swing-store/package.json +++ b/packages/swing-store/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swing-store", - "version": "0.9.1", + "version": "0.9.2-u16.0", "description": "Persistent storage for SwingSet", "type": "module", "main": "./src/index.js", @@ -21,8 +21,8 @@ "lint:eslint": "eslint ." }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", "@endo/base64": "^1.0.5", "@endo/bundle-source": "^3.2.3", "@endo/check-bundle": "^1.0.7", diff --git a/packages/swingset-liveslots/CHANGELOG.md b/packages/swingset-liveslots/CHANGELOG.md index 563fb67d308..e9ca9f34c30 100644 --- a/packages/swingset-liveslots/CHANGELOG.md +++ b/packages/swingset-liveslots/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-liveslots@0.10.2...@agoric/swingset-liveslots@0.10.3-u16.0) (2024-06-26) + + +### Features + +* **liveslots:** virtual exo meta-ops ([#8779](https://github.com/Agoric/agoric-sdk/issues/8779)) ([af3ced9](https://github.com/Agoric/agoric-sdk/commit/af3ced91861731353e10a45e4eae63450f74a0ea)) +* **vow:** VowShape, isVow ([#9154](https://github.com/Agoric/agoric-sdk/issues/9154)) ([db4d0ea](https://github.com/Agoric/agoric-sdk/commit/db4d0eab68a1d361ddbb6fe993ff0b9969a348e5)) + + +### Bug Fixes + +* add test for collection snapshot ([0ea5eb3](https://github.com/Agoric/agoric-sdk/commit/0ea5eb3ae77d5639bda7428e52c4d9c0fa8e4059)) +* correct infelicities in virtual collection API implementation ([af5507b](https://github.com/Agoric/agoric-sdk/commit/af5507bfecaa8f76001c09f6a1a9c8ca2a4c58c1)), closes [#7632](https://github.com/Agoric/agoric-sdk/issues/7632) +* DEBUG harmony ([#8136](https://github.com/Agoric/agoric-sdk/issues/8136)) ([d2ea4b4](https://github.com/Agoric/agoric-sdk/commit/d2ea4b46b9efa61e97eec8711830d9fdd741ca55)) +* incorporate refactored VRM into fakeVirtualSupport ([5641fb0](https://github.com/Agoric/agoric-sdk/commit/5641fb0effb0045e6ddefa64280ec54730a6b45a)) +* kindlier error diagnostics on addAll ([656514e](https://github.com/Agoric/agoric-sdk/commit/656514e5a6bf5d186f33137b3c9a113e3a232207)) +* **liveslots:** cache.delete() does not return a useful value ([b5d53e8](https://github.com/Agoric/agoric-sdk/commit/b5d53e86c60397589ced0af9b71514ff03a4653f)), closes [#8752](https://github.com/Agoric/agoric-sdk/issues/8752) +* **liveslots:** promise watcher to cause unhandled rejection if no handler ([#9507](https://github.com/Agoric/agoric-sdk/issues/9507)) ([0de0c62](https://github.com/Agoric/agoric-sdk/commit/0de0c62165635fab1af443858544384f3170862b)), closes [#8596](https://github.com/Agoric/agoric-sdk/issues/8596) [/github.com/Agoric/agoric-sdk/pull/8596#discussion_r1414436455](https://github.com/Agoric//github.com/Agoric/agoric-sdk/pull/8596/issues/discussion_r1414436455) +* **liveslots:** tolerate old version of vat-data package ([6addca0](https://github.com/Agoric/agoric-sdk/commit/6addca016507be8c6ea350a252a6cb7b27e4ee08)) +* refactor vatstore usage to fix test failures ([886e2fa](https://github.com/Agoric/agoric-sdk/commit/886e2fac16f3b12be732dbde9ffdab9b2354d13d)), closes [#8012](https://github.com/Agoric/agoric-sdk/issues/8012) +* **swingset-liveslots:** explicitly harden iteration helper prototypes ([aeaa62b](https://github.com/Agoric/agoric-sdk/commit/aeaa62b07d941eb74938bac19c64051d554ae532)) +* **swingset-liveslots:** Throw a "not found" error for store.set(missingRemotable, val) ([7c48d4c](https://github.com/Agoric/agoric-sdk/commit/7c48d4cd0ef32828e691bd65492e9ce8929ac0af)), closes [#8098](https://github.com/Agoric/agoric-sdk/issues/8098) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* update TS types ([7580805](https://github.com/Agoric/agoric-sdk/commit/75808055afc129c81b7978fb83c33cfed7a4ecbd)) + + + ### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-liveslots@0.10.1...@agoric/swingset-liveslots@0.10.2) (2023-06-02) **Note:** Version bump only for package @agoric/swingset-liveslots diff --git a/packages/swingset-liveslots/package.json b/packages/swingset-liveslots/package.json index a9a58537640..30af12cf1e6 100644 --- a/packages/swingset-liveslots/package.json +++ b/packages/swingset-liveslots/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-liveslots", - "version": "0.10.2", + "version": "0.10.3-u16.0", "description": "SwingSet ocap support layer", "type": "module", "main": "src/index.js", @@ -17,9 +17,9 @@ "lint:eslint": "eslint ." }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/store": "^0.9.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", "@endo/env-options": "^1.1.4", "@endo/errors": "^1.2.2", "@endo/eventual-send": "^1.2.2", @@ -33,8 +33,8 @@ "@endo/promise-kit": "^1.1.2" }, "devDependencies": { - "ava": "^5.3.0", - "@agoric/kmarshal": "^0.1.0" + "@agoric/kmarshal": "^0.1.1-u16.0", + "ava": "^5.3.0" }, "files": [ "src/**/*.js", diff --git a/packages/swingset-runner/CHANGELOG.md b/packages/swingset-runner/CHANGELOG.md index fbab20908ef..3139eecb0ea 100644 --- a/packages/swingset-runner/CHANGELOG.md +++ b/packages/swingset-runner/CHANGELOG.md @@ -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.22.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.2...@agoric/swingset-runner@0.22.3-u16.0) (2024-06-26) + + +### Features + +* a couple of tweaks to swingset-runner in preparation for benchmark stuff ([ee623da](https://github.com/Agoric/agoric-sdk/commit/ee623da72a5089a503ff2e0d4de75d9d6424ed34)) +* add an ersatz Cosmos chain emulation mode to swingset-runner ([5c08637](https://github.com/Agoric/agoric-sdk/commit/5c086377e2b0d586a2aa6638191b3250a0ed9260)) +* add whole-swingset benchmark mode, enabled via --sbench ([13f39b8](https://github.com/Agoric/agoric-sdk/commit/13f39b848bd61ee2ccdd4d0f51476c85e0ffc519)) +* enable swingset config file to be anywhere relative to execution context ([9777c3a](https://github.com/Agoric/agoric-sdk/commit/9777c3a13a855d1ab87920613719db77fc799781)) +* implement swingset-runner based version of the vaults benchmark ([6593570](https://github.com/Agoric/agoric-sdk/commit/659357022f339d8aae32e6600a2bf00e5a30d474)) +* refresh slogulator to account for smallcaps and improve UX ([73aa6d6](https://github.com/Agoric/agoric-sdk/commit/73aa6d6554651a4897fa19ae223abbe8a8491320)), closes [#8647](https://github.com/Agoric/agoric-sdk/issues/8647) +* support `coreProposals.steps` ([80fa3d1](https://github.com/Agoric/agoric-sdk/commit/80fa3d14494706d825f51ac22e1bbf4ec68ce404)) + + +### Bug Fixes + +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) + + + ### [0.22.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-runner@0.22.1...@agoric/swingset-runner@0.22.2) (2023-06-02) **Note:** Version bump only for package @agoric/swingset-runner diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index 218c8a0ede2..f38a4d0007d 100644 --- a/packages/swingset-runner/package.json +++ b/packages/swingset-runner/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-runner", - "version": "0.22.2", + "version": "0.22.3-u16.0", "private": true, "description": "Application to launch SwingSet instances for development and testing", "type": "module", @@ -19,19 +19,19 @@ "ci:autobench": "./autobench.js" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/deploy-script-support": "^0.10.3", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/inter-protocol": "^0.16.1", - "@agoric/kmarshal": "^0.1.0", - "@agoric/stat-logger": "^0.4.28", - "@agoric/store": "^0.9.2", - "@agoric/swing-store": "^0.9.1", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/telemetry": "^0.6.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/zoe": "^0.26.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/deploy-script-support": "^0.10.4-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/inter-protocol": "^0.17.0-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/kmarshal": "^0.1.1-u16.0", + "@agoric/stat-logger": "^0.4.29-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swing-store": "^0.9.2-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/telemetry": "^0.6.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/eventual-send": "^1.2.2", "@endo/init": "^1.1.2", diff --git a/packages/swingset-xsnap-supervisor/CHANGELOG.md b/packages/swingset-xsnap-supervisor/CHANGELOG.md index 5a6d7546917..6eeaf190384 100644 --- a/packages/swingset-xsnap-supervisor/CHANGELOG.md +++ b/packages/swingset-xsnap-supervisor/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-xsnap-supervisor@0.10.2...@agoric/swingset-xsnap-supervisor@0.10.3-u16.0) (2024-06-26) + + +### Bug Fixes + +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) + + + ### [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-xsnap-supervisor@0.10.1...@agoric/swingset-xsnap-supervisor@0.10.2) (2023-06-02) **Note:** Version bump only for package @agoric/swingset-xsnap-supervisor diff --git a/packages/swingset-xsnap-supervisor/package.json b/packages/swingset-xsnap-supervisor/package.json index f7ab24f2db7..997b50447d3 100644 --- a/packages/swingset-xsnap-supervisor/package.json +++ b/packages/swingset-xsnap-supervisor/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/swingset-xsnap-supervisor", - "version": "0.10.2", + "version": "0.10.3-u16.0", "description": "Supervisor/Liveslots bundle for swingset xsnap workers", "author": "Agoric", "license": "Apache-2.0", @@ -23,8 +23,8 @@ "test:xs": "exit 0" }, "devDependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/swingset-liveslots": "^0.10.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/import-bundle": "^1.1.2", "@endo/init": "^1.1.2", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index ffc473b01be..6801cbdaaba 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.6.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.6.3-u16.0) (2024-06-26) + + +### Features + +* **cosmic-swingset:** add JS upgrade plan handler stub ([655133e](https://github.com/Agoric/agoric-sdk/commit/655133ed909b5d632dc033e992214a7b6a1b5ab1)) +* simple CircularBuffer with fs offsets ([8d9cb7a](https://github.com/Agoric/agoric-sdk/commit/8d9cb7abe96e8905f5aaa0927e02914ef09279c4)) +* use writeSync slogSender ([47a2add](https://github.com/Agoric/agoric-sdk/commit/47a2adda72a5377eda181a425130cdc5a7fd7ff5)) + + +### Bug Fixes + +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) + + + ### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.1...@agoric/telemetry@0.6.2) (2023-06-02) **Note:** Version bump only for package @agoric/telemetry diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 130435fd8e3..a775d7e48a0 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/telemetry", - "version": "0.6.2", + "version": "0.6.3-u16.0", "description": "Agoric's telemetry implementation", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -22,9 +22,9 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/store": "^0.9.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", "@endo/init": "^1.1.2", "@endo/marshal": "^1.5.0", "@endo/stream": "^1.2.2", diff --git a/packages/time/CHANGELOG.md b/packages/time/CHANGELOG.md index d6712c2f0b1..6e5100b5dda 100644 --- a/packages/time/CHANGELOG.md +++ b/packages/time/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.3.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/time@0.3.2...@agoric/time@0.3.3-u16.0) (2024-06-26) + + +### Bug Fixes + +* **time:** Export top-level types ([cffa8c0](https://github.com/Agoric/agoric-sdk/commit/cffa8c0a23726dc3a99802812a461df4e131cfef)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) + + + ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/time@0.3.1...@agoric/time@0.3.2) (2023-06-02) **Note:** Version bump only for package @agoric/time diff --git a/packages/time/package.json b/packages/time/package.json index b116686e2ae..4d949b1d34f 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/time", - "version": "0.3.2", + "version": "0.3.3-u16.0", "description": "Timestamps, time math, timer service API definition", "type": "module", "main": "index.js", @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", + "@agoric/assert": "^0.6.1-u16.0", "@endo/nat": "^5.0.7", "@endo/patterns": "^1.4.0" }, diff --git a/packages/vat-data/CHANGELOG.md b/packages/vat-data/CHANGELOG.md index 22a6ca96bf9..03ffbf508cb 100644 --- a/packages/vat-data/CHANGELOG.md +++ b/packages/vat-data/CHANGELOG.md @@ -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.5.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.2...@agoric/vat-data@0.5.3-u16.0) (2024-06-26) + + +### Features + +* **liveslots:** virtual exo meta-ops ([#8779](https://github.com/Agoric/agoric-sdk/issues/8779)) ([af3ced9](https://github.com/Agoric/agoric-sdk/commit/af3ced91861731353e10a45e4eae63450f74a0ea)) +* **vow:** make `when` an augmentation of `E.when` ([c2a3179](https://github.com/Agoric/agoric-sdk/commit/c2a31792b7070a44b2ab6c9f95dd845b75b316e8)) + + +### Bug Fixes + +* "x" parameter in many tests is optional ([#8750](https://github.com/Agoric/agoric-sdk/issues/8750)) ([00137a3](https://github.com/Agoric/agoric-sdk/commit/00137a3dd689ca6255e11dc171c9b1cc8b8261ba)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* **vat-data:** methods can be `PropertyKey`s ([b99f499](https://github.com/Agoric/agoric-sdk/commit/b99f4993c0f1caa651b83755f85689f123717f67)) +* **vow:** persistent resolution, settler->resolver ([4d9371c](https://github.com/Agoric/agoric-sdk/commit/4d9371cb7d450e25146787474760b4c00b11e405)) +* **vow:** use `zone.watchPromise` ([b8ddc9d](https://github.com/Agoric/agoric-sdk/commit/b8ddc9d1ddf06fed8b434f36aa86a2a70293fd56)) + + + ### [0.5.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.1...@agoric/vat-data@0.5.2) (2023-06-02) **Note:** Version bump only for package @agoric/vat-data diff --git a/packages/vat-data/package.json b/packages/vat-data/package.json index 4709fa621fe..1fee5874c7d 100644 --- a/packages/vat-data/package.json +++ b/packages/vat-data/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vat-data", - "version": "0.5.2", + "version": "0.5.3-u16.0", "description": "Safe access to VatData global", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -19,17 +19,17 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/base-zone": "^0.1.0", - "@agoric/store": "^0.9.2", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/vow": "^0.1.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/base-zone": "^0.1.1-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/vow": "^0.2.0-u16.0", "@endo/exo": "^1.5.0", "@endo/patterns": "^1.4.0" }, "devDependencies": { - "@endo/init": "^1.1.2", "@endo/far": "^1.1.2", + "@endo/init": "^1.1.2", "@endo/ses-ava": "^1.2.2", "ava": "^5.3.0", "tsd": "^0.30.7" diff --git a/packages/vats/CHANGELOG.md b/packages/vats/CHANGELOG.md index 9b7acef548a..f368c65f2a7 100644 --- a/packages/vats/CHANGELOG.md +++ b/packages/vats/CHANGELOG.md @@ -3,6 +3,97 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.1...@agoric/vats@0.16.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **network:** improve naming and data coercion +* **localchain:** make `localchain.query` and `queryMany` useful +* make Network and IBC vats durable (#8721) +* **zone:** use fresh heap and virtual zones + +### Features + +* add upgrade zcf only proposal ([73e0bb8](https://github.com/Agoric/agoric-sdk/commit/73e0bb830e7612e74c8fb510b909db154d2b2219)) +* **cosmos:** wire new swingset port handler ([ea582bf](https://github.com/Agoric/agoric-sdk/commit/ea582bf7738f82d0abe5529ee1ac9f2e117c957a)) +* fake bank bridge ([9abd093](https://github.com/Agoric/agoric-sdk/commit/9abd0931182993545504f9f264440052128756e8)) +* getBridgeId on ScopedBridgeManager ([aec4dea](https://github.com/Agoric/agoric-sdk/commit/aec4dea4f4d6baca3ea32c33551ba00658eab31b)) +* **ibc:** add types for IBCEvent, IBCMethod, IBCDowncall, and IBCDowncallPacket ([54fc93c](https://github.com/Agoric/agoric-sdk/commit/54fc93c1362d9131ec0803abea785ad303757e43)) +* **ibc:** export validateRemoteIbcAddress address ([2c29c08](https://github.com/Agoric/agoric-sdk/commit/2c29c088a788785c95d651777f6431bcc47d501c)) +* **ibc:** support async IBC version negotiation when present ([6efe80a](https://github.com/Agoric/agoric-sdk/commit/6efe80ac79a579003afd8704616c3d6abe94e225)) +* initChainInfo in orchestration setup eval ([5913d8f](https://github.com/Agoric/agoric-sdk/commit/5913d8f85831cda6cabcff2aa4304c7b42ade70e)) +* **internal:** fakeStorage.getBody() supports index other than -1 ([eda89cc](https://github.com/Agoric/agoric-sdk/commit/eda89cc7ec56b44f33f8552811c267d01bbf29b0)) +* **lca:** getBalance ([bd0708b](https://github.com/Agoric/agoric-sdk/commit/bd0708b3fbe1d9917223c6b43124f13150046e92)) +* **lca:** undelegate ([a18d21c](https://github.com/Agoric/agoric-sdk/commit/a18d21ce5bf539099171f2e8da3bbab6d33a352e)) +* **localchain:** add `.transfer()` helper to LocalChainAccount ([fd11145](https://github.com/Agoric/agoric-sdk/commit/fd111458355c46cf34536991e37b4a316ad09898)) +* **localchain:** add bankManager powers if present ([5b789c5](https://github.com/Agoric/agoric-sdk/commit/5b789c5e340f8920111ca6685a9eb53f75924673)) +* **localchain:** add withdraw facet to localChainAccount ([da20cb6](https://github.com/Agoric/agoric-sdk/commit/da20cb66244d0ce21009ba62f44f7ed3eedec16c)) +* **localchain:** make `localchain.query` and `queryMany` useful ([41209d5](https://github.com/Agoric/agoric-sdk/commit/41209d5b7c1de478d3f2ae709558e3e535c4ad8d)) +* **localchain:** per-account interception of `vtransfer` ([07e6d87](https://github.com/Agoric/agoric-sdk/commit/07e6d876548bdc5a11078b30f22dc88df28c649f)) +* make Network and IBC vats durable ([#8721](https://github.com/Agoric/agoric-sdk/issues/8721)) ([3d13c09](https://github.com/Agoric/agoric-sdk/commit/3d13c09363013e23726c2ac5fa299a8e5344fd8c)) +* make vat-localchain resumable ([6bd6938](https://github.com/Agoric/agoric-sdk/commit/6bd69389b8d45b2eb94bee93ef58e103ddb7687e)) +* new 'boot' package with bootstrap configs ([8e3173b](https://github.com/Agoric/agoric-sdk/commit/8e3173b0b86a3dc90b31164bc4272c54e46a6641)) +* **orchestration:** add stakeAtom example contract ([82f1901](https://github.com/Agoric/agoric-sdk/commit/82f1901ec6ecf5a802a72023d033609deeb053e1)) +* repair KREAd contract on zoe upgrade ([14040d4](https://github.com/Agoric/agoric-sdk/commit/14040d4fb2a1fcc8687e26ed9208d9824c579876)) +* **repl:** deal with Vows ([6991c7b](https://github.com/Agoric/agoric-sdk/commit/6991c7bad9d97900c91d6783049352e361369159)) +* stakeBld contract ([a7e30a4](https://github.com/Agoric/agoric-sdk/commit/a7e30a4e43c00b2916d2d57c70063650e726321f)) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric-sdk/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* support `coreProposals.steps` ([80fa3d1](https://github.com/Agoric/agoric-sdk/commit/80fa3d14494706d825f51ac22e1bbf4ec68ce404)) +* typedJson ([cd151b7](https://github.com/Agoric/agoric-sdk/commit/cd151b71d5a66d4a86e04a1af104fca277058836)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** coreEvalEnv ([3764eee](https://github.com/Agoric/agoric-sdk/commit/3764eeea9a391b5dc6c9c7a21e430f358b8f7476)) +* **types:** explicit exports from network ([65c2075](https://github.com/Agoric/agoric-sdk/commit/65c2075021dfb0ecf62a6009f7c411c7c49eb624)) +* **types:** generic return for executeTx ([dfc830b](https://github.com/Agoric/agoric-sdk/commit/dfc830bcf5f1997a5aebd23c407aa8f1a7d52083)) +* **types:** parameterize NameHub ([6110c6a](https://github.com/Agoric/agoric-sdk/commit/6110c6a544ec8a37de86d462c032611651f8e459)) +* **types:** WellKnownSpaces['instance'] ([72b3b76](https://github.com/Agoric/agoric-sdk/commit/72b3b763b2f1fdf0c4608d0601a19fd2f3a16709)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* **vats:** `BRIDGE_TARGET_REGISTER` and `BRIDGE_TARGET_UNREGISTER` ([badf695](https://github.com/Agoric/agoric-sdk/commit/badf6958dcfb602cf5992afd4ba1f0dc602fccd5)) +* **vats:** provide init-localchain ([19e5aed](https://github.com/Agoric/agoric-sdk/commit/19e5aed4e8a2aad667c04023e0aea01712ff9b9c)) +* vault performance benchmark ([57cea7d](https://github.com/Agoric/agoric-sdk/commit/57cea7da3773b038683b1ceced27428afe948561)) +* **vlocalchain:** generalise tx and query implementation ([1bffe84](https://github.com/Agoric/agoric-sdk/commit/1bffe84890f1d159301f9facea2eed13cf6cdf34)) +* Zoe use watchPromise() to wait for contract finish ([#8453](https://github.com/Agoric/agoric-sdk/issues/8453)) ([6388a00](https://github.com/Agoric/agoric-sdk/commit/6388a002b53593f17a8d936d4e937efb7d065d97)) +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* eliminate the `passableEncoding` hack ([87dbbda](https://github.com/Agoric/agoric-sdk/commit/87dbbda8484c6fe3fe542eb847647fd1540c11e6)), closes [#8327](https://github.com/Agoric/agoric-sdk/issues/8327) +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) +* **fake-bridge:** use when to handle vows ([8907806](https://github.com/Agoric/agoric-sdk/commit/89078060abeece36ad23edcdc9067be49e463139)) +* **localchain:** `callWhen`s return `PromiseVow` ([59f2de0](https://github.com/Agoric/agoric-sdk/commit/59f2de0245102178754c7f10dd67f3e675bcd7a7)) +* **localchain:** work around TypeScript mapped tuple bug ([fa64af9](https://github.com/Agoric/agoric-sdk/commit/fa64af9ef23b4d7f76f0b8e9051c7190a1d9839f)) +* **nameHub:** void some floating promises ([70aa007](https://github.com/Agoric/agoric-sdk/commit/70aa00797ca9ee3a5544ddaf703fda986f8a9a58)) +* **network:** Connection should have negotiated remoteAddress and localAddress ([2184ea3](https://github.com/Agoric/agoric-sdk/commit/2184ea3d655c1334653e27d163a09ceb5f61fd50)), closes [#9064](https://github.com/Agoric/agoric-sdk/issues/9064) +* **network:** create and use `coerceToData` ([39beecb](https://github.com/Agoric/agoric-sdk/commit/39beecba84ef6dfafca902a28a651dbba77cdb1e)) +* **network:** improve naming and data coercion ([8bcd9e2](https://github.com/Agoric/agoric-sdk/commit/8bcd9e2100f4973fd788a6edf42c144d916c173d)) +* **network:** use vow types, correct revealed problems ([d1c1240](https://github.com/Agoric/agoric-sdk/commit/d1c1240bcf534a316533d4c203f45f01fdfc825d)) +* **provisioning:** don't use disconnected namesByAddress ([84d74dd](https://github.com/Agoric/agoric-sdk/commit/84d74dd22a8fb2ec274c293d5de0078e0a9359a0)) +* repair storage of zcfBundleCap and add a3p test ([72c7574](https://github.com/Agoric/agoric-sdk/commit/72c75740aff920ffb53231441d0f00a8747400f1)) +* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b)) +* **types:** board values ([4196da3](https://github.com/Agoric/agoric-sdk/commit/4196da375525fa67382a039a15973810db44ffea)) +* **types:** errors detected with libcheck ([077240b](https://github.com/Agoric/agoric-sdk/commit/077240b3f205151b97afc61a4615cf3a83d6f9a3)) +* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285)) +* **types:** template syntax ([279b903](https://github.com/Agoric/agoric-sdk/commit/279b903a559710511d69f1614badddeab801b90d)) +* **types:** Zoe utils hidden by skipLibCheck ([2f17f89](https://github.com/Agoric/agoric-sdk/commit/2f17f8917c9084930968303c0b832d56bbf8333a)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* **vats:** `vat-transfer` and `bridge-target` rework ([1be5003](https://github.com/Agoric/agoric-sdk/commit/1be500353e47e307c693c092b611edbc56d72fb6)) +* **vats:** `vtransfer` code cleanup ([8ac8197](https://github.com/Agoric/agoric-sdk/commit/8ac819709ef9ced0badee25e6715a5847b1e3f4c)) +* **vats:** don't give all of bankManager to 1 account ([d1f1630](https://github.com/Agoric/agoric-sdk/commit/d1f1630794e790a109b93c8de0c5b4b5077b77d3)) +* **vats:** explicitly harden iteration helper prototype ([5c00e86](https://github.com/Agoric/agoric-sdk/commit/5c00e863fe494a9c34e99d36c809d0a1a35aabe1)) +* **vats:** include index.js in NPM package ([#8815](https://github.com/Agoric/agoric-sdk/issues/8815)) ([c132a31](https://github.com/Agoric/agoric-sdk/commit/c132a3157a735d1e4d5c0c06dae3ed95e260dd79)) +* **vats:** Shape of NameHub lookupAdmin rest args ([ad575b0](https://github.com/Agoric/agoric-sdk/commit/ad575b0f32c5fea30f73c28e729663a660a53f02)) +* **vats:** update error message test ([37bae13](https://github.com/Agoric/agoric-sdk/commit/37bae13150b30ea823f9d61b6f763a8a2dd188d7)) +* **vats:** update vlocalchain API ([6ef27ab](https://github.com/Agoric/agoric-sdk/commit/6ef27abb02432df7b6ab600d5955c9d6ac145697)) + + +### Reverts + +* Revert "feat(inter-protocol)!: rename InterestRate to StabilityFee" ([bd46e78](https://github.com/Agoric/agoric-sdk/commit/bd46e784a940d9a85ac36151b65c443a910d1a21)) + + + ### [0.15.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.0...@agoric/vats@0.15.1) (2023-06-09) **Note:** Version bump only for package @agoric/vats diff --git a/packages/vats/package.json b/packages/vats/package.json index 5510a296a5a..b5d57f40565 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vats", - "version": "0.15.1", + "version": "0.16.0-u16.0", "description": "Agoric's Vat library", "type": "module", "main": "./index.js", @@ -22,20 +22,20 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/cosmic-proto": "^0.4.0", - "@agoric/ertp": "^0.16.2", - "@agoric/governance": "^0.10.3", - "@agoric/internal": "^0.3.2", - "@agoric/network": "^0.1.0", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/vow": "^0.1.0", - "@agoric/zoe": "^0.26.2", - "@agoric/zone": "^0.2.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/cosmic-proto": "^0.4.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/governance": "^0.10.4-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/network": "^0.2.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/vow": "^0.2.0-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/far": "^1.1.2", "@endo/import-bundle": "^1.1.2", "@endo/marshal": "^1.5.0", @@ -46,7 +46,7 @@ "jessie.js": "^0.3.4" }, "devDependencies": { - "@agoric/swingset-liveslots": "^0.10.2", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/init": "^1.1.2", "ava": "^5.3.0", diff --git a/packages/vm-config/CHANGELOG.md b/packages/vm-config/CHANGELOG.md index e69de29bb2d..aa7eada3227 100644 --- a/packages/vm-config/CHANGELOG.md +++ b/packages/vm-config/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### 0.1.1-u16.0 (2024-06-26) + + +### Features + +* implement benchmarks for price feeds with and without liquidation. ([d864b66](https://github.com/Agoric/agoric-sdk/commit/d864b666104beccf5f5ccad222f7a5d23a5ad7d5)), closes [#8496](https://github.com/Agoric/agoric-sdk/issues/8496) +* **orchestration:** stakeAtom delegate ([54d830f](https://github.com/Agoric/agoric-sdk/commit/54d830fd53420d3395a5d9ca3bc11e8a55a2773b)) +* **orchestration:** stakeAtom query balance ([9f0ae09](https://github.com/Agoric/agoric-sdk/commit/9f0ae09e389f1750c9e550d5e6893460d1e21d07)) +* **vat-transfer:** first cut at working proposal ([2864bd5](https://github.com/Agoric/agoric-sdk/commit/2864bd5c12300c3595df9676bcfde894dbe59b29)) +* **vats:** provide init-localchain ([19e5aed](https://github.com/Agoric/agoric-sdk/commit/19e5aed4e8a2aad667c04023e0aea01712ff9b9c)) +* vm-config package ([8b1ecad](https://github.com/Agoric/agoric-sdk/commit/8b1ecad8ab50db777bc11c3ee6fcdb37d6cb38b6)) + + +### Bug Fixes + +* **cosmos:** make agd upgrade work ([1aa1d26](https://github.com/Agoric/agoric-sdk/commit/1aa1d26f05875c91fd47da1ad7386d8979f94b03)) diff --git a/packages/vm-config/package.json b/packages/vm-config/package.json index de054026eb1..c302b141505 100644 --- a/packages/vm-config/package.json +++ b/packages/vm-config/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vm-config", - "version": "0.1.0", + "version": "0.1.1-u16.0", "description": "Config to start an Agoric VM", "type": "module", "main": "./index.js", @@ -18,7 +18,6 @@ "keywords": [], "author": "Agoric", "license": "Apache-2.0", - "dependencies": {}, "devDependencies": { "ava": "^5.3.0", "c8": "^9.1.0" diff --git a/packages/vow/CHANGELOG.md b/packages/vow/CHANGELOG.md index e69de29bb2d..b14a18e0cb9 100644 --- a/packages/vow/CHANGELOG.md +++ b/packages/vow/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.0-u16.0 (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* export heapVowTools + +### Features + +* **async-flow:** asyncFlow ([#9097](https://github.com/Agoric/agoric-sdk/issues/9097)) ([16095c5](https://github.com/Agoric/agoric-sdk/commit/16095c5076043133aff0f25721131be2ca1ef5af)), closes [#9302](https://github.com/Agoric/agoric-sdk/issues/9302) [#9125](https://github.com/Agoric/agoric-sdk/issues/9125) [#9126](https://github.com/Agoric/agoric-sdk/issues/9126) [#9153](https://github.com/Agoric/agoric-sdk/issues/9153) [#9154](https://github.com/Agoric/agoric-sdk/issues/9154) [#9280](https://github.com/Agoric/agoric-sdk/issues/9280) [#9126](https://github.com/Agoric/agoric-sdk/issues/9126) +* export heapVowE ([21c5897](https://github.com/Agoric/agoric-sdk/commit/21c5897d28e0716ccbecd6543aa9d50e22c9348c)) +* export heapVowTools ([d68401a](https://github.com/Agoric/agoric-sdk/commit/d68401a94c919cc7fc66da52abd985146ea7ad3f)) +* **ibc:** add types for IBCEvent, IBCMethod, IBCDowncall, and IBCDowncallPacket ([54fc93c](https://github.com/Agoric/agoric-sdk/commit/54fc93c1362d9131ec0803abea785ad303757e43)) +* **vow:** make `when` an augmentation of `E.when` ([c2a3179](https://github.com/Agoric/agoric-sdk/commit/c2a31792b7070a44b2ab6c9f95dd845b75b316e8)) +* **vow:** third argument to `watch` is watcher context ([c579633](https://github.com/Agoric/agoric-sdk/commit/c579633ceb9c6a94c0998993caec9fc28d02e214)) +* **vow:** VowShape, isVow ([#9154](https://github.com/Agoric/agoric-sdk/issues/9154)) ([db4d0ea](https://github.com/Agoric/agoric-sdk/commit/db4d0eab68a1d361ddbb6fe993ff0b9969a348e5)) + + +### Bug Fixes + +* **vow:** allow resolving vow to external promise ([945a60c](https://github.com/Agoric/agoric-sdk/commit/945a60cfdadd90716340b5122c4008b56225af7a)) +* **vow:** clearer `Unwrap` and `Remote` ([025175b](https://github.com/Agoric/agoric-sdk/commit/025175bdd76209fe788b78e669b1ccaec88b4623)) +* **vow:** correct the typing of `unwrap` ([2af609f](https://github.com/Agoric/agoric-sdk/commit/2af609ff38c928b94ae3864845a471d9a70f6997)) +* **vow:** handle resolution loops in vows ([#9561](https://github.com/Agoric/agoric-sdk/issues/9561)) ([dd1a7db](https://github.com/Agoric/agoric-sdk/commit/dd1a7dbb56c2d7bfebaba632b9e0a7f6c39bb48e)), closes [#9560](https://github.com/Agoric/agoric-sdk/issues/9560) +* **vow:** persistent resolution, settler->resolver ([4d9371c](https://github.com/Agoric/agoric-sdk/commit/4d9371cb7d450e25146787474760b4c00b11e405)) +* **vow:** prevent loops and hangs from watching promises ([3541b04](https://github.com/Agoric/agoric-sdk/commit/3541b040e40006a86330deecc03c9393466ae013)) +* **vow:** simplify `watch` and promptly register reactions ([c52edaa](https://github.com/Agoric/agoric-sdk/commit/c52edaa3d07fdb9e18c6d6628b83ff62e7615617)) +* **vow:** use `zone.watchPromise` ([b8ddc9d](https://github.com/Agoric/agoric-sdk/commit/b8ddc9d1ddf06fed8b434f36aa86a2a70293fd56)) +* **vow:** watcher args instead of context ([#9556](https://github.com/Agoric/agoric-sdk/issues/9556)) ([bee606f](https://github.com/Agoric/agoric-sdk/commit/bee606f58a71af9b98440b13d70bc417fa7ed7d7)), closes [#9555](https://github.com/Agoric/agoric-sdk/issues/9555) diff --git a/packages/vow/package.json b/packages/vow/package.json index 40e793d781b..a98e3e3920f 100755 --- a/packages/vow/package.json +++ b/packages/vow/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/vow", - "version": "0.1.0", + "version": "0.2.0-u16.0", "description": "Remote (shortening and disconnection-tolerant) Promise-likes", "type": "module", "main": "src/index.js", @@ -20,8 +20,8 @@ "lint:types": "tsc" }, "dependencies": { - "@agoric/base-zone": "^0.1.0", - "@agoric/internal": "^0.3.2", + "@agoric/base-zone": "^0.1.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", "@endo/env-options": "^1.1.4", "@endo/eventual-send": "^1.2.2", "@endo/pass-style": "^1.4.0", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 2f12883ec4b..17e953291b0 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.3...@agoric/wallet@0.19.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **zone:** use fresh heap and virtual zones + +### Features + +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* promise handling ([c9219ad](https://github.com/Agoric/agoric-sdk/commit/c9219adef68914e44f0daa24122086dc3cb19c16)) +* **types:** board values ([4196da3](https://github.com/Agoric/agoric-sdk/commit/4196da375525fa67382a039a15973810db44ffea)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* **wallet:** don't assume node_modules layout ([1ac063e](https://github.com/Agoric/agoric-sdk/commit/1ac063e79992a0b0cd2f7780964ce7bca3e9a467)) +* **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric-sdk/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d)) + + + ### [0.18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.2...@agoric/wallet@0.18.3) (2023-06-09) **Note:** Version bump only for package @agoric/wallet diff --git a/packages/wallet/api/CHANGELOG.md b/packages/wallet/api/CHANGELOG.md index e8d1937b027..d1d6136ef0e 100644 --- a/packages/wallet/api/CHANGELOG.md +++ b/packages/wallet/api/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0-u16.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **zone:** use fresh heap and virtual zones + +### Features + +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* promise handling ([c9219ad](https://github.com/Agoric/agoric/commit/c9219adef68914e44f0daa24122086dc3cb19c16)) +* **types:** board values ([4196da3](https://github.com/Agoric/agoric/commit/4196da375525fa67382a039a15973810db44ffea)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d)) + + + ### [0.14.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.2...@agoric/wallet-backend@0.14.3) (2023-06-09) **Note:** Version bump only for package @agoric/wallet-backend diff --git a/packages/wallet/api/package.json b/packages/wallet/api/package.json index 217d8791f7c..fd7de98b9aa 100644 --- a/packages/wallet/api/package.json +++ b/packages/wallet/api/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet-backend", - "version": "0.14.3", + "version": "0.15.0-u16.0", "description": "Wallet backend", "type": "module", "scripts": { @@ -14,24 +14,24 @@ "lint:eslint": "eslint ." }, "devDependencies": { - "@agoric/vats": "^0.15.1", + "@agoric/vats": "^0.16.0-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/far": "^1.1.2", "@endo/init": "^1.1.2", "ava": "^5.3.0" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/cache": "^0.3.2", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/smart-wallet": "^0.5.3", - "@agoric/store": "^0.9.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/zoe": "^0.26.2", - "@agoric/zone": "^0.2.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/cache": "^0.3.3-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/smart-wallet": "^0.5.4-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/zoe": "^0.26.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/eventual-send": "^1.2.2", "@endo/marshal": "^1.5.0", "@endo/nat": "^5.0.7", diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 42dc3336f9e..f4bebc9e4f5 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/wallet", - "version": "0.18.3", + "version": "0.19.0-u16.0", "type": "module", "main": "index.js", "license": "Apache-2.0", diff --git a/packages/xsnap-lockdown/CHANGELOG.md b/packages/xsnap-lockdown/CHANGELOG.md index ee6e448f959..6602feb7da9 100644 --- a/packages/xsnap-lockdown/CHANGELOG.md +++ b/packages/xsnap-lockdown/CHANGELOG.md @@ -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.14.1-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap-lockdown@0.14.0...@agoric/xsnap-lockdown@0.14.1-u16.0) (2024-06-26) + + +### Bug Fixes + +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) + + + ## 0.14.0 (2023-05-19) diff --git a/packages/xsnap-lockdown/package.json b/packages/xsnap-lockdown/package.json index 19dd8d1d515..ba4467c4648 100644 --- a/packages/xsnap-lockdown/package.json +++ b/packages/xsnap-lockdown/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/xsnap-lockdown", - "version": "0.14.0", + "version": "0.14.1-u16.0", "description": "Endo/lockdown initialization bundle for xsnap workers", "author": "Agoric", "license": "Apache-2.0", diff --git a/packages/xsnap/CHANGELOG.md b/packages/xsnap/CHANGELOG.md index abb2bcc64ed..8653d0a4c86 100644 --- a/packages/xsnap/CHANGELOG.md +++ b/packages/xsnap/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.14.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.14.2...@agoric/xsnap@0.14.3-u16.0) (2024-06-26) + + +### Features + +* **xsnap:** Build sensitivity to presence of build toolchain ([12e1f48](https://github.com/Agoric/agoric-sdk/commit/12e1f48483776f5808cdee40b78f9a7f1575b61b)) +* **xsnap:** Dispense with git when in node_modules ([3e5581b](https://github.com/Agoric/agoric-sdk/commit/3e5581b68307038a4a8ec3078c992d04f9d38ab2)) + + +### Bug Fixes + +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* ensure script main rejections exit with error ([abdab87](https://github.com/Agoric/agoric-sdk/commit/abdab879014a5c3124ebd0e9246995ac6b1ce6e5)) +* **types:** include .cjs ([416818b](https://github.com/Agoric/agoric-sdk/commit/416818bf8ab0d7776f203e18f26629442eb26107)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* **xsnap:** explicitly harden prototypes ([e451d13](https://github.com/Agoric/agoric-sdk/commit/e451d13b7925debf2bfe8f3cf749d225ec0bfe36)) +* **xsnap:** Release snapshot after load to avoid leak ([ca995f6](https://github.com/Agoric/agoric-sdk/commit/ca995f6cd169d835b6b44956674defa8d7b30e40)), closes [#9316](https://github.com/Agoric/agoric-sdk/issues/9316) +* **xsnap:** Revert failed attempt to expedite xsnap builds ([e37d357](https://github.com/Agoric/agoric-sdk/commit/e37d3575d92cb34f7e7cd012aa0b2f3ee2134fc0)) + + + ### [0.14.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap@0.14.1...@agoric/xsnap@0.14.2) (2023-06-02) diff --git a/packages/xsnap/package.json b/packages/xsnap/package.json index 3d67a418912..68e4bb9fd4a 100644 --- a/packages/xsnap/package.json +++ b/packages/xsnap/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/xsnap", - "version": "0.14.2", + "version": "0.14.3-u16.0", "description": "Snapshotting VM worker based on Moddable's XS Javascript engine", "author": "Agoric", "license": "Apache-2.0", @@ -27,9 +27,9 @@ "test:xs": "exit 0" }, "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/internal": "^0.3.2", - "@agoric/xsnap-lockdown": "^0.14.0", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/xsnap-lockdown": "^0.14.1-u16.0", "@endo/bundle-source": "^3.2.3", "@endo/eventual-send": "^1.2.2", "@endo/init": "^1.1.2", diff --git a/packages/zoe/CHANGELOG.md b/packages/zoe/CHANGELOG.md index 955e476f67c..7eb0d900105 100644 --- a/packages/zoe/CHANGELOG.md +++ b/packages/zoe/CHANGELOG.md @@ -3,6 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.26.3-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.2...@agoric/zoe@0.26.3-u16.0) (2024-06-26) + + +### Features + +* auctioneer detects failing priceAuthority; requests new one ([#8691](https://github.com/Agoric/agoric-sdk/issues/8691)) ([8604b01](https://github.com/Agoric/agoric-sdk/commit/8604b011b072d7bef43df59c075bcff9582b8804)), closes [#8696](https://github.com/Agoric/agoric-sdk/issues/8696) +* **base-zone:** alt revocable api using amplifier ([#8977](https://github.com/Agoric/agoric-sdk/issues/8977)) ([5cdf6e3](https://github.com/Agoric/agoric-sdk/commit/5cdf6e3a8b4fbb5cb8e276e6efeec65d9c3d6623)) +* disable recoverSets in priceAuthority and fluxAggregator ([9eb20a4](https://github.com/Agoric/agoric-sdk/commit/9eb20a478f3a59bf7c0fb8ca8923f5825fa82113)) +* refactor ZoeSeat to drop cyclic structure that blocked GC ([e6b53e7](https://github.com/Agoric/agoric-sdk/commit/e6b53e7e9300171cc6c3a32083f278c23c29fee2)) +* start fn upgradability by meta ([5ae46e4](https://github.com/Agoric/agoric-sdk/commit/5ae46e485b8f3b643cb57c45abdb75a94657d60c)) +* **tools:** bundleAndInstall ([a639ea8](https://github.com/Agoric/agoric-sdk/commit/a639ea8b77c73b973c823bea4103741cc4500c2f)) +* **tools:** issuerKit on AmountUtils ([65dad73](https://github.com/Agoric/agoric-sdk/commit/65dad73bc6c8a133ecead55779112f0f6223e750)) +* **types:** ContractMeta ([9d02dfa](https://github.com/Agoric/agoric-sdk/commit/9d02dfab2cc2c24ed9b15a6aa8bc5fba7d6c9fe0)) +* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e)) +* **types:** InvitationAmount ([cdf1b7a](https://github.com/Agoric/agoric-sdk/commit/cdf1b7a6ee28293ba5d606705e24a9fee175effe)) +* **types:** no package imports for ambient types ([cc182de](https://github.com/Agoric/agoric-sdk/commit/cc182de9b8b02a81210768b2602085534aa38a75)) +* **types:** Tagged ([80d0479](https://github.com/Agoric/agoric-sdk/commit/80d04790429765e81053d45f6f7b17fb7b06b7c6)) +* **types:** WellKnownSpaces['instance'] ([72b3b76](https://github.com/Agoric/agoric-sdk/commit/72b3b763b2f1fdf0c4608d0601a19fd2f3a16709)) +* when zcfSeats exit or fail, delete objects holding cycles ([#8697](https://github.com/Agoric/agoric-sdk/issues/8697)) ([5d5722f](https://github.com/Agoric/agoric-sdk/commit/5d5722f1d78fcb102ab743121ac3e05a2e5f3460)) +* Zoe use watchPromise() to wait for contract finish ([#8453](https://github.com/Agoric/agoric-sdk/issues/8453)) ([6388a00](https://github.com/Agoric/agoric-sdk/commit/6388a002b53593f17a8d936d4e937efb7d065d97)) +* **zoe:** caretaker-style revocable, ownable ([#8745](https://github.com/Agoric/agoric-sdk/issues/8745)) ([f30b379](https://github.com/Agoric/agoric-sdk/commit/f30b3797212f3f64f734c3079df23105e293be54)), closes [#8753](https://github.com/Agoric/agoric-sdk/issues/8753) +* **zoe:** getInvitationDetails enforces singleton invitation ([519f6a6](https://github.com/Agoric/agoric-sdk/commit/519f6a6ba3422459b2c16f6b61cbd3a6e5df2c6c)) + + +### Bug Fixes + +* backwards compatibility with 'prepare' ([876cf12](https://github.com/Agoric/agoric-sdk/commit/876cf12dfa77722cafe7a0c775ee2117ab1c9a8b)) +* eliminate the `passableEncoding` hack ([87dbbda](https://github.com/Agoric/agoric-sdk/commit/87dbbda8484c6fe3fe542eb847647fd1540c11e6)), closes [#8327](https://github.com/Agoric/agoric-sdk/issues/8327) +* endow with original unstructured `assert` ([#9514](https://github.com/Agoric/agoric-sdk/issues/9514)) ([ce64840](https://github.com/Agoric/agoric-sdk/commit/ce64840f599ee7b73cbe455cc41eecec3464430a)), closes [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#8332](https://github.com/Agoric/agoric-sdk/issues/8332) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9515](https://github.com/Agoric/agoric-sdk/issues/9515) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#5672](https://github.com/Agoric/agoric-sdk/issues/5672) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) [#9513](https://github.com/Agoric/agoric-sdk/issues/9513) +* make zoeStorageModule correctly restart with zcfMints present. ([9ac09b1](https://github.com/Agoric/agoric-sdk/commit/9ac09b1291a62f519d0c8b43849698b2ec19dd3b)) +* move EmptyProposalShape back here ([1a0db7d](https://github.com/Agoric/agoric-sdk/commit/1a0db7d6f301a088bbe33267136c5716bd968dd8)) +* OfferResult can be a symbol ([9b6461b](https://github.com/Agoric/agoric-sdk/commit/9b6461be2e23d5ae9912d3bee63279b914205ca5)) +* properly exit floating `ZCFSeat` instances ([bb2edbd](https://github.com/Agoric/agoric-sdk/commit/bb2edbd3d6fb256f05bc63acd58a5539efabbecf)) +* repair storage of zcfBundleCap and add a3p test ([72c7574](https://github.com/Agoric/agoric-sdk/commit/72c75740aff920ffb53231441d0f00a8747400f1)) +* tolerate golden error property reorders ([7a32cad](https://github.com/Agoric/agoric-sdk/commit/7a32cad9409c89f0318a88e306473dc51387e17a)) +* **types:** emit .d.ts again ([0ca5db3](https://github.com/Agoric/agoric-sdk/commit/0ca5db30c0567867fd634279c2c0b50b5101b0d4)) +* **types:** errors detected with libcheck ([077240b](https://github.com/Agoric/agoric-sdk/commit/077240b3f205151b97afc61a4615cf3a83d6f9a3)) +* **types:** getAmountAllocated ([208eb76](https://github.com/Agoric/agoric-sdk/commit/208eb7656a2f1a02521b119c826bce2ec47e332c)) +* **types:** Invitation parameters ([178dbfd](https://github.com/Agoric/agoric-sdk/commit/178dbfd4838f7cdadba02f2963fd1e90aad310f3)) +* **types:** TypedMatcher ([29d1264](https://github.com/Agoric/agoric-sdk/commit/29d126402678f1f6c1075f36fa578633b4b778d2)) +* **types:** Zoe startInstance ([649956a](https://github.com/Agoric/agoric-sdk/commit/649956afec6dedd4285c6e27260d657445e09057)) +* **types:** Zoe utils hidden by skipLibCheck ([2f17f89](https://github.com/Agoric/agoric-sdk/commit/2f17f8917c9084930968303c0b832d56bbf8333a)) +* **types:** ZoeManualTimer ([991bef1](https://github.com/Agoric/agoric-sdk/commit/991bef12cdcc01d318573b6e50b9eac3b1ae9fd9)) +* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f)) +* update TS types ([7580805](https://github.com/Agoric/agoric-sdk/commit/75808055afc129c81b7978fb83c33cfed7a4ecbd)) +* When setting a new zcfBundleCap, store it in baggage ([#8806](https://github.com/Agoric/agoric-sdk/issues/8806)) ([1f4333e](https://github.com/Agoric/agoric-sdk/commit/1f4333e2e31d7d01a746808599a174c0f914d9a0)) +* **zoe:** Accommodate exo-stensibility by relaxing method name enumeration tests ([59ab3c5](https://github.com/Agoric/agoric-sdk/commit/59ab3c556c5d423cbc7c3a9be8a67d1e5b51ebf4)) +* **zoe:** Fix guards to accurately guard args ([#8642](https://github.com/Agoric/agoric-sdk/issues/8642)) ([b235bd8](https://github.com/Agoric/agoric-sdk/commit/b235bd8a53a4ac501040d9f3cb2b810d150a12e8)) +* **zoe:** Fix OfferHandlerI.handle returns guard ([#8748](https://github.com/Agoric/agoric-sdk/issues/8748)) ([87e4ef4](https://github.com/Agoric/agoric-sdk/commit/87e4ef498bd57ac1577e46ecdcc3bb96c0a98c88)) +* **zoe:** Golden error regexp tolerant across endo versions ([7cc4f96](https://github.com/Agoric/agoric-sdk/commit/7cc4f967d98416e41a0fdfd4392531b198a9233e)) + + + ### [0.26.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.1...@agoric/zoe@0.26.2) (2023-06-02) **Note:** Version bump only for package @agoric/zoe diff --git a/packages/zoe/package.json b/packages/zoe/package.json index bb33081e34c..c25e23f0697 100644 --- a/packages/zoe/package.json +++ b/packages/zoe/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/zoe", - "version": "0.26.2", + "version": "0.26.3-u16.0", "description": "Zoe: the Smart Contract Framework for Offer Enforcement", "type": "module", "main": "./src/zoeService/zoe.js", @@ -43,20 +43,20 @@ }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { - "@agoric/assert": "^0.6.0", - "@agoric/base-zone": "^0.1.0", - "@agoric/ertp": "^0.16.2", - "@agoric/internal": "^0.3.2", - "@agoric/notifier": "^0.6.2", - "@agoric/store": "^0.9.2", - "@agoric/swingset-liveslots": "^0.10.2", - "@agoric/swingset-vat": "^0.32.2", - "@agoric/time": "^0.3.2", - "@agoric/vat-data": "^0.5.2", - "@agoric/zone": "^0.2.2", + "@agoric/assert": "^0.6.1-u16.0", + "@agoric/base-zone": "^0.1.1-u16.0", + "@agoric/ertp": "^0.16.3-u16.0", + "@agoric/internal": "^0.4.0-u16.0", + "@agoric/notifier": "^0.7.0-u16.0", + "@agoric/store": "^0.9.3-u16.0", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", + "@agoric/swingset-vat": "^0.33.0-u16.0", + "@agoric/time": "^0.3.3-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", + "@agoric/zone": "^0.3.0-u16.0", "@endo/bundle-source": "^3.2.3", - "@endo/common": "^1.2.2", "@endo/captp": "^4.2.0", + "@endo/common": "^1.2.2", "@endo/eventual-send": "^1.2.2", "@endo/exo": "^1.5.0", "@endo/far": "^1.1.2", @@ -68,8 +68,8 @@ "yargs-parser": "^21.1.1" }, "devDependencies": { + "@agoric/kmarshal": "^0.1.1-u16.0", "@endo/init": "^1.1.2", - "@agoric/kmarshal": "^0.1.0", "ava": "^5.3.0", "c8": "^9.1.0", "import-meta-resolve": "^2.2.1", diff --git a/packages/zone/CHANGELOG.md b/packages/zone/CHANGELOG.md index 684239f3b5e..3ea863f6e90 100644 --- a/packages/zone/CHANGELOG.md +++ b/packages/zone/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.0-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.2...@agoric/zone@0.3.0-u16.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* **zone:** use fresh heap and virtual zones + +### Features + +* **base-zone:** add `zone.watchPromise` ([9ce80d0](https://github.com/Agoric/agoric-sdk/commit/9ce80d06c0a56471d2da9f372b0b2d93d31d159a)) +* **zone:** implement `isStorable` for virtual zones ([20feefb](https://github.com/Agoric/agoric-sdk/commit/20feefbdef9aec159d32d3b2c6d266e4109ced99)) +* **zone:** implement `zone.makeOnce(key, maker)` ([d3be4c0](https://github.com/Agoric/agoric-sdk/commit/d3be4c08477d958c1760713a88d33de724d6e3a2)) +* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9)) + + +### Bug Fixes + +* **base-zone,zone:** import `isPassable` from @endo/pass-style ([#9230](https://github.com/Agoric/agoric-sdk/issues/9230)) ([fbd8633](https://github.com/Agoric/agoric-sdk/commit/fbd8633ae9f8420a589dd9bc32925418f2dde060)) +* review suggestions ([ea28367](https://github.com/Agoric/agoric-sdk/commit/ea283670a4d702a8292b673ab4851610eaed50da)) +* update TS types ([7580805](https://github.com/Agoric/agoric-sdk/commit/75808055afc129c81b7978fb83c33cfed7a4ecbd)) +* **zone:** add `wrapProvider` and manage `backingStore` ([5e3f6a6](https://github.com/Agoric/agoric-sdk/commit/5e3f6a66dc2f1af89f3e5ddc5f9974f430beecc3)) +* **zone:** fixups before merging to 7891 ([9bbb393](https://github.com/Agoric/agoric-sdk/commit/9bbb393ac2d0af8e2a3b29adfeabf01c42d9b50e)) +* **zone:** Ignore type error that occurrs only integration with vats ([014fb5b](https://github.com/Agoric/agoric-sdk/commit/014fb5ba6fb997bb408eaa31a87fc95f2fac16fe)) +* **zone:** review suggestion ([2ca7943](https://github.com/Agoric/agoric-sdk/commit/2ca7943f9f844e8526624b5db4977ff70bda95c1)) +* **zone:** suggestions for [#7891](https://github.com/Agoric/agoric-sdk/issues/7891) ([e9e0e21](https://github.com/Agoric/agoric-sdk/commit/e9e0e219618449b532ea6303c58415f591b2b49f)) +* **zone:** track baggage keys as used by `@agoric/vat-data` ([ac92686](https://github.com/Agoric/agoric-sdk/commit/ac9268664eb20e12ee87282b85aebf117af6c9f5)) +* **zone:** update typing infrastructure ([70bdfa4](https://github.com/Agoric/agoric-sdk/commit/70bdfa4e005c28a36bc6f5e4b9e53cd2b8ae0b6e)) + + + ### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.1...@agoric/zone@0.2.2) (2023-06-02) **Note:** Version bump only for package @agoric/zone diff --git a/packages/zone/package.json b/packages/zone/package.json index d496c7b32e6..2369a5d15a3 100644 --- a/packages/zone/package.json +++ b/packages/zone/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/zone", - "version": "0.2.2", + "version": "0.3.0-u16.0", "description": "Allocation zone abstraction for objects on the heap, persistent stores, etc.", "type": "module", "repository": "https://github.com/Agoric/agoric-sdk", @@ -27,13 +27,13 @@ "author": "Agoric", "license": "Apache-2.0", "dependencies": { - "@agoric/base-zone": "^0.1.0", - "@agoric/vat-data": "^0.5.2", + "@agoric/base-zone": "^0.1.1-u16.0", + "@agoric/vat-data": "^0.5.3-u16.0", "@endo/far": "^1.1.2", "@endo/pass-style": "^1.4.0" }, "devDependencies": { - "@agoric/swingset-liveslots": "^0.10.2", + "@agoric/swingset-liveslots": "^0.10.3-u16.0", "@endo/patterns": "^1.4.0", "ava": "^5.3.0" },