@0xsequence/abi 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 -381
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/abi",
3
- "version": "0.35.2",
3
+ "version": "0.35.6",
4
4
  "description": "abi sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",
6
6
  "source": "src/index.ts",
package/CHANGELOG.md DELETED
@@ -1,381 +0,0 @@
1
- # @0xsequence/abi
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.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.8
48
-
49
- ### Patch Changes
50
-
51
- - update api
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.23.0
97
-
98
- ### Minor Changes
99
-
100
- - - relayer: offer variety of gas fee options from the relayer service"
101
-
102
- ## 0.22.2
103
-
104
- ### Patch Changes
105
-
106
- - e1c109e: Fix authProof on expired sessions
107
-
108
- ## 0.22.1
109
-
110
- ### Patch Changes
111
-
112
- - transport session cache
113
-
114
- ## 0.22.0
115
-
116
- ### Minor Changes
117
-
118
- - e667b65: Expose all relayer options on networks
119
-
120
- ## 0.21.5
121
-
122
- ### Patch Changes
123
-
124
- - Give priority to metaTxnId returned by relayer
125
-
126
- ## 0.21.4
127
-
128
- ### Patch Changes
129
-
130
- - Add has enough signers method
131
-
132
- ## 0.21.3
133
-
134
- ### Patch Changes
135
-
136
- - add window session cache
137
-
138
- ## 0.21.2
139
-
140
- ### Patch Changes
141
-
142
- - exception handlind in relayer
143
-
144
- ## 0.21.0
145
-
146
- ### Minor Changes
147
-
148
- - - fix gas estimation on wallets with large number of signers
149
- - update to session handling and wallet config construction upon auth
150
-
151
- ## 0.19.3
152
-
153
- ### Patch Changes
154
-
155
- - jwtAuth visibility, package version sync
156
-
157
- ## 0.19.2
158
-
159
- ### Patch Changes
160
-
161
- - - api: change jwtAuth visibility
162
-
163
- ## 0.19.0
164
-
165
- ### Minor Changes
166
-
167
- - - provider, improve dapp / wallet transport io
168
-
169
- ## 0.18.0
170
-
171
- ### Minor Changes
172
-
173
- - relayer improvements and pending transaction handling
174
-
175
- ## 0.16.0
176
-
177
- ### Minor Changes
178
-
179
- - relayer as its own service separate from chaind
180
-
181
- ## 0.15.1
182
-
183
- ### Patch Changes
184
-
185
- - update api clients
186
-
187
- ## 0.14.3
188
-
189
- ### Patch Changes
190
-
191
- - Fix 0xSequence relayer dependencies
192
-
193
- ## 0.14.2
194
-
195
- ### Patch Changes
196
-
197
- - Add debug logs to rpc-relayer
198
-
199
- ## 0.14.0
200
-
201
- ### Minor Changes
202
-
203
- - update sequence utils finder which includes optimization
204
-
205
- ## 0.13.0
206
-
207
- ### Minor Changes
208
-
209
- - Update SequenceUtils deployed contract
210
-
211
- ## 0.12.1
212
-
213
- ### Patch Changes
214
-
215
- - npm bump
216
-
217
- ## 0.12.0
218
-
219
- ### Minor Changes
220
-
221
- - provider: improvements to window transport
222
-
223
- ## 0.11.4
224
-
225
- ### Patch Changes
226
-
227
- - update api client
228
-
229
- ## 0.11.3
230
-
231
- ### Patch Changes
232
-
233
- - improve openWindow state options handling
234
-
235
- ## 0.11.2
236
-
237
- ### Patch Changes
238
-
239
- - Fix multicall proxy scopes
240
-
241
- ## 0.11.1
242
-
243
- ### Patch Changes
244
-
245
- - Add support for dynamic and nested signatures
246
-
247
- ## 0.11.0
248
-
249
- ### Minor Changes
250
-
251
- - Update wallet context to 1.7 contracts
252
-
253
- ## 0.10.9
254
-
255
- ### Patch Changes
256
-
257
- - add support for public addresses as signers in session.open
258
-
259
- ## 0.10.8
260
-
261
- ### Patch Changes
262
-
263
- - Multicall production configuration
264
-
265
- ## 0.10.7
266
-
267
- ### Patch Changes
268
-
269
- - allow provider transport to force disconnect
270
-
271
- ## 0.10.6
272
-
273
- ### Patch Changes
274
-
275
- - - fix getWalletState method
276
-
277
- ## 0.10.5
278
-
279
- ### Patch Changes
280
-
281
- - update relayer gas refund options
282
-
283
- ## 0.10.4
284
-
285
- ### Patch Changes
286
-
287
- - Update api proto
288
-
289
- ## 0.10.3
290
-
291
- ### Patch Changes
292
-
293
- - Fix loading config cross-chain
294
-
295
- ## 0.10.2
296
-
297
- ### Patch Changes
298
-
299
- - - message digest fix
300
-
301
- ## 0.10.1
302
-
303
- ### Patch Changes
304
-
305
- - upgrade deps
306
-
307
- ## 0.10.0
308
-
309
- ### Minor Changes
310
-
311
- - Deployed new contracts with ERC1271 signer support
312
-
313
- ## 0.9.6
314
-
315
- ### Patch Changes
316
-
317
- - Update ABIs for latest sequence contracts
318
-
319
- ## 0.9.3
320
-
321
- ### Patch Changes
322
-
323
- - - minor improvements
324
-
325
- ## 0.9.1
326
-
327
- ### Patch Changes
328
-
329
- - - patch bump
330
-
331
- ## 0.9.0
332
-
333
- ### Minor Changes
334
-
335
- - - provider transport hardening
336
-
337
- ## 0.8.5
338
-
339
- ### Patch Changes
340
-
341
- - - use latest wallet-contracts
342
-
343
- ## 0.8.4
344
-
345
- ### Patch Changes
346
-
347
- - - minor improvements, name updates and comments
348
-
349
- ## 0.8.3
350
-
351
- ### Patch Changes
352
-
353
- - - refinements
354
-
355
- - normalize signer address in config
356
-
357
- - provider: getWalletState() method to WalletProvider
358
-
359
- ## 0.8.2
360
-
361
- ### Patch Changes
362
-
363
- - - field rename and ethauth dependency bump
364
-
365
- ## 0.8.1
366
-
367
- ### Patch Changes
368
-
369
- - - variety of optimizations
370
-
371
- ## 0.8.0
372
-
373
- ### Minor Changes
374
-
375
- - - changeset fix
376
-
377
- ## 0.7.0
378
-
379
- ### Patch Changes
380
-
381
- - 6f11ed7: sequence.js, init release