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