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