@0xsequence/api 0.35.2 → 0.35.6

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