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