@agoric/async-flow 0.1.1-upgrade-18-dev-a0f4883.0 → 0.2.0-u18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## 0.2.0-u18.0 (2024-10-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* **async-flow:** prepend log generation metadata entries
|
|
12
|
+
* **async-flow:** stopgap `E` only for `makeReplayMembraneForTest`
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **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)
|
|
17
|
+
* **async-flow:** endowments ([#9566](https://github.com/Agoric/agoric-sdk/issues/9566)) ([4390d8c](https://github.com/Agoric/agoric-sdk/commit/4390d8c21fd8ac80a9c83f55d38c52e3f98faa1e)), closes [Error#1](https://github.com/Agoric/Error/issues/1) [Error#1](https://github.com/Agoric/Error/issues/1)
|
|
18
|
+
* **async-flow:** error on guest E use ([#9443](https://github.com/Agoric/agoric-sdk/issues/9443)) ([e193e66](https://github.com/Agoric/agoric-sdk/commit/e193e66fc578b1c00eda5f5ab6599f1cfbdc542f)), closes [#9299](https://github.com/Agoric/agoric-sdk/issues/9299) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322)
|
|
19
|
+
* **async-flow:** prepend log generation metadata entries ([9b3a3d1](https://github.com/Agoric/agoric-sdk/commit/9b3a3d198b37e99ea5f241ecba038af4ffb1108e))
|
|
20
|
+
* **asyncFlow:** Stopgap E support ([#9519](https://github.com/Agoric/agoric-sdk/issues/9519)) ([4adf64f](https://github.com/Agoric/agoric-sdk/commit/4adf64fd53a1a3c68ca52728710830201c9a4418)), closes [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9299](https://github.com/Agoric/agoric-sdk/issues/9299) [#9443](https://github.com/Agoric/agoric-sdk/issues/9443) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9299](https://github.com/Agoric/agoric-sdk/issues/9299) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322) [#9322](https://github.com/Agoric/agoric-sdk/issues/9322)
|
|
21
|
+
* error on membrane promise ([94dfab1](https://github.com/Agoric/agoric-sdk/commit/94dfab1cfd960aada452753b1482ed797bc2da13))
|
|
22
|
+
* **liveslots-tools:** prepare-strict-test-env ([d98d894](https://github.com/Agoric/agoric-sdk/commit/d98d89449d4bfc1419cd4410edef813db0e4ec55))
|
|
23
|
+
* **types:** HostOf, GuestOf ([35380af](https://github.com/Agoric/agoric-sdk/commit/35380af4bbda51be2a9cd047f9c4992791090e94))
|
|
24
|
+
* **types:** infer orchestrate() return ([67665a8](https://github.com/Agoric/agoric-sdk/commit/67665a89cb162c350389e52fd812c895d42f37fb))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **async-flow:** fix endowment equate bug ([b7b59fd](https://github.com/Agoric/agoric-sdk/commit/b7b59fd3704ba96174a764c90e664527635a56a7))
|
|
30
|
+
* **async-flow:** more robust guest completion and panic handling ([caf934f](https://github.com/Agoric/agoric-sdk/commit/caf934feb6399d1ef765e84d651d4f5c005ca3e9))
|
|
31
|
+
* **async-flow:** panic if a guest fulfills during replay ([77aadf6](https://github.com/Agoric/agoric-sdk/commit/77aadf64238bda2d27f8e39d535a3bff0d119e97))
|
|
32
|
+
* **async-flow:** stopgap `E` only for `makeReplayMembraneForTest` ([b8693fa](https://github.com/Agoric/agoric-sdk/commit/b8693fa151f887b7867f9017456cfbbfa79752e2))
|
|
33
|
+
* **async-flow:** unwrapped function is a remotable ([1edbcee](https://github.com/Agoric/agoric-sdk/commit/1edbcee21ab3a51f166dc30b4a56b8e7eef08dac))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
1
37
|
# Change Log
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/async-flow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-u18.0",
|
|
4
4
|
"description": "Upgrade async functions at await points by replay",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/Agoric/agoric-sdk",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"author": "Agoric",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@agoric/base-zone": "0.1.1-
|
|
28
|
-
"@agoric/internal": "0.
|
|
29
|
-
"@agoric/store": "0.9.3-
|
|
30
|
-
"@agoric/vow": "0.
|
|
27
|
+
"@agoric/base-zone": "^0.1.1-u18.0",
|
|
28
|
+
"@agoric/internal": "^0.4.0-u18.0",
|
|
29
|
+
"@agoric/store": "^0.9.3-u18.0",
|
|
30
|
+
"@agoric/vow": "^0.2.0-u18.0",
|
|
31
31
|
"@endo/common": "^1.2.7",
|
|
32
32
|
"@endo/errors": "^1.2.7",
|
|
33
33
|
"@endo/eventual-send": "^1.2.7",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@endo/promise-kit": "^1.1.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@agoric/swingset-vat": "0.
|
|
41
|
-
"@agoric/zone": "0.
|
|
40
|
+
"@agoric/swingset-vat": "^0.33.0-u18.0",
|
|
41
|
+
"@agoric/zone": "^0.3.0-u18.0",
|
|
42
42
|
"@endo/env-options": "^1.1.7",
|
|
43
43
|
"ava": "^5.3.0",
|
|
44
44
|
"tsd": "^0.31.1"
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"typeCoverage": {
|
|
63
63
|
"atLeast": 76.93
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c22e7250188bbdb07bc021dffdb88af0309a7aa8"
|
|
66
66
|
}
|