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