@agoric/ertp 0.16.3-u14.0 → 0.16.3-u16.1

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