@0xsequence/abi 0.35.0 → 0.35.4

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