Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @agoric/cosmos@0.34.0
 - @agoric/ertp@0.16.0
 - @agoric/swingset-vat@0.32.0
 - @agoric/access-token@0.4.21
 - agoric@0.19.0
 - @agoric/assert@0.6.0
 - @agoric/cache@0.3.0
 - @agoric/casting@0.4.0
 - @agoric/cosmic-proto@0.3.0
 - @agoric/cosmic-swingset@0.41.0
 - @agoric/deploy-script-support@0.10.0
 - @agoric/ssh-node@3.0.0
 - @agoric/eslint-config@0.4.0
 - @agoric/governance@0.10.0
 - @agoric/import-manager@0.3.9
 - @agoric/inter-protocol@0.14.0
 - @agoric/internal@0.3.0
 - @agoric/notifier@0.6.0
 - @agoric/pegasus@0.7.9
 - @agoric/same-structure@0.2.5
 - @agoric/sharing-service@0.2.9
 - @agoric/smart-wallet@0.5.0
 - @agoric/solo@0.10.0
 - @agoric/sparse-ints@0.2.2
 - @agoric/spawner@0.6.6
 - @agoric/stat-logger@0.4.28
 - @agoric/store@0.9.0
 - @agoric/swing-store@0.9.0
 - @agoric/swingset-liveslots@0.10.0
 - @agoric/swingset-runner@0.22.0
 - @agoric/swingset-xsnap-supervisor@0.10.0
 - @agoric/telemetry@0.6.0
 - @agoric/time@0.3.0
 - @agoric/ui-components@0.3.6
 - @agoric/vat-data@0.5.0
 - @agoric/vats@0.14.0
 - @agoric/wallet-connection@0.1.14
 - @agoric/wallet@0.18.0
 - @agoric/web-components@0.6.0
 - @agoric/xsnap-lockdown@0.14.0
 - @agoric/xsnap@0.14.0
 - @agoric/zoe@0.26.0
 - @agoric/zone@0.2.0
 - @agoric/wallet-backend@0.14.0
  • Loading branch information
warner committed May 19, 2023
1 parent d32a66a commit ea8c1c6
Show file tree
Hide file tree
Showing 88 changed files with 2,644 additions and 282 deletions.
68 changes: 68 additions & 0 deletions golang/cosmos/CHANGELOG.md
Expand Up @@ -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.34.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.32.2...@agoric/cosmos@0.34.0) (2023-05-19)


### ⚠ BREAKING CHANGES

* **vstorage:** separate `set`, `legacySet` and `setWithoutNotify`

### Features

