@0xsequence/api 0.35.1 → 0.35.5

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