@0xsequence/api 0.34.0 → 0.35.3

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