@agoric/ertp 0.16.3-dev-5dc325b.0 → 0.16.3-getting-started-dev-d127d1d.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +759 -0
  2. package/package.json +17 -24
  3. package/src/amountMath.d.ts +53 -0
  4. package/src/amountMath.d.ts.map +1 -0
  5. package/src/amountMath.js +63 -57
  6. package/src/displayInfo.d.ts +2 -0
  7. package/src/displayInfo.d.ts.map +1 -0
  8. package/src/index.d.ts +4 -0
  9. package/src/index.d.ts.map +1 -0
  10. package/src/issuerKit.d.ts +19 -0
  11. package/src/issuerKit.d.ts.map +1 -0
  12. package/src/issuerKit.js +59 -145
  13. package/src/legacy-payment-helpers.d.ts +5 -0
  14. package/src/legacy-payment-helpers.d.ts.map +1 -0
  15. package/src/legacy-payment-helpers.js +28 -23
  16. package/src/mathHelpers/copyBagMathHelpers.d.ts +5 -0
  17. package/src/mathHelpers/copyBagMathHelpers.d.ts.map +1 -0
  18. package/src/mathHelpers/copyBagMathHelpers.js +3 -1
  19. package/src/mathHelpers/copySetMathHelpers.d.ts +5 -0
  20. package/src/mathHelpers/copySetMathHelpers.d.ts.map +1 -0
  21. package/src/mathHelpers/copySetMathHelpers.js +3 -1
  22. package/src/mathHelpers/natMathHelpers.d.ts +14 -0
  23. package/src/mathHelpers/natMathHelpers.d.ts.map +1 -0
  24. package/src/mathHelpers/natMathHelpers.js +7 -6
  25. package/src/mathHelpers/setMathHelpers.d.ts +6 -0
  26. package/src/mathHelpers/setMathHelpers.d.ts.map +1 -0
  27. package/src/payment.d.ts +3 -0
  28. package/src/payment.d.ts.map +1 -0
  29. package/src/payment.js +0 -5
  30. package/src/paymentLedger.d.ts +3 -0
  31. package/src/paymentLedger.d.ts.map +1 -0
  32. package/src/paymentLedger.js +40 -38
  33. package/src/purse.d.ts +13 -0
  34. package/src/purse.d.ts.map +1 -0
  35. package/src/purse.js +0 -18
  36. package/src/transientNotifier.d.ts +5 -0
  37. package/src/transientNotifier.d.ts.map +1 -0
  38. package/src/typeGuards.d.ts +42 -0
  39. package/src/typeGuards.d.ts.map +1 -0
  40. package/src/typeGuards.js +43 -37
  41. package/src/types-ambient.d.ts +376 -0
  42. package/src/types-ambient.d.ts.map +1 -0
  43. package/src/types-ambient.js +314 -218
  44. package/src/types.d.ts +376 -0
  45. package/src/types.d.ts.map +1 -0
  46. package/src/types.js +314 -218
