@0xsequence/indexer 0.31.0 → 0.35.2
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.
- package/CHANGELOG.md +32 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @0xsequence/indexer
|
|
2
2
|
|
|
3
|
+
## 0.35.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- - provider: WindowMessageHandler accept optional windowHref
|
|
8
|
+
|
|
9
|
+
## 0.35.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- wallet: update config on undeployed too
|
|
14
|
+
|
|
15
|
+
## 0.35.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- - config: add buildStubSignature
|
|
20
|
+
- provider: add checks to signing cases for wallet deployment and config statuses
|
|
21
|
+
- provider: add prompt for wallet deployment
|
|
22
|
+
- relayer: add BaseRelayer.prependWalletDeploy
|
|
23
|
+
- relayer: add Relayer.feeOptions
|
|
24
|
+
- relayer: account for wallet deployment in fee estimation
|
|
25
|
+
- transactions: add fromTransactionish
|
|
26
|
+
- wallet: add Account.prependConfigUpdate
|
|
27
|
+
- wallet: add Account.getFeeOptions
|
|
28
|
+
|
|
29
|
+
## 0.34.0
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- - upgrade deps
|
|
34
|
+
|
|
3
35
|
## 0.31.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
package/package.json
CHANGED