@0xsequence/api 0.35.0 → 0.35.4

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 (2) hide show
  1. package/package.json +1 -1
  2. package/CHANGELOG.md +0 -438
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "0.35.0",
3
+ "version": "0.35.4",
4
4
  "description": "api sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
6
6
  "source": "src/index.ts",
package/CHANGELOG.md DELETED
@@ -1,438 +0,0 @@
1
- # @0xsequence/api
2
-
3
- ## 0.35.0
4
-
5
- ### Minor Changes
6
-
7
- - - config: add buildStubSignature
8
- - provider: add checks to signing cases for wallet deployment and config statuses
9
- - provider: add prompt for wallet deployment
10
- - relayer: add BaseRelayer.prependWalletDeploy
11
- - relayer: add Relayer.feeOptions
12
- - relayer: account for wallet deployment in fee estimation
13
- - transactions: add fromTransactionish
14
- - wallet: add Account.prependConfigUpdate
15
- - wallet: add Account.getFeeOptions
16
-
17
- ## 0.34.0
18
-
19
- ### Minor Changes
20
-
21
- - - upgrade deps
22
-
23
- ## 0.33.1
24
-
25
- ### Patch Changes
26
-
27
- - update bindings
28
-
29
- ## 0.31.0
30
-
31
- ### Minor Changes
32
-
33
- - - upgrading to ethers v5.5
34
-
35
- ## 0.30.0
36
-
37
- ### Minor Changes
38
-
39
- - - upgrade most deps
40
-
41
- ## 0.29.9
42
-
43
- ### Patch Changes
44
-
45
- - update client
46
-
47
- ## 0.29.8
48
-
49
- ### Patch Changes
50
-
51
- - update api
52
-
53
- ## 0.29.4
54
-
55
- ### Patch Changes
56
-
57
- - api: update rpc bindings
58
-
59
- ## 0.29.1
60
-
61
- ### Patch Changes
62
-
63
- - metadata: ContractInfo.decimals is now optional, i.e. may be undefined
64
-
65
- api: new APIs for user storage and isUsingGoogleMail
66
-
67
- ## 0.29.0
68
-
69
- ### Minor Changes
70
-
71
- - major architectural changes in Sequence design
72
-
73
- - only one API instance, API is no longer a per-chain service
74
- - separate per-chain indexer service, API no longer handles indexing
75
- - single contract metadata service, API no longer serves metadata
76
-
77
- chaind package has been removed, indexer and metadata packages have been added
78
-
79
- stronger typing with new explicit ChainId type
80
-
81
- multicall fixes and improvements
82
-
83
- forbid "wait" transactions in sendTransactionBatch calls
84
-
85
- ## 0.28.0
86
-
87
- ### Minor Changes
88
-
89
- - extension provider
90
-
91
- ## 0.27.0
92
-
93
- ### Minor Changes
94
-
95
- - Add requireFreshSigner lib to sessions
96
-
97
- ## 0.25.1
98
-
99
- ### Patch Changes
100
-
101
- - Fix build typescrypt issue
102
-
103
- ## 0.25.0
104
-
105
- ### Minor Changes
106
-
107
- - 10c8af8: Add estimator package
108
- Fix multicall few calls bug
109
-
110
- ## 0.24.0
111
-
112
- ### Minor Changes
113
-
114
- - pass wallet config and nonce to GetMetaTxnNetworkFeeOptions
115
-
116
- ## 0.23.0
117
-
118
- ### Minor Changes
119
-
120
- - - relayer: offer variety of gas fee options from the relayer service"
121
-
122
- ## 0.22.2
123
-
124
- ### Patch Changes
125
-
126
- - e1c109e: Fix authProof on expired sessions
127
-
128
- ## 0.22.1
129
-
130
- ### Patch Changes
131
-
132
- - transport session cache
133
-
134
- ## 0.22.0
135
-
136
- ### Minor Changes
137
-
138
- - e667b65: Expose all relayer options on networks
139
-
140
- ## 0.21.5
141
-
142
- ### Patch Changes
143
-
144
- - Give priority to metaTxnId returned by relayer
145
-
146
- ## 0.21.4
147
-
148
- ### Patch Changes
149
-
150
- - Add has enough signers method
151
-
152
- ## 0.21.3
153
-
154
- ### Patch Changes
155
-
156
- - add window session cache
157
-
158
- ## 0.21.2
159
-
160
- ### Patch Changes
161
-
162
- - exception handlind in relayer
163
-
164
- ## 0.21.0
165
-
166
- ### Minor Changes
167
-
168
- - - fix gas estimation on wallets with large number of signers
169
- - update to session handling and wallet config construction upon auth
170
-
171
- ## 0.20.0
172
-
173
- ### Minor Changes
174
-
175
- - revert JWT request piggybacking
176
-
177
- ## 0.19.3
178
-
179
- ### Patch Changes
180
-
181
- - jwtAuth visibility, package version sync
182
-
183
- ## 0.19.0
184
-
185
- ### Minor Changes
186
-
187
- - - provider, improve dapp / wallet transport io
188
-
189
- ## 0.18.0
190
-
191
- ### Minor Changes
192
-
193
- - relayer improvements and pending transaction handling
194
-
195
- ## 0.17.0
196
-
197
- ### Minor Changes
198
-
199
- - ArcadeumAPIClient no longer exposes jwtAuth
200
-
201
- ## 0.16.1
202
-
203
- ### Patch Changes
204
-
205
- - api: add legacy types for bw compat
206
-
207
- ## 0.16.0
208
-
209
- ### Minor Changes
210
-
211
- - relayer as its own service separate from chaind
212
-
213
- ## 0.15.1
214
-
215
- ### Patch Changes
216
-
217
- - update api clients
218
-
219
- ## 0.15.0
220
-
221
- ### Patch Changes
222
-
223
- - - update chaind and api bindings
224
- - replace EstimateMetaTxnGasReceipt with UpdateMetaTxnGasLimits and GetMetaTxnNetworkFeeOptions
225
-
226
- ## 0.14.3
227
-
228
- ### Patch Changes
229
-
230
- - Fix 0xSequence relayer dependencies
231
-
232
- ## 0.14.2
233
-
234
- ### Patch Changes
235
-
236
- - Add debug logs to rpc-relayer
237
-
238
- ## 0.14.1
239
-
240
- ### Patch Changes
241
-
242
- - update api client
243
-
244
- ## 0.14.0
245
-
246
- ### Minor Changes
247
-
248
- - update sequence utils finder which includes optimization
249
-
250
- ## 0.13.0
251
-
252
- ### Minor Changes
253
-
254
- - Update SequenceUtils deployed contract
255
-
256
- ## 0.12.1
257
-
258
- ### Patch Changes
259
-
260
- - npm bump
261
-
262
- ## 0.12.0
263
-
264
- ### Minor Changes
265
-
266
- - provider: improvements to window transport
267
-
268
- ## 0.11.4
269
-
270
- ### Patch Changes
271
-
272
- - update api client
273
-
274
- ## 0.11.3
275
-
276
- ### Patch Changes
277
-
278
- - improve openWindow state options handling
279
-
280
- ## 0.11.2
281
-
282
- ### Patch Changes
283
-
284
- - Fix multicall proxy scopes
285
-
286
- ## 0.11.1
287
-
288
- ### Patch Changes
289
-
290
- - Add support for dynamic and nested signatures
291
-
292
- ## 0.11.0
293
-
294
- ### Minor Changes
295
-
296
- - Update wallet context to 1.7 contracts
297
-
298
- ## 0.10.9
299
-
300
- ### Patch Changes
301
-
302
- - add support for public addresses as signers in session.open
303
-
304
- ## 0.10.8
305
-
306
- ### Patch Changes
307
-
308
- - Multicall production configuration
309
-
310
- ## 0.10.7
311
-
312
- ### Patch Changes
313
-
314
- - allow provider transport to force disconnect
315
-
316
- ## 0.10.6
317
-
318
- ### Patch Changes
319
-
320
- - - fix getWalletState method
321
-
322
- ## 0.10.5
323
-
324
- ### Patch Changes
325
-
326
- - update relayer gas refund options
327
-
328
- ## 0.10.4
329
-
330
- ### Patch Changes
331
-
332
- - Update api proto
333
-
334
- ## 0.10.3
335
-
336
- ### Patch Changes
337
-
338
- - Fix loading config cross-chain
339
-
340
- ## 0.10.2
341
-
342
- ### Patch Changes
343
-
344
- - - message digest fix
345
-
346
- ## 0.10.1
347
-
348
- ### Patch Changes
349
-
350
- - upgrade deps
351
-
352
- ## 0.10.0
353
-
354
- ### Minor Changes
355
-
356
- - Deployed new contracts with ERC1271 signer support
357
-
358
- ## 0.9.6
359
-
360
- ### Patch Changes
361
-
362
- - Update ABIs for latest sequence contracts
363
-
364
- ## 0.9.5
365
-
366
- ### Patch Changes
367
-
368
- - Implemented session class
369
-
370
- ## 0.9.3
371
-
372
- ### Patch Changes
373
-
374
- - - minor improvements
375
-
376
- ## 0.9.2
377
-
378
- ### Patch Changes
379
-
380
- - - Update api client
381
-
382
- ## 0.9.1
383
-
384
- ### Patch Changes
385
-
386
- - - patch bump
387
-
388
- ## 0.9.0
389
-
390
- ### Minor Changes
391
-
392
- - - provider transport hardening
393
-
394
- ## 0.8.5
395
-
396
- ### Patch Changes
397
-
398
- - - use latest wallet-contracts
399
-
400
- ## 0.8.4
401
-
402
- ### Patch Changes
403
-
404
- - - minor improvements, name updates and comments
405
-
406
- ## 0.8.3
407
-
408
- ### Patch Changes
409
-
410
- - - refinements
411
-
412
- - normalize signer address in config
413
-
414
- - provider: getWalletState() method to WalletProvider
415
-
416
- ## 0.8.2
417
-
418
- ### Patch Changes
419
-
420
- - - field rename and ethauth dependency bump
421
-
422
- ## 0.8.1
423
-
424
- ### Patch Changes
425
-
426
- - - variety of optimizations
427
-
428
- ## 0.8.0
429
-
430
- ### Minor Changes
431
-
432
- - - changeset fix
433
-
434
- ## 0.7.0
435
-
436
- ### Patch Changes
437
-
438
- - 6f11ed7: sequence.js, init release