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