package/CHANGELOG.md ADDED
@@ -0,0 +1,759 @@
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.16.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.3-u11wf.0...@agoric/ertp@0.16.3-u12.0) (2023-11-10)
7
+
8
+ **Note:** Version bump only for package @agoric/ertp
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.16.3-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.3-u11.0...@agoric/ertp@0.16.3-u11wf.0) (2023-09-23)
15
+
16
+ **Note:** Version bump only for package @agoric/ertp
17
+
18
+
19
+
20
+
21
+
22
+ ### [0.16.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.2...@agoric/ertp@0.16.3-u11.0) (2023-08-24)
23
+
24
+ **Note:** Version bump only for package @agoric/ertp
25
+
26
+
27
+
28
+
29
+
30
+ ### [0.16.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.1...@agoric/ertp@0.16.2) (2023-06-02)
31
+
32
+ **Note:** Version bump only for package @agoric/ertp
33
+
34
+
35
+
36
+
37
+
38
+ ### [0.16.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.16.0...@agoric/ertp@0.16.1) (2023-05-24)
39
+
40
+ **Note:** Version bump only for package @agoric/ertp
41
+
42
+
43
+
44
+
45
+
46
+ ## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.16.0) (2023-05-19)
47
+
48
+
49
+ ### ⚠ BREAKING CHANGES
50
+
51
+ * rename 'fit' to 'mustMatch'
52
+
53
+ ### Features
54
+
55
+ * **ERTP:** hasIssuer(baggage) ([a2c0283](https://github.com/Agoric/agoric-sdk/commit/a2c02839fb2a657b896b83c3da3dad0cb4692502))
56
+ * NotifierShape ([1b53522](https://github.com/Agoric/agoric-sdk/commit/1b535224231463a521f42c96d30018812e923f7b))
57
+ * RatioShape ([3efc7de](https://github.com/Agoric/agoric-sdk/commit/3efc7de9f13be002fa4080bb1dc0a05520b0bbf5))
58
+ * **store:** M.splitArray and M.splitRecord ([#6597](https://github.com/Agoric/agoric-sdk/issues/6597)) ([e7427e3](https://github.com/Agoric/agoric-sdk/commit/e7427e386bcbfbe99312b41342b1fa2e722c57c7))
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **ERTP:** `getCurrentAmountNotifier` returns a `LatestTopic` ([735d005](https://github.com/Agoric/agoric-sdk/commit/735d005ec4f4087a4055d48ff1dd1801c9a3d836))
64
+ * collection type param defaults ([7c529b0](https://github.com/Agoric/agoric-sdk/commit/7c529b0c84a6cc76ac81a455b7b3bb8185ecbbfa))
65
+ * incomparables have no min or max ([#6764](https://github.com/Agoric/agoric-sdk/issues/6764)) ([229708b](https://github.com/Agoric/agoric-sdk/commit/229708bcc66afa53dbab929ce1826787942179f7))
66
+ * remove deprecated issuer payment methods ([#7113](https://github.com/Agoric/agoric-sdk/issues/7113)) ([978894a](https://github.com/Agoric/agoric-sdk/commit/978894a87b526efe9c87b2832030b7beee907b31))
67
+ * **zoe:** payments more recoverable ([#7112](https://github.com/Agoric/agoric-sdk/issues/7112)) ([ce7244d](https://github.com/Agoric/agoric-sdk/commit/ce7244d6cf23f57e6de73b5d119e9681456fded7))
68
+ * missing zcfMint options ([753ea03](https://github.com/Agoric/agoric-sdk/commit/753ea03d713f791bebeea82422d659ffc46bca80))
69
+ * prepare for patterns to schematize storage ([#6819](https://github.com/Agoric/agoric-sdk/issues/6819)) ([f0bd3d6](https://github.com/Agoric/agoric-sdk/commit/f0bd3d62c9e480b102fc077997c65d89c0488fa8))
70
+ * rename from FarClass to ExoClass, etc ([#6323](https://github.com/Agoric/agoric-sdk/issues/6323)) ([da96c7c](https://github.com/Agoric/agoric-sdk/commit/da96c7c3c902a5e266baeedf23df02481f2e9c9d))
71
+ * rename vivify to prepare ([#6825](https://github.com/Agoric/agoric-sdk/issues/6825)) ([9261e42](https://github.com/Agoric/agoric-sdk/commit/9261e42e677a3fc31f52defc8fc7ae800f098838))
72
+ * swingset should define these types, not zoe/ERTP ([35a977b](https://github.com/Agoric/agoric-sdk/commit/35a977b2fa3c03bd5292718e318a26e897ff3d04))
73
+
74
+
75
+ ### Miscellaneous Chores
76
+
77
+ * rename 'fit' to 'mustMatch' ([9fa3232](https://github.com/Agoric/agoric-sdk/commit/9fa32324f84bfb85de9e99e0c9ad277b8017b50e)), closes [#6844](https://github.com/Agoric/agoric-sdk/issues/6844)
78
+
79
+
80
+
81
+ ### [0.15.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.4...@agoric/ertp@0.15.5) (2023-02-17)
82
+
83
+ **Note:** Version bump only for package @agoric/ertp
84
+
85
+
86
+
87
+
88
+
89
+ ### [0.15.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.3...@agoric/ertp@0.15.4) (2022-12-14)
90
+
91
+ **Note:** Version bump only for package @agoric/ertp
92
+
93
+
94
+
95
+
96
+
97
+ ### [0.15.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.2...@agoric/ertp@0.15.3) (2022-10-18)
98
+
99
+ **Note:** Version bump only for package @agoric/ertp
100
+
101
+
102
+
103
+
104
+
105
+ ### [0.15.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.1...@agoric/ertp@0.15.2) (2022-10-08)
106
+
107
+ **Note:** Version bump only for package @agoric/ertp
108
+
109
+
110
+
111
+
112
+
113
+ ### [0.15.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.15.0...@agoric/ertp@0.15.1) (2022-10-05)
114
+
115
+ **Note:** Version bump only for package @agoric/ertp
116
+
117
+
118
+
119
+
120
+
121
+ ## [0.15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.14.2...@agoric/ertp@0.15.0) (2022-09-20)
122
+
123
+
124
+ ### ⚠ BREAKING CHANGES
125
+
126
+ * **store:** move from Schema to Shape terminology (#6072)
127
+ * **store:** split `provide` into collision vs no-collision variants (#6080)
128
+ * **store:** move some util where they are more reusable (#5990)
129
+
130
+ ### Features
131
+
132
+ * make PSM bootstrap support multiple brands ([#6146](https://github.com/Agoric/agoric-sdk/issues/6146)) ([d9583f8](https://github.com/Agoric/agoric-sdk/commit/d9583f88fe98eaa16b5d5147f33a99f0722453e1)), closes [#6142](https://github.com/Agoric/agoric-sdk/issues/6142) [#6139](https://github.com/Agoric/agoric-sdk/issues/6139)
133
+
134
+
135
+ ### Bug Fixes
136
+
137
+ * align issuer declaration order ([#6012](https://github.com/Agoric/agoric-sdk/issues/6012)) ([84f0198](https://github.com/Agoric/agoric-sdk/commit/84f0198aa596591d574a7b218b84b73889574cc7))
138
+ * better mismatch errors ([#5947](https://github.com/Agoric/agoric-sdk/issues/5947)) ([46e34f6](https://github.com/Agoric/agoric-sdk/commit/46e34f6deb7e5d8210a227bdea32fe3e2296e9ef))
139
+ * Better pattern mismatch diagnostics ([#5906](https://github.com/Agoric/agoric-sdk/issues/5906)) ([cf97ba3](https://github.com/Agoric/agoric-sdk/commit/cf97ba310fb5eb5f1ff5946d7104fdf27bcccfd4))
140
+ * bug in M.setOf and M.bagOf ([#5952](https://github.com/Agoric/agoric-sdk/issues/5952)) ([c940736](https://github.com/Agoric/agoric-sdk/commit/c940736dae49a1d3095194839dae355d4db2a67f))
141
+ * correct input validation of displayInfo ([#5876](https://github.com/Agoric/agoric-sdk/issues/5876)) ([7488530](https://github.com/Agoric/agoric-sdk/commit/74885306b09df45783dee8e63e97daa817cb0d9b)), closes [#5898](https://github.com/Agoric/agoric-sdk/issues/5898)
142
+ * far classes with interface guards, used by ERTP ([#5960](https://github.com/Agoric/agoric-sdk/issues/5960)) ([a8882a1](https://github.com/Agoric/agoric-sdk/commit/a8882a1cef97c9177bf76d04d1a1253d02c7921b))
143
+ * Make pattern matching faster ([#6158](https://github.com/Agoric/agoric-sdk/issues/6158)) ([9a2b427](https://github.com/Agoric/agoric-sdk/commit/9a2b427416e5e17a63cfa7c90dfa674741365d24))
144
+ * Use new `||` assert style, but when TS confused use `if` instead ([#6174](https://github.com/Agoric/agoric-sdk/issues/6174)) ([94625d3](https://github.com/Agoric/agoric-sdk/commit/94625d38c3bb5333b00a69dd3086b1ac13490f62))
145
+ * **store:** move some util where they are more reusable ([#5990](https://github.com/Agoric/agoric-sdk/issues/5990)) ([0eb83cd](https://github.com/Agoric/agoric-sdk/commit/0eb83cdf3650f75c70be02e863f341214e0e9a8d))
146
+ * prepare for inherited method representation ([#5989](https://github.com/Agoric/agoric-sdk/issues/5989)) ([348b860](https://github.com/Agoric/agoric-sdk/commit/348b860c62d9479962df268cfb1795b6c369c2b8))
147
+ * schema limit minting and offers ([#5461](https://github.com/Agoric/agoric-sdk/issues/5461)) ([dc7baa1](https://github.com/Agoric/agoric-sdk/commit/dc7baa195281f6442cfc28d0984adf0cf0d2341b))
148
+ * shutdown controller after tests ([93191e3](https://github.com/Agoric/agoric-sdk/commit/93191e33783f6a3286b55e3496fa0d7024690dd1))
149
+ * **ERTP:** limit decimal places to shift by (-100,100) ([8a154b8](https://github.com/Agoric/agoric-sdk/commit/8a154b8ebbc4c1abb2ca867daf139464765f80d3))
150
+
151
+
152
+ ### Code Refactoring
153
+
154
+ * **store:** move from Schema to Shape terminology ([#6072](https://github.com/Agoric/agoric-sdk/issues/6072)) ([757b887](https://github.com/Agoric/agoric-sdk/commit/757b887edd2d41960fadc86d4900ebde55729867))
155
+ * **store:** split `provide` into collision vs no-collision variants ([#6080](https://github.com/Agoric/agoric-sdk/issues/6080)) ([939e25e](https://github.com/Agoric/agoric-sdk/commit/939e25e615ea1fcefff15a032996613031151c0d)), closes [#5875](https://github.com/Agoric/agoric-sdk/issues/5875)
156
+
157
+
158
+
159
+ ### [0.14.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.14.1...@agoric/ertp@0.14.2) (2022-05-28)
160
+
161
+ **Note:** Version bump only for package @agoric/ertp
162
+
163
+
164
+
165
+
166
+
167
+ ### [0.14.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.14.0...@agoric/ertp@0.14.1) (2022-05-09)
168
+
169
+ **Note:** Version bump only for package @agoric/ertp
170
+
171
+
172
+
173
+
174
+
175
+ ## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.13.3...@agoric/ertp@0.14.0) (2022-04-18)
176
+
177
+
178
+ ### ⚠ BREAKING CHANGES
179
+
180
+ * consistent Node engine requirement (>=14.15.0)
181
+
182
+ ### Features
183
+
184
+ * implement the durable kind API ([56bad98](https://github.com/Agoric/agoric-sdk/commit/56bad985275787d18c34ac14b377a4d0348d699b)), closes [#4495](https://github.com/Agoric/agoric-sdk/issues/4495)
185
+ * split single- and multi-faceted VO definitions into their own functions ([fcf293a](https://github.com/Agoric/agoric-sdk/commit/fcf293a4fcdf64bf30b377c7b3fb8b728efbb4af)), closes [#5093](https://github.com/Agoric/agoric-sdk/issues/5093)
186
+ * yet another overhaul of the `defineKind` API ([3e02d42](https://github.com/Agoric/agoric-sdk/commit/3e02d42312b2963c165623c8cd559b431e5ecdce)), closes [#4905](https://github.com/Agoric/agoric-sdk/issues/4905)
187
+ * **ertp:** support min/max for AmountMath ([#4474](https://github.com/Agoric/agoric-sdk/issues/4474)) ([05c3060](https://github.com/Agoric/agoric-sdk/commit/05c3060c6f589dc6d7ba209e27d3300e9ad4b05c))
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * document invariants ([9a7ac04](https://github.com/Agoric/agoric-sdk/commit/9a7ac04093a79df4092907c245c2242599c98bc7))
193
+ * recover stuck payments ([2e366cb](https://github.com/Agoric/agoric-sdk/commit/2e366cbbd447c0117f66bb740b05d2a1b4e82f33))
194
+ * remove purse.claim per review comment ([e68ce40](https://github.com/Agoric/agoric-sdk/commit/e68ce40cb019f82b21ec623761a1df3cd68c27f2))
195
+ * revert moveAssets changes ([58a61bb](https://github.com/Agoric/agoric-sdk/commit/58a61bb6f842357bd4cbc9628204fc8a1e8c7b53))
196
+ * review comments ([f35ec10](https://github.com/Agoric/agoric-sdk/commit/f35ec103e7a8efe16baa42ffad32055142fde1c1))
197
+ * typo ([#4871](https://github.com/Agoric/agoric-sdk/issues/4871)) ([3d36314](https://github.com/Agoric/agoric-sdk/commit/3d36314559b65a01287b89c74c4ad96dfd632027))
198
+ * virtualize payments, purses, ledger ([#4618](https://github.com/Agoric/agoric-sdk/issues/4618)) ([dfeda1b](https://github.com/Agoric/agoric-sdk/commit/dfeda1bd7d8ca954b139d8dedda0624b924b8d81))
199
+
200
+
201
+ ### Miscellaneous Chores
202
+
203
+ * consistent Node engine requirement (>=14.15.0) ([ddc40fa](https://github.com/Agoric/agoric-sdk/commit/ddc40fa525f845ed900512c38b99f01458a3d131))
204
+
205
+
206
+
207
+ ### [0.13.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.13.2...@agoric/ertp@0.13.3) (2022-02-24)
208
+
209
+
210
+ ### Features
211
+
212
+ * overhaul the virtual object API ([e40674b](https://github.com/Agoric/agoric-sdk/commit/e40674b0b19f29adde2f5e6a460bafb7340d42b6)), closes [#4606](https://github.com/Agoric/agoric-sdk/issues/4606)
213
+
214
+
215
+
216
+ ### [0.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.13.1...@agoric/ertp@0.13.2) (2022-02-21)
217
+
218
+
219
+ ### Features
220
+
221
+ * implement persistent stores ([e1050b0](https://github.com/Agoric/agoric-sdk/commit/e1050b010e095b23547a38d48a12e5c8841a7466))
222
+
223
+
224
+ ### Bug Fixes
225
+
226
+ * Enhance TypeScript node_modules traversal depth ([000f738](https://github.com/Agoric/agoric-sdk/commit/000f73850d46dc7272b2399c06ad774dd3b8fe6e))
227
+ * extract early changes from PR 4136 ([#4190](https://github.com/Agoric/agoric-sdk/issues/4190)) ([fea822e](https://github.com/Agoric/agoric-sdk/commit/fea822ec75c27c8758b872730424c0a3f1a1c623))
228
+ * fullOrder leak. Semi-fungibles via CopyBags ([#4305](https://github.com/Agoric/agoric-sdk/issues/4305)) ([79c4276](https://github.com/Agoric/agoric-sdk/commit/79c4276da8c856674bd425c54715adec92648c48))
229
+ * ordered set operations ([#4196](https://github.com/Agoric/agoric-sdk/issues/4196)) ([bda9206](https://github.com/Agoric/agoric-sdk/commit/bda920694c7ab573822415653335e258b9c21281))
230
+ * remove pureCopy deleted from endo 1061 ([#4458](https://github.com/Agoric/agoric-sdk/issues/4458)) ([50e8523](https://github.com/Agoric/agoric-sdk/commit/50e852346d0b4005c613e30d10b469d89a4e5564))
231
+ * towards patterns and stores ([c241e39](https://github.com/Agoric/agoric-sdk/commit/c241e3978a36778197b1bf3874b07f1ed4df9ceb))
232
+
233
+
234
+
235
+ ### [0.13.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.13.0...@agoric/ertp@0.13.1) (2021-12-22)
236
+
237
+ **Note:** Version bump only for package @agoric/ertp
238
+
239
+
240
+
241
+
242
+
243
+ ## [0.13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.12.2...@agoric/ertp@0.13.0) (2021-12-02)
244
+
245
+
246
+ ### ⚠ BREAKING CHANGES
247
+
248
+ * **ERTP:** NatValues now only accept bigints, lower-case amountMath is removed, and AmountMath methods always follow the order of: brand, value
249
+
250
+ * chore: fix up INPUT_VALIDATON.md
251
+
252
+ * chore: address PR comments
253
+
254
+ ### Miscellaneous Chores
255
+
256
+ * **ERTP:** additional input validation and clean up ([#3892](https://github.com/Agoric/agoric-sdk/issues/3892)) ([067ea32](https://github.com/Agoric/agoric-sdk/commit/067ea32b069596202d7f8e7c5e09d5ea7821f6b2))
257
+
258
+
259
+
260
+ ### [0.12.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.12.1...@agoric/ertp@0.12.2) (2021-10-13)
261
+
262
+ **Note:** Version bump only for package @agoric/ertp
263
+
264
+
265
+
266
+
267
+
268
+ ### [0.12.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.12.0...@agoric/ertp@0.12.1) (2021-09-23)
269
+
270
+ **Note:** Version bump only for package @agoric/ertp
271
+
272
+
273
+
274
+
275
+
276
+ ## [0.12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.16...@agoric/ertp@0.12.0) (2021-09-15)
277
+
278
+
279
+ ### ⚠ BREAKING CHANGES
280
+
281
+ * improve error message when a purse is overdrawn (#3811)
282
+
283
+ ### Bug Fixes
284
+
285
+ * improve error message when a purse is overdrawn ([#3811](https://github.com/Agoric/agoric-sdk/issues/3811)) ([7b5841c](https://github.com/Agoric/agoric-sdk/commit/7b5841caf6a3d99464c2156156e0f6337bb04690))
286
+ * more missing Fars. kill "this" ([#3746](https://github.com/Agoric/agoric-sdk/issues/3746)) ([7bd027a](https://github.com/Agoric/agoric-sdk/commit/7bd027a879f98a9a3f30429ee1b54e6057efec42))
287
+
288
+
289
+
290
+ ### [0.11.16](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.15...@agoric/ertp@0.11.16) (2021-08-18)
291
+
292
+ **Note:** Version bump only for package @agoric/ertp
293
+
294
+
295
+
296
+
297
+
298
+ ### [0.11.15](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.14...@agoric/ertp@0.11.15) (2021-08-17)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * **ERTP:** log the payment object when it fails liveness ([ed7d5e1](https://github.com/Agoric/agoric-sdk/commit/ed7d5e114675a8e5604d7184f238696fb96cb834))
304
+
305
+
306
+
307
+ ### [0.11.14](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.13...@agoric/ertp@0.11.14) (2021-08-16)
308
+
309
+ **Note:** Version bump only for package @agoric/ertp
310
+
311
+
312
+
313
+
314
+
315
+ ### [0.11.13](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.10...@agoric/ertp@0.11.13) (2021-08-15)
316
+
317
+ ### 0.26.10 (2021-07-28)
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * **ERTP:** use metered=true and xs-worker on all swingset tests ([8c3da1f](https://github.com/Agoric/agoric-sdk/commit/8c3da1fa05c5734e1c839d480642f1716d003dd3))
323
+ * some missing Fars ([#3498](https://github.com/Agoric/agoric-sdk/issues/3498)) ([8f77271](https://github.com/Agoric/agoric-sdk/commit/8f77271b41a4589679ad95ff907126778466aba8))
324
+
325
+
326
+
327
+ ### [0.11.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.10...@agoric/ertp@0.11.12) (2021-08-14)
328
+
329
+ ### 0.26.10 (2021-07-28)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * **ERTP:** use metered=true and xs-worker on all swingset tests ([8c3da1f](https://github.com/Agoric/agoric-sdk/commit/8c3da1fa05c5734e1c839d480642f1716d003dd3))
335
+ * some missing Fars ([#3498](https://github.com/Agoric/agoric-sdk/issues/3498)) ([8f77271](https://github.com/Agoric/agoric-sdk/commit/8f77271b41a4589679ad95ff907126778466aba8))
336
+
337
+
338
+
339
+ ### [0.11.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.10...@agoric/ertp@0.11.11) (2021-07-28)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * **ERTP:** use metered=true and xs-worker on all swingset tests ([8c3da1f](https://github.com/Agoric/agoric-sdk/commit/8c3da1fa05c5734e1c839d480642f1716d003dd3))
345
+ * some missing Fars ([#3498](https://github.com/Agoric/agoric-sdk/issues/3498)) ([8f77271](https://github.com/Agoric/agoric-sdk/commit/8f77271b41a4589679ad95ff907126778466aba8))
346
+
347
+
348
+
349
+ ### [0.11.10](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.9...@agoric/ertp@0.11.10) (2021-07-01)
350
+
351
+ **Note:** Version bump only for package @agoric/ertp
352
+
353
+
354
+
355
+
356
+
357
+ ### [0.11.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.8...@agoric/ertp@0.11.9) (2021-06-28)
358
+
359
+ **Note:** Version bump only for package @agoric/ertp
360
+
361
+
362
+
363
+
364
+
365
+ ### [0.11.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.7...@agoric/ertp@0.11.8) (2021-06-25)
366
+
367
+ **Note:** Version bump only for package @agoric/ertp
368
+
369
+
370
+
371
+
372
+
373
+ ### [0.11.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.6...@agoric/ertp@0.11.7) (2021-06-24)
374
+
375
+ **Note:** Version bump only for package @agoric/ertp
376
+
377
+
378
+
379
+
380
+
381
+ ### [0.11.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.5...@agoric/ertp@0.11.6) (2021-06-24)
382
+
383
+ **Note:** Version bump only for package @agoric/ertp
384
+
385
+
386
+
387
+
388
+
389
+ ### [0.11.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.4...@agoric/ertp@0.11.5) (2021-06-23)
390
+
391
+ **Note:** Version bump only for package @agoric/ertp
392
+
393
+
394
+
395
+
396
+
397
+ ### [0.11.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.3...@agoric/ertp@0.11.4) (2021-06-16)
398
+
399
+ **Note:** Version bump only for package @agoric/ertp
400
+
401
+
402
+
403
+
404
+
405
+ ### [0.11.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.2...@agoric/ertp@0.11.3) (2021-06-15)
406
+
407
+
408
+ ### Bug Fixes
409
+
410
+ * Pin ESM to forked version ([54dbb55](https://github.com/Agoric/agoric-sdk/commit/54dbb55d64d7ff7adb395bc4bd9d1461dd2d3c17))
411
+
412
+
413
+
414
+ ## [0.11.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.1...@agoric/ertp@0.11.2) (2021-05-10)
415
+
416
+ **Note:** Version bump only for package @agoric/ertp
417
+
418
+
419
+
420
+
421
+
422
+ ## [0.11.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.11.0...@agoric/ertp@0.11.1) (2021-05-05)
423
+
424
+ **Note:** Version bump only for package @agoric/ertp
425
+
426
+
427
+
428
+
429
+
430
+ # [0.11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.8...@agoric/ertp@0.11.0) (2021-05-05)
431
+
432
+
433
+ ### Bug Fixes
434
+
435
+ * **ERTP:** now that {} is data, always return a displayInfo object ([fcc0cc4](https://github.com/Agoric/agoric-sdk/commit/fcc0cc4e61daef103556589fe7003da99d3c4626))
436
+ * settle REMOTE_STYLE name ([#2900](https://github.com/Agoric/agoric-sdk/issues/2900)) ([3dc6638](https://github.com/Agoric/agoric-sdk/commit/3dc66385b85cb3e8a1056b8d6e64cd3e448c041f))
437
+ * **ERTP:** avoid jessie warning ([fa68a8a](https://github.com/Agoric/agoric-sdk/commit/fa68a8af6864d04a73fbc9dc70f63fb3d4225c1a)), closes [#2704](https://github.com/Agoric/agoric-sdk/issues/2704)
438
+
439
+
440
+ ### Features
441
+
442
+ * upgrade use-jessie eslint, and honour '// [@jessie-check](https://github.com/jessie-check)' ([fd1c24a](https://github.com/Agoric/agoric-sdk/commit/fd1c24a84584f6b5f7b7d5e8b21d756464db05b6))
443
+
444
+
445
+
446
+
447
+
448
+ ## [0.10.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.7...@agoric/ertp@0.10.8) (2021-04-22)
449
+
450
+
451
+ ### Bug Fixes
452
+
453
+ * **ERTP:** avoid jessie warning ([fe9319b](https://github.com/Agoric/agoric-sdk/commit/fe9319b40fe0c1e440db62f4200ffd2598a419d6)), closes [#2704](https://github.com/Agoric/agoric-sdk/issues/2704)
454
+
455
+
456
+
457
+
458
+
459
+ ## [0.10.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.6...@agoric/ertp@0.10.7) (2021-04-18)
460
+
461
+ **Note:** Version bump only for package @agoric/ertp
462
+
463
+
464
+
465
+
466
+
467
+ ## [0.10.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.5...@agoric/ertp@0.10.6) (2021-04-16)
468
+
469
+ **Note:** Version bump only for package @agoric/ertp
470
+
471
+
472
+
473
+
474
+
475
+ ## [0.10.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.4...@agoric/ertp@0.10.5) (2021-04-14)
476
+
477
+ **Note:** Version bump only for package @agoric/ertp
478
+
479
+
480
+
481
+
482
+
483
+ ## [0.10.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.3...@agoric/ertp@0.10.4) (2021-04-13)
484
+
485
+ **Note:** Version bump only for package @agoric/ertp
486
+
487
+
488
+
489
+
490
+
491
+ ## [0.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.2...@agoric/ertp@0.10.3) (2021-04-07)
492
+
493
+ **Note:** Version bump only for package @agoric/ertp
494
+
495
+
496
+
497
+
498
+
499
+ ## [0.10.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.1...@agoric/ertp@0.10.2) (2021-04-06)
500
+
501
+
502
+ ### Bug Fixes
503
+
504
+ * Many more tests use ses-ava ([#2733](https://github.com/Agoric/agoric-sdk/issues/2733)) ([d1e0f0f](https://github.com/Agoric/agoric-sdk/commit/d1e0f0fef8251f014b96ca7f3975efd37e1925f8))
505
+ * update to depend on ses 0.12.5 ([#2718](https://github.com/Agoric/agoric-sdk/issues/2718)) ([08dbe0d](https://github.com/Agoric/agoric-sdk/commit/08dbe0db5ce06944dc92c710865e441a60b31b5b))
506
+ * use ses-ava in SwingSet where possible ([#2709](https://github.com/Agoric/agoric-sdk/issues/2709)) ([85b674e](https://github.com/Agoric/agoric-sdk/commit/85b674e7942443219fa9828841cc7bd8ef909b47))
507
+ * use SWINGSET_WORKER_TYPE to avoid WORKER_TYPE ambiguity ([c4616f1](https://github.com/Agoric/agoric-sdk/commit/c4616f1db0f2668eef5dbb97e30800d4e9caf3a0))
508
+
509
+
510
+
511
+
512
+
513
+ ## [0.10.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.10.0...@agoric/ertp@0.10.1) (2021-03-24)
514
+
515
+
516
+ ### Bug Fixes
517
+
518
+ * remove use of Data() from all packages ([540d917](https://github.com/Agoric/agoric-sdk/commit/540d917b20ae74e44752210524f6ffcb27708892)), closes [#2018](https://github.com/Agoric/agoric-sdk/issues/2018)
519
+
520
+
521
+
522
+
523
+
524
+ # [0.10.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.9.2...@agoric/ertp@0.10.0) (2021-03-16)
525
+
526
+
527
+ ### Bug Fixes
528
+
529
+ * make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647)
530
+
531
+
532
+ ### Features
533
+
534
+ * **ava-xs:** handle some zoe tests ([#2573](https://github.com/Agoric/agoric-sdk/issues/2573)) ([7789834](https://github.com/Agoric/agoric-sdk/commit/7789834f7d232e395a707c5117295b768ed3fcff)), closes [#2503](https://github.com/Agoric/agoric-sdk/issues/2503)
535
+ * add static amountMath. Backwards compatible with old amountMath ([#2561](https://github.com/Agoric/agoric-sdk/issues/2561)) ([1620307](https://github.com/Agoric/agoric-sdk/commit/1620307ee1b45033032617cc14dfabfb338b0dc2))
536
+
537
+
538
+
539
+
540
+
541
+ ## [0.9.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.9.1...@agoric/ertp@0.9.2) (2021-02-22)
542
+
543
+ **Note:** Version bump only for package @agoric/ertp
544
+
545
+
546
+
547
+
548
+
549
+ ## [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.9.0...@agoric/ertp@0.9.1) (2021-02-16)
550
+
551
+
552
+ ### Bug Fixes
553
+
554
+ * review comments ([7db7e5c](https://github.com/Agoric/agoric-sdk/commit/7db7e5c4c569dfedff8d748dd58893218b0a2458))
555
+ * use assert rather than FooError constructors ([f860c5b](https://github.com/Agoric/agoric-sdk/commit/f860c5bf5add165a08cb5bd543502857c3f57998))
556
+
557
+
558
+
559
+
560
+
561
+ # [0.9.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.8.0...@agoric/ertp@0.9.0) (2020-12-10)
562
+
563
+
564
+ ### Features
565
+
566
+ * **ertp:** add purse.getCurrentAmountNotifier ([a060b5f](https://github.com/Agoric/agoric-sdk/commit/a060b5f5e760ea010aac68a300f9fadd12e1393b))
567
+ * **import-bundle:** Preliminary support Endo zip hex bundle format ([#1983](https://github.com/Agoric/agoric-sdk/issues/1983)) ([983681b](https://github.com/Agoric/agoric-sdk/commit/983681bfc4bf512b6bd90806ed9220cd4fefc13c))
568
+
569
+
570
+
571
+
572
+
573
+ # [0.8.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.3-dev.0...@agoric/ertp@0.8.0) (2020-11-07)
574
+
575
+
576
+ ### Bug Fixes
577
+
578
+ * lexical balance simplifies issuer code ([#1889](https://github.com/Agoric/agoric-sdk/issues/1889)) ([224b39a](https://github.com/Agoric/agoric-sdk/commit/224b39add05ae3c10c1b1dc18b4ec71f9117e8ea))
579
+ * somewhat tighter test for plain empty object ([#1981](https://github.com/Agoric/agoric-sdk/issues/1981)) ([eff15a4](https://github.com/Agoric/agoric-sdk/commit/eff15a4056d27623c1e9bce0f53dc4022bf78345))
580
+
581
+
582
+ ### Features
583
+
584
+ * add a decimals parameter, and decimals method to brand ([241d0aa](https://github.com/Agoric/agoric-sdk/commit/241d0aa6fa20bd2618f362e6f1781f5c92a844b5))
585
+ * convert the fakePriceAuthority to a PlayerPiano model ([#1985](https://github.com/Agoric/agoric-sdk/issues/1985)) ([cd7ebd8](https://github.com/Agoric/agoric-sdk/commit/cd7ebd86b1f37655b9213786ab6828dd6c7c098a))
586
+
587
+
588
+
589
+
590
+
591
+ ## [0.7.3-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.2...@agoric/ertp@0.7.3-dev.0) (2020-10-19)
592
+
593
+ **Note:** Version bump only for package @agoric/ertp
594
+
595
+
596
+
597
+
598
+
599
+ ## [0.7.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.2-dev.2...@agoric/ertp@0.7.2) (2020-10-11)
600
+
601
+
602
+ ### Bug Fixes
603
+
604
+ * **ERTP:** use makeExternalStore for ledgers ([20667ce](https://github.com/Agoric/agoric-sdk/commit/20667ce71ae07ddb6ff5d8c52a255e95b65ae70c))
605
+
606
+
607
+
608
+
609
+
610
+ ## [0.7.2-dev.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.2-dev.1...@agoric/ertp@0.7.2-dev.2) (2020-09-18)
611
+
612
+ **Note:** Version bump only for package @agoric/ertp
613
+
614
+
615
+
616
+
617
+
618
+ ## [0.7.2-dev.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.2-dev.0...@agoric/ertp@0.7.2-dev.1) (2020-09-18)
619
+
620
+ **Note:** Version bump only for package @agoric/ertp
621
+
622
+
623
+
624
+
625
+
626
+ ## [0.7.2-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.1...@agoric/ertp@0.7.2-dev.0) (2020-09-18)
627
+
628
+ **Note:** Version bump only for package @agoric/ertp
629
+
630
+
631
+
632
+
633
+
634
+ ## [0.7.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.7.0...@agoric/ertp@0.7.1) (2020-09-16)
635
+
636
+
637
+ ### Bug Fixes
638
+
639
+ * declare amountMathKind parameter to makeissuerkit optional ([a21832a](https://github.com/Agoric/agoric-sdk/commit/a21832a9a2b88aa43d2b532a5b92f99c47d3e11b)), closes [#1373](https://github.com/Agoric/agoric-sdk/issues/1373)
640
+
641
+
642
+
643
+
644
+
645
+ # [0.7.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.6.0...@agoric/ertp@0.7.0) (2020-08-31)
646
+
647
+
648
+ ### Bug Fixes
649
+
650
+ * `ERef<T>` is `T | PromiseLike<T>` ([#1383](https://github.com/Agoric/agoric-sdk/issues/1383)) ([8ef4d66](https://github.com/Agoric/agoric-sdk/commit/8ef4d662dc80daf80420c0c531c2abe41517b6cd))
651
+ * clean up E.when and E.resolve ([#1561](https://github.com/Agoric/agoric-sdk/issues/1561)) ([634046c](https://github.com/Agoric/agoric-sdk/commit/634046c0fc541fc1db258105a75c7313b5668aa0))
652
+ * deprecate getMathHelpersName for getMathHelperName ([#1409](https://github.com/Agoric/agoric-sdk/issues/1409)) ([2375b28](https://github.com/Agoric/agoric-sdk/commit/2375b28c1aadf8116c3665cec0ef0397e6a91102))
653
+ * excise @agoric/harden from the codebase ([eee6fe1](https://github.com/Agoric/agoric-sdk/commit/eee6fe1153730dec52841c9eb4c056a8c5438b0f))
654
+ * reduce inconsistency among our linting rules ([#1492](https://github.com/Agoric/agoric-sdk/issues/1492)) ([b6b675e](https://github.com/Agoric/agoric-sdk/commit/b6b675e2de110e2af19cad784a66220cab21dacf))
655
+ * rename producePromise to makePromiseKit ([#1329](https://github.com/Agoric/agoric-sdk/issues/1329)) ([1d2925a](https://github.com/Agoric/agoric-sdk/commit/1d2925ad640cce7b419751027b44737bd46a6d59))
656
+ * send and receive Remotable tags ([#1628](https://github.com/Agoric/agoric-sdk/issues/1628)) ([1bae122](https://github.com/Agoric/agoric-sdk/commit/1bae1220c2c35f48f279cb3aeab6012bce8ddb5a))
657
+ * **zoe:** unify InstanceRecord usage (.instanceHandle -> .handle) ([9af7903](https://github.com/Agoric/agoric-sdk/commit/9af790322fc84a3aa1e41e957614fea2873c63b1))
658
+ * update JS typings ([20941e6](https://github.com/Agoric/agoric-sdk/commit/20941e675302ee5905e4825638e661065ad5d3f9))
659
+
660
+
661
+ ### Features
662
+
663
+ * ERTP v0.7.0 ([#1317](https://github.com/Agoric/agoric-sdk/issues/1317)) ([2d66b5a](https://github.com/Agoric/agoric-sdk/commit/2d66b5ae1feaeef1024fc6bfac7066a385ed5207)), closes [#1306](https://github.com/Agoric/agoric-sdk/issues/1306) [#1305](https://github.com/Agoric/agoric-sdk/issues/1305)
664
+
665
+
666
+
667
+
668
+
669
+ # [0.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.5...@agoric/ertp@0.6.0) (2020-06-30)
670
+
671
+
672
+ ### Bug Fixes
673
+
674
+ * **ERTP:** use install-ses for tests ([41478e5](https://github.com/Agoric/agoric-sdk/commit/41478e53c35a087a69b4c1a741007c3170a7b6ce))
675
+ * replace openDetail with quoting q ([#1134](https://github.com/Agoric/agoric-sdk/issues/1134)) ([67808a4](https://github.com/Agoric/agoric-sdk/commit/67808a4df515630ef7dc77c59054382f626ece96))
676
+
677
+
678
+ ### Features
679
+
680
+ * **zoe:** Zoe release 0.7.0 ([#1143](https://github.com/Agoric/agoric-sdk/issues/1143)) ([4a14455](https://github.com/Agoric/agoric-sdk/commit/4a14455e10f1e3807fd6633594c86a0f60026393))
681
+
682
+
683
+
684
+
685
+
686
+ ## [0.5.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.4...@agoric/ertp@0.5.5) (2020-05-17)
687
+
688
+ **Note:** Version bump only for package @agoric/ertp
689
+
690
+
691
+
692
+
693
+
694
+ ## [0.5.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.3...@agoric/ertp@0.5.4) (2020-05-10)
695
+
696
+ **Note:** Version bump only for package @agoric/ertp
697
+
698
+
699
+
700
+
701
+
702
+ ## [0.5.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.2...@agoric/ertp@0.5.3) (2020-05-04)
703
+
704
+
705
+ ### Bug Fixes
706
+
707
+ * use the new (typed) harden package ([2eb1af0](https://github.com/Agoric/agoric-sdk/commit/2eb1af08fe3967629a3ce165752fd501a5c85a96))
708
+ * **zoe:** Invitation to offer refactored to use upcall ([#853](https://github.com/Agoric/agoric-sdk/issues/853)) ([c142b7a](https://github.com/Agoric/agoric-sdk/commit/c142b7a64e77262927da22bde3af5793a9d39c2a))
709
+
710
+
711
+
712
+
713
+
714
+ ## [0.5.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.2-alpha.0...@agoric/ertp@0.5.2) (2020-04-13)
715
+
716
+ **Note:** Version bump only for package @agoric/ertp
717
+
718
+
719
+
720
+
721
+
722
+ ## [0.5.2-alpha.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.1...@agoric/ertp@0.5.2-alpha.0) (2020-04-12)
723
+
724
+ **Note:** Version bump only for package @agoric/ertp
725
+
726
+
727
+
728
+
729
+
730
+ ## [0.5.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.1-alpha.0...@agoric/ertp@0.5.1) (2020-04-02)
731
+
732
+ **Note:** Version bump only for package @agoric/ertp
733
+
734
+
735
+
736
+
737
+
738
+ ## [0.5.1-alpha.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ertp@0.5.0...@agoric/ertp@0.5.1-alpha.0) (2020-04-02)
739
+
740
+
741
+ ### Tests
742
+
743
+ * convert some tests from try/catch/finally to t.plan() ([df8e686](https://github.com/Agoric/agoric-sdk/commit/df8e686bb2ea3a95e67cff930b9bfe46850f017d))
744
+
745
+
746
+
747
+
748
+
749
+ # 0.5.0 (2020-03-26)
750
+
751
+
752
+ ### Bug Fixes
753
+
754
+ * **eventual-send:** Update the API throughout agoric-sdk ([97fc1e7](https://github.com/Agoric/ertp/commit/97fc1e748d8e3955b29baf0e04bfa788d56dad9f))
755
+
756
+
757
+ ### Features
758
+
759
+ * make ERTP methods acccept promises or payments ([4b7f060](https://github.com/Agoric/ertp/commit/4b7f06048bb0f86c2028a9c9cfae8ff90b595bd7))