* allow external transfers to the reserve account ([664ec3d](https://github.com/Agoric/agoric-sdk/commit/664ec3da137eb689093f25d275cd795a86683590))
* flag to compress bundles in transit ([26e02d6](https://github.com/Agoric/agoric-sdk/commit/26e02d668f196a9632ead8c26ea2f98dc5e521a0))
* **casting:** handle noData value encoding ([530bc41](https://github.com/Agoric/agoric-sdk/commit/530bc41854cc7f5e5749e97e87fabc6163a17864))
* **cosmic-proto:** add state-sync artifacts proto ([4cc25f5](https://github.com/Agoric/agoric-sdk/commit/4cc25f56ba9e967039c2dff2cbb566eafb37aaea))
* **cosmic-swingset:** add after-commit action ([970a53f](https://github.com/Agoric/agoric-sdk/commit/970a53f827ded21b27525f6b0042bbc124c62d48))
* **cosmic-swingset:** Add context info to actionQueue items ([ed47435](https://github.com/Agoric/agoric-sdk/commit/ed4743519e81dbb05b6136de1f94bae0ae0f87c8))
* **cosmic-swingset:** basic snapshot wiring ([b1072d8](https://github.com/Agoric/agoric-sdk/commit/b1072d8b1ddabbb5f2835eb503c945fed3b6b080))
* **cosmic-swingset:** export swingStore kvData to vstorage ([be68431](https://github.com/Agoric/agoric-sdk/commit/be684315dc68ecf0cb603a8eb38ddd5418e996a6))
* **cosmic-swingset:** leave inbound in actionQueue ([a32299d](https://github.com/Agoric/agoric-sdk/commit/a32299df308eb869def870cca93f0b89e37e9110))
* **cosmic-swingset:** process highPriorityQueue actions ([182a96e](https://github.com/Agoric/agoric-sdk/commit/182a96e169c8cac7f31fbce014783fd6db72b64c))
* **cosmic-swingset:** remove unnecessary explicit activityhash ([5dcc44d](https://github.com/Agoric/agoric-sdk/commit/5dcc44d31be0c8a95a5749d768791fa35b72dbd3))
* **cosmos:** Export KVData as artifact ([283fded](https://github.com/Agoric/agoric-sdk/commit/283fded7ceedace3c916cf1e02eb25d1e4f87a88))
* **cosmos:** prioritize some swingset message senders ([83819cd](https://github.com/Agoric/agoric-sdk/commit/83819cddff33dcc8e2ff50ccb19f991d79b76ffc))
* **events:** only single base64 encode and augment with anchors ([1739e7d](https://github.com/Agoric/agoric-sdk/commit/1739e7d849063d3bde4f96e684ea78afa8ead703))
* **x/swingset:** Core eval is high priority ([740840f](https://github.com/Agoric/agoric-sdk/commit/740840ff432a8b5d2bb59c3880ca4982aa84b4bc))
* add new bean cost for bytes in permanent storage ([b2118b1](https://github.com/Agoric/agoric-sdk/commit/b2118b1afc3421e00387ff2246f0723f4ccedf94))
* functional upgrade-10 handler ([bfc0f7f](https://github.com/Agoric/agoric-sdk/commit/bfc0f7f4d6e7559712850e99ee11fa09fc42520c))
* tweak state-sync logging ([#7468](https://github.com/Agoric/agoric-sdk/issues/7468)) ([9ec9ce2](https://github.com/Agoric/agoric-sdk/commit/9ec9ce277897c47df8b64856eabd3119f89416ce))
* **cosmos:** wire swingset RestoreExtension ([c94e49d](https://github.com/Agoric/agoric-sdk/commit/c94e49dbca2cfa4fc2e1ceb3617a5f1b6489a0a1))
* **cosmos:** wire swingset SnapshotExtension ([7b0d99e](https://github.com/Agoric/agoric-sdk/commit/7b0d99ed1db8fa85757de994b7cf3a82fb967244))
* **vstorage:** Add placeholder migration logic ([35a3848](https://github.com/Agoric/agoric-sdk/commit/35a384862ac03123b54b7bc99743c41cf7a62c8d))
* **vstorage:** Export sub tree ([726e188](https://github.com/Agoric/agoric-sdk/commit/726e188481f4286583e48e6c3d87b654a7dd8d73))
* **vstorage:** Handle explicit delete of path ([f46557d](https://github.com/Agoric/agoric-sdk/commit/f46557d424840d7dfa3ca2b817175c707a53540f))
* null handlers for upgrade-10 ([267dc41](https://github.com/Agoric/agoric-sdk/commit/267dc41aa6e1e6e454cc85e8479e4a5969ec378d))
* null upgrade handler for upgrade-9 ([d6bf056](https://github.com/Agoric/agoric-sdk/commit/d6bf056369fc6b8816ca0e1fcb580d88a48ea06b))
* **vstorage:** batch and dedupe events per block ([312b608](https://github.com/Agoric/agoric-sdk/commit/312b60818835865de48cf3252819c56152f5876c))
* **vstorage:** separate `set`, `legacySet` and `setWithoutNotify` ([a242a0e](https://github.com/Agoric/agoric-sdk/commit/a242a0e7670300f2ac67eaf5d163d9ea13fff65c))


### Bug Fixes

* **agd:** run the bootstrap block during `agoric-upgrade-10` ([3bb75e3](https://github.com/Agoric/agoric-sdk/commit/3bb75e398b3827c9608137f8ccb5d31c468a3684))
* **cosmos:** don't log expected missing tx context of CORE_EVAL ([5516913](https://github.com/Agoric/agoric-sdk/commit/55169134e7f14d1c2b5a838568ce97a1b196cfbd))
* add mutex to synchronize read/write of active snapshot ([c0dacd2](https://github.com/Agoric/agoric-sdk/commit/c0dacd2e9f9750ad513522cd86f38e5eb5216bb1))
* correct for premature creation of provision account during upgrade ([4edf64f](https://github.com/Agoric/agoric-sdk/commit/4edf64f97ac70911119b91b800e51de139df74fc))
* correctly count the swingset messages in a cosmos message ([daa16b1](https://github.com/Agoric/agoric-sdk/commit/daa16b13e27d99458a7f06d3c1be3b88a11768e0))
* correctly detect a too-low expected uncompressed size ([0a44077](https://github.com/Agoric/agoric-sdk/commit/0a44077adbf6268f2fcddaaf4ebe74a4bc199397))
* create provision account at genesis time ([49ac310](https://github.com/Agoric/agoric-sdk/commit/49ac3101847bb851f2bf5d5e7fd64b2c9fa773a6))
* don't ignore error return from RegisterMigration ([e09822b](https://github.com/Agoric/agoric-sdk/commit/e09822bcafb5a48a9b1167bc6c05d810c417a35d))
* dont reflect key back in error ([a5309bb](https://github.com/Agoric/agoric-sdk/commit/a5309bb59a651e9a4eb54dbf2a65ed72657ca755))
* lint ([298eb9f](https://github.com/Agoric/agoric-sdk/commit/298eb9fc46d606347be96ca5b0695c10136ac8e4))
* pass msg into go func ([2b4248c](https://github.com/Agoric/agoric-sdk/commit/2b4248ca3df5af1fda5e1a7ee5d3f93184edbbb7))
* restore MsgDeliverInbound as one inbound message ([19e3f07](https://github.com/Agoric/agoric-sdk/commit/19e3f071b19f64e6f443ac31d76976ed91ac0e06))
* review feedback asks for 10MB uncompressed size limit ([4e28b72](https://github.com/Agoric/agoric-sdk/commit/4e28b72760c6f3ba74c2beebf3b8ace23a099812))
* test bug ([8ee32e9](https://github.com/Agoric/agoric-sdk/commit/8ee32e92ff6df9c2619266b1c89c0d78c03b8672))
* typo ([039e3d1](https://github.com/Agoric/agoric-sdk/commit/039e3d1b707d9dbbe989c129d773a41d8cca86e2))
* upgrade handler agoric-upgrade-10 ([c23890f](https://github.com/Agoric/agoric-sdk/commit/c23890f7818b26701e67ed17489e7b88eabeffbd))
* **cosmic-swingset:** Use BigInt for chainQueue bounds ([40a8abb](https://github.com/Agoric/agoric-sdk/commit/40a8abb5aeac9237613fd50e4bbacb33f8057ed9))
* **cosmos:** avoid low gas estimates when simulated admission fails ([a2a0f9d](https://github.com/Agoric/agoric-sdk/commit/a2a0f9db323e02d9340257e0c0b516aca28012db))
* **vbank:** only "module account" events cause balance updates ([f90f094](https://github.com/Agoric/agoric-sdk/commit/f90f0946c2ccf61339b63458927860f00e39cc9a))
* **vbank:** properly detect module accounts ([5b5f39d](https://github.com/Agoric/agoric-sdk/commit/5b5f39d4e48b4d990f6534a14890fe745b1e8946))


### Reverts

* Revert "fix: disable state-sync by default, until we've implemented it" ([30340fb](https://github.com/Agoric/agoric-sdk/commit/30340fbf14caaa0decb1dc1c0dd2ecec150c38d6))



## [0.33.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.32.2...@agoric/cosmos@0.33.0) (2023-02-17)


Expand Down
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/cosmos",
"version": "0.33.0",
"version": "0.34.0",
"description": "Connect JS to the Cosmos blockchain SDK",
"parsers": {
"js": "mjs"
Expand Down
35 changes: 35 additions & 0 deletions packages/ERTP/CHANGELOG.md
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.16.0) (2023-05-19)


### ⚠ BREAKING CHANGES

* rename 'fit' to 'mustMatch'

### Features

* **ERTP:** hasIssuer(baggage) ([a2c0283](https://github.com/Agoric/agoric-sdk/commit/a2c02839fb2a657b896b83c3da3dad0cb4692502))
* NotifierShape ([1b53522](https://github.com/Agoric/agoric-sdk/commit/1b535224231463a521f42c96d30018812e923f7b))
* RatioShape ([3efc7de](https://github.com/Agoric/agoric-sdk/commit/3efc7de9f13be002fa4080bb1dc0a05520b0bbf5))
* **store:** M.splitArray and M.splitRecord ([#6597](https://github.com/Agoric/agoric-sdk/issues/6597)) ([e7427e3](https://github.com/Agoric/agoric-sdk/commit/e7427e386bcbfbe99312b41342b1fa2e722c57c7))


### Bug Fixes

* **ERTP:** `getCurrentAmountNotifier` returns a `LatestTopic` ([735d005](https://github.com/Agoric/agoric-sdk/commit/735d005ec4f4087a4055d48ff1dd1801c9a3d836))
* collection type param defaults ([7c529b0](https://github.com/Agoric/agoric-sdk/commit/7c529b0c84a6cc76ac81a455b7b3bb8185ecbbfa))
* incomparables have no min or max ([#6764](https://github.com/Agoric/agoric-sdk/issues/6764)) ([229708b](https://github.com/Agoric/agoric-sdk/commit/229708bcc66afa53dbab929ce1826787942179f7))
* remove deprecated issuer payment methods ([#7113](https://github.com/Agoric/agoric-sdk/issues/7113)) ([978894a](https://github.com/Agoric/agoric-sdk/commit/978894a87b526efe9c87b2832030b7beee907b31))
* **zoe:** payments more recoverable ([#7112](https://github.com/Agoric/agoric-sdk/issues/7112)) ([ce7244d](https://github.com/Agoric/agoric-sdk/commit/ce7244d6cf23f57e6de73b5d119e9681456fded7))
* missing zcfMint options ([753ea03](https://github.com/Agoric/agoric-sdk/commit/753ea03d713f791bebeea82422d659ffc46bca80))
* prepare for patterns to schematize storage ([#6819](https://github.com/Agoric/agoric-sdk/issues/6819)) ([f0bd3d6](https://github.com/Agoric/agoric-sdk/commit/f0bd3d62c9e480b102fc077997c65d89c0488fa8))
* rename from FarClass to ExoClass, etc ([#6323](https://github.com/Agoric/agoric-sdk/issues/6323)) ([da96c7c](https://github.com/Agoric/agoric-sdk/commit/da96c7c3c902a5e266baeedf23df02481f2e9c9d))
* rename vivify to prepare ([#6825](https://github.com/Agoric/agoric-sdk/issues/6825)) ([9261e42](https://github.com/Agoric/agoric-sdk/commit/9261e42e677a3fc31f52defc8fc7ae800f098838))
* swingset should define these types, not zoe/ERTP ([35a977b](https://github.com/Agoric/agoric-sdk/commit/35a977b2fa3c03bd5292718e318a26e897ff3d04))


### Miscellaneous Chores

* rename 'fit' to 'mustMatch' ([9fa3232](https://github.com/Agoric/agoric-sdk/commit/9fa32324f84bfb85de9e99e0c9ad277b8017b50e)), closes [#6844](https://github.com/Agoric/agoric-sdk/issues/6844)



### [0.15.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.4...@agoric/ertp@0.15.5) (2023-02-17)

**Note:** Version bump only for package @agoric/ertp
Expand Down
14 changes: 7 additions & 7 deletions packages/ERTP/package.json
@@ -1,6 +1,6 @@
{
"name": "@agoric/ertp",
"version": "0.15.5",
"version": "0.16.0",
"description": "Electronic Rights Transfer Protocol (ERTP). A smart contract framework for exchanging electronic rights",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@agoric/assert": "^0.5.1",
"@endo/nat": "^4.1.27",
"@agoric/notifier": "^0.5.1",
"@agoric/store": "^0.8.5",
"@agoric/swingset-vat": "^0.31.0",
"@agoric/vat-data": "^0.4.5",
"@agoric/assert": "^0.6.0",
"@agoric/notifier": "^0.6.0",
"@agoric/store": "^0.9.0",
"@agoric/swingset-vat": "^0.32.0",
"@agoric/vat-data": "^0.5.0",
"@endo/eventual-send": "^0.17.2",
"@endo/far": "^0.2.18",
"@endo/marshal": "^0.8.5",
"@endo/nat": "^4.1.27",
"@endo/promise-kit": "^0.2.56"
},
"devDependencies": {
Expand Down

0 comments on commit ea8c1c6

Please sign in to comment.