@exodus/headless 2.0.0-alpha.49 → 2.0.0-alpha.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.
- package/CHANGELOG.md +0 -333
- package/README.md +4 -133
- package/package.json +14 -53
- package/src/api.js +21 -22
- package/src/application.js +34 -44
- package/src/dependencies/atoms.js +4 -47
- package/src/dependencies/index.js +1 -8
- package/src/dependencies/modules.js +12 -18
- package/src/index.js +6 -74
- package/src/ioc.js +7 -40
- package/src/unlock-encrypted-storage.js +1 -1
- package/src/atoms/attach.js +0 -31
- package/src/atoms/base-asset-names-to-monitor.js +0 -36
- package/src/atoms/non-dust-balance-asset-names-atom.js +0 -10
- package/src/constants.js +0 -36
- package/src/dependencies/plugins.js +0 -7
- package/src/modules/ab-testing/api.js +0 -13
- package/src/modules/ab-testing/index.js +0 -26
- package/src/modules/ab-testing/plugin.js +0 -21
- package/src/modules/address-provider/api.js +0 -14
- package/src/modules/address-provider/index.js +0 -15
- package/src/modules/apy-rates/index.js +0 -20
- package/src/modules/apy-rates/plugin.js +0 -14
- package/src/modules/blockchain-metadata/api.js +0 -22
- package/src/modules/blockchain-metadata/index.js +0 -20
- package/src/modules/blockchain-metadata/plugin.js +0 -30
- package/src/modules/blockchain-metadata/utils.js +0 -11
- package/src/modules/connected-origins/api.js +0 -23
- package/src/modules/connected-origins/index.js +0 -31
- package/src/modules/connected-origins/plugin.js +0 -18
- package/src/modules/crypto-news/index.js +0 -20
- package/src/modules/crypto-news/plugin.js +0 -17
- package/src/modules/feature-flags/index.js +0 -35
- package/src/modules/feature-flags/plugin.js +0 -18
- package/src/modules/fees/index.js +0 -16
- package/src/modules/fees/plugin.js +0 -17
- package/src/modules/geolocation/index.js +0 -20
- package/src/modules/geolocation/plugin.js +0 -14
- package/src/modules/kyc/api.js +0 -14
- package/src/modules/kyc/index.js +0 -19
- package/src/modules/kyc/plugin.js +0 -21
- package/src/modules/locale/api.js +0 -13
- package/src/modules/locale/index.js +0 -50
- package/src/modules/locale/plugin.js +0 -14
- package/src/modules/market-history/index.js +0 -66
- package/src/modules/market-history/plugin.js +0 -21
- package/src/modules/nfts/api.js +0 -13
- package/src/modules/nfts/index.js +0 -33
- package/src/modules/nfts/plugin.js +0 -23
- package/src/modules/personal-notes/api.js +0 -12
- package/src/modules/personal-notes/index.js +0 -31
- package/src/modules/personal-notes/plugin.js +0 -15
- package/src/modules/rates/api.js +0 -12
- package/src/modules/rates/index.js +0 -22
- package/src/modules/rates/plugin.js +0 -17
- package/src/modules/referrals/api.js +0 -13
- package/src/modules/referrals/index.js +0 -28
- package/src/modules/referrals/plugin.js +0 -21
- package/src/modules/remote-config/api.js +0 -13
- package/src/modules/remote-config/index.js +0 -28
- package/src/modules/remote-config/plugin.js +0 -20
- package/src/modules/top-movers/index.js +0 -23
- package/src/modules/top-movers/plugin.js +0 -17
- package/src/modules/wallet/api.js +0 -34
- package/src/modules/wallet/index.js +0 -24
- package/src/modules/wallet/locked-atom.js +0 -10
- package/src/modules/wallet/restore-atom.js +0 -10
- package/src/modules/wallet/restore-plugin.js +0 -17
- package/src/modules/wallet-accounts/api.js +0 -16
- package/src/modules/wallet-accounts/index.js +0 -29
- package/src/modules/wallet-accounts/plugin.js +0 -18
- package/src/plugins/attach.js +0 -25
- package/src/plugins/index.js +0 -5
- package/src/plugins/log-lifecycle.js +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,339 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [2.0.0-alpha.49](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.48...@exodus/headless@2.0.0-alpha.49) (2023-06-21)
|
|
7
|
-
|
|
8
|
-
### ⚠ BREAKING CHANGES
|
|
9
|
-
|
|
10
|
-
- rename fusionAtomFactory => createFusionAtom (#2042)
|
|
11
|
-
|
|
12
|
-
### Features
|
|
13
|
-
|
|
14
|
-
- rename fusionAtomFactory => createFusionAtom ([#2042](https://github.com/ExodusMovement/exodus-hydra/issues/2042)) ([9db4d3f](https://github.com/ExodusMovement/exodus-hydra/commit/9db4d3f1367a16aeaa36e60a49352d36d3189cca))
|
|
15
|
-
|
|
16
|
-
## [2.0.0-alpha.48](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.47...@exodus/headless@2.0.0-alpha.48) (2023-06-20)
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- declare atoms in writesAtoms ([#2006](https://github.com/ExodusMovement/exodus-hydra/issues/2006)) ([02b7227](https://github.com/ExodusMovement/exodus-hydra/commit/02b72271116b4e3b034b7f889b0dc333fda17413))
|
|
21
|
-
|
|
22
|
-
## [2.0.0-alpha.47](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.46...@exodus/headless@2.0.0-alpha.47) (2023-06-18)
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
- use(wallet) ([#1994](https://github.com/ExodusMovement/exodus-hydra/issues/1994)) ([6686257](https://github.com/ExodusMovement/exodus-hydra/commit/668625744087ee77068fc64671ce80ea0c3c62a4))
|
|
27
|
-
|
|
28
|
-
## [2.0.0-alpha.46](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.45...@exodus/headless@2.0.0-alpha.46) (2023-06-18)
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
- use(featureFlags, apyRates, fees, addressProvider) ([#1993](https://github.com/ExodusMovement/exodus-hydra/issues/1993)) ([5aba49b](https://github.com/ExodusMovement/exodus-hydra/commit/5aba49bbea24f229900966c0abde5eb8932ac861))
|
|
33
|
-
|
|
34
|
-
## [2.0.0-alpha.45](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.44...@exodus/headless@2.0.0-alpha.45) (2023-06-18)
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
- use(geolocation, marketHistory, topMovers, rates) ([#1992](https://github.com/ExodusMovement/exodus-hydra/issues/1992)) ([2e8d634](https://github.com/ExodusMovement/exodus-hydra/commit/2e8d63426421ffcbec84a9b6fbc83eb913b47eba))
|
|
39
|
-
|
|
40
|
-
## [2.0.0-alpha.44](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.43...@exodus/headless@2.0.0-alpha.44) (2023-06-18)
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
- use(personalNotes, blockchainMetadata, remoteConfig, cryptoNews) ([#1991](https://github.com/ExodusMovement/exodus-hydra/issues/1991)) ([ccaaa4a](https://github.com/ExodusMovement/exodus-hydra/commit/ccaaa4ac44f8bed9de99418c394c40478eaeae69))
|
|
45
|
-
- validate type field on ioc.use() ([#1974](https://github.com/ExodusMovement/exodus-hydra/issues/1974)) ([b234c82](https://github.com/ExodusMovement/exodus-hydra/commit/b234c82a6f0550d34273590250b307a965b11295))
|
|
46
|
-
|
|
47
|
-
## [2.0.0-alpha.43](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.42...@exodus/headless@2.0.0-alpha.43) (2023-06-16)
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
- **headless:** integrate ab-testing module ([#1972](https://github.com/ExodusMovement/exodus-hydra/issues/1972)) ([6c063b4](https://github.com/ExodusMovement/exodus-hydra/commit/6c063b4d4f04d08c36f843577822e7d53f002d4f))
|
|
52
|
-
|
|
53
|
-
## [2.0.0-alpha.42](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.41...@exodus/headless@2.0.0-alpha.42) (2023-06-15)
|
|
54
|
-
|
|
55
|
-
### Features
|
|
56
|
-
|
|
57
|
-
- .use poc using with kyc and referrals ([#1778](https://github.com/ExodusMovement/exodus-hydra/issues/1778)) ([7f66163](https://github.com/ExodusMovement/exodus-hydra/commit/7f66163364517fe555de220ad3cafd86c7c68516))
|
|
58
|
-
- **headless:** use(nfts) ([#1963](https://github.com/ExodusMovement/exodus-hydra/issues/1963)) ([47ed141](https://github.com/ExodusMovement/exodus-hydra/commit/47ed141b93291938d8790a8697b55c9c9af230bd))
|
|
59
|
-
- use() more modules ([#1953](https://github.com/ExodusMovement/exodus-hydra/issues/1953)) ([4f0d987](https://github.com/ExodusMovement/exodus-hydra/commit/4f0d987e2b3c01829e11b430988168754ebce8f6))
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
- new use modules api export ([#1958](https://github.com/ExodusMovement/exodus-hydra/issues/1958)) ([c7e87eb](https://github.com/ExodusMovement/exodus-hydra/commit/c7e87eb01f5fb79fcc3454a11485dadf638f88ef))
|
|
64
|
-
- remove duplicated kyc api ([#1955](https://github.com/ExodusMovement/exodus-hydra/issues/1955)) ([3357590](https://github.com/ExodusMovement/exodus-hydra/commit/33575908517230b5a187f0ac3b6e32e75982abdb))
|
|
65
|
-
- require plugin methods to be declared correctly ([#1945](https://github.com/ExodusMovement/exodus-hydra/issues/1945)) ([e7feae6](https://github.com/ExodusMovement/exodus-hydra/commit/e7feae6cfaa3cd0e9f9d074f4b5306a264d16b74))
|
|
66
|
-
|
|
67
|
-
## [2.0.0-alpha.41](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.40...@exodus/headless@2.0.0-alpha.41) (2023-06-15)
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
- log atom id in dev mode enhancers ([#1947](https://github.com/ExodusMovement/exodus-hydra/issues/1947)) ([1057ee9](https://github.com/ExodusMovement/exodus-hydra/commit/1057ee91cac678e60df3640641b0c3030f6dbaf7))
|
|
72
|
-
|
|
73
|
-
## [2.0.0-alpha.40](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.39...@exodus/headless@2.0.0-alpha.40) (2023-06-14)
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
- bump feature-flags dep in headless ([#1942](https://github.com/ExodusMovement/exodus-hydra/issues/1942)) ([4598c23](https://github.com/ExodusMovement/exodus-hydra/commit/4598c23399b2ee44f9fb7259a58a751a8c03c428))
|
|
78
|
-
|
|
79
|
-
## [2.0.0-alpha.39](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.38...@exodus/headless@2.0.0-alpha.39) (2023-06-14)
|
|
80
|
-
|
|
81
|
-
**Note:** Version bump only for package @exodus/headless
|
|
82
|
-
|
|
83
|
-
## [2.0.0-alpha.38](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.37...@exodus/headless@2.0.0-alpha.38) (2023-06-14)
|
|
84
|
-
|
|
85
|
-
### ⚠ BREAKING CHANGES
|
|
86
|
-
|
|
87
|
-
- move start out of resolve (#1916)
|
|
88
|
-
|
|
89
|
-
### Features
|
|
90
|
-
|
|
91
|
-
- clear personal notes as other modules ([#1922](https://github.com/ExodusMovement/exodus-hydra/issues/1922)) ([9324208](https://github.com/ExodusMovement/exodus-hydra/commit/9324208251f695a016f088bd0138a7ea5c838afa))
|
|
92
|
-
- move start out of resolve ([#1916](https://github.com/ExodusMovement/exodus-hydra/issues/1916)) ([85d53fd](https://github.com/ExodusMovement/exodus-hydra/commit/85d53fd547e6eebda8d8a992dffe5a21468baeab))
|
|
93
|
-
|
|
94
|
-
## [2.0.0-alpha.37](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.36...@exodus/headless@2.0.0-alpha.37) (2023-06-09)
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
- **headless:** stop clearing atoms on attach ([#1854](https://github.com/ExodusMovement/exodus-hydra/issues/1854)) ([16a7f23](https://github.com/ExodusMovement/exodus-hydra/commit/16a7f23fccbc2355810fa1ca837886922056c6f0))
|
|
99
|
-
|
|
100
|
-
## [2.0.0-alpha.36](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.35...@exodus/headless@2.0.0-alpha.36) (2023-06-09)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @exodus/headless
|
|
103
|
-
|
|
104
|
-
## [2.0.0-alpha.35](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.34...@exodus/headless@2.0.0-alpha.35) (2023-06-08)
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
- add handler to clear connected-origins ([#1860](https://github.com/ExodusMovement/exodus-hydra/issues/1860)) ([0f294b4](https://github.com/ExodusMovement/exodus-hydra/commit/0f294b492f43ace082b5fb72bb5d0b9fa8d14351))
|
|
109
|
-
- passphraseCache is not an adapter ([#1744](https://github.com/ExodusMovement/exodus-hydra/issues/1744)) ([e382e7a](https://github.com/ExodusMovement/exodus-hydra/commit/e382e7a9ec95b4fb35231edb723cb25ceac07cc1))
|
|
110
|
-
|
|
111
|
-
## [2.0.0-alpha.34](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.33...@exodus/headless@2.0.0-alpha.34) (2023-06-07)
|
|
112
|
-
|
|
113
|
-
### Features
|
|
114
|
-
|
|
115
|
-
- migrate nfts module and monitor to headless ([#1812](https://github.com/ExodusMovement/exodus-hydra/issues/1812)) ([55e3ac2](https://github.com/ExodusMovement/exodus-hydra/commit/55e3ac2755ba69339c331cb440e89458b039f128))
|
|
116
|
-
|
|
117
|
-
## [2.0.0-alpha.33](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.32...@exodus/headless@2.0.0-alpha.33) (2023-06-07)
|
|
118
|
-
|
|
119
|
-
### Features
|
|
120
|
-
|
|
121
|
-
- add apy rates monitor to headless ([#1830](https://github.com/ExodusMovement/exodus-hydra/issues/1830)) ([6040f4e](https://github.com/ExodusMovement/exodus-hydra/commit/6040f4eacc4b0ea29a25a28c21f6d4c07c833dd4))
|
|
122
|
-
|
|
123
|
-
## [2.0.0-alpha.32](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.31...@exodus/headless@2.0.0-alpha.32) (2023-06-06)
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
- add auto enable assets to headless ([#1803](https://github.com/ExodusMovement/exodus-hydra/issues/1803)) ([11996d9](https://github.com/ExodusMovement/exodus-hydra/commit/11996d9a9b23a5d2d1ec1aa30b5e41d05e66ed6a))
|
|
128
|
-
|
|
129
|
-
## [2.0.0-alpha.31](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.30...@exodus/headless@2.0.0-alpha.31) (2023-06-05)
|
|
130
|
-
|
|
131
|
-
### ⚠ BREAKING CHANGES
|
|
132
|
-
|
|
133
|
-
- reuse dependency preprocessor with clients (#1779)
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
- reuse dependency preprocessor with clients ([#1779](https://github.com/ExodusMovement/exodus-hydra/issues/1779)) ([ac7a402](https://github.com/ExodusMovement/exodus-hydra/commit/ac7a40233a572d299ee033fd64225a3d9d6a8b98))
|
|
138
|
-
|
|
139
|
-
## [2.0.0-alpha.30](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.29...@exodus/headless@2.0.0-alpha.30) (2023-06-01)
|
|
140
|
-
|
|
141
|
-
### Features
|
|
142
|
-
|
|
143
|
-
- port base asset names to monitor atom changes to headless ([#1756](https://github.com/ExodusMovement/exodus-hydra/issues/1756)) ([edebc00](https://github.com/ExodusMovement/exodus-hydra/commit/edebc00f7264b7450cc18919b472c33b1f180797))
|
|
144
|
-
|
|
145
|
-
## [2.0.0-alpha.29](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.28...@exodus/headless@2.0.0-alpha.29) (2023-06-01)
|
|
146
|
-
|
|
147
|
-
### Features
|
|
148
|
-
|
|
149
|
-
- allow replacing existing dependencies ([#1753](https://github.com/ExodusMovement/exodus-hydra/issues/1753)) ([df6060d](https://github.com/ExodusMovement/exodus-hydra/commit/df6060d09f67dac21f3994dee04223567c921d0a))
|
|
150
|
-
|
|
151
|
-
## [2.0.0-alpha.28](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.27...@exodus/headless@2.0.0-alpha.28) (2023-05-31)
|
|
152
|
-
|
|
153
|
-
### Features
|
|
154
|
-
|
|
155
|
-
- add crypto news monitor to headless ([#1750](https://github.com/ExodusMovement/exodus-hydra/issues/1750)) ([64d46a3](https://github.com/ExodusMovement/exodus-hydra/commit/64d46a3d95c3b34d504b0b7128961df1427b6853))
|
|
156
|
-
|
|
157
|
-
## [2.0.0-alpha.27](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.26...@exodus/headless@2.0.0-alpha.27) (2023-05-31)
|
|
158
|
-
|
|
159
|
-
### Features
|
|
160
|
-
|
|
161
|
-
- integrate top-movers monitor into headless ([#1743](https://github.com/ExodusMovement/exodus-hydra/issues/1743)) ([05c4b22](https://github.com/ExodusMovement/exodus-hydra/commit/05c4b22e69e823563d81bfe7b30a2d21574d0c45))
|
|
162
|
-
|
|
163
|
-
## [2.0.0-alpha.26](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.25...@exodus/headless@2.0.0-alpha.26) (2023-05-30)
|
|
164
|
-
|
|
165
|
-
### Features
|
|
166
|
-
|
|
167
|
-
- integrate feeMonitors into headless ([#1732](https://github.com/ExodusMovement/exodus-hydra/issues/1732)) ([5a4b9b4](https://github.com/ExodusMovement/exodus-hydra/commit/5a4b9b4e2e7b70ac550775860a3bf5474e21a4d0))
|
|
168
|
-
|
|
169
|
-
## [2.0.0-alpha.25](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.24...@exodus/headless@2.0.0-alpha.25) (2023-05-26)
|
|
170
|
-
|
|
171
|
-
### Features
|
|
172
|
-
|
|
173
|
-
- migrate connected origins to headless ([#1702](https://github.com/ExodusMovement/exodus-hydra/issues/1702)) ([7f6678e](https://github.com/ExodusMovement/exodus-hydra/commit/7f6678eabc5a66dbf11002f021bb700bec3d32f3))
|
|
174
|
-
|
|
175
|
-
## [2.0.0-alpha.24](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.23...@exodus/headless@2.0.0-alpha.24) (2023-05-26)
|
|
176
|
-
|
|
177
|
-
### Features
|
|
178
|
-
|
|
179
|
-
- emit extra payload on application create hook ([#1709](https://github.com/ExodusMovement/exodus-hydra/issues/1709)) ([23412f6](https://github.com/ExodusMovement/exodus-hydra/commit/23412f603cb36c1249d0ed8248a1e44742d5dac9))
|
|
180
|
-
|
|
181
|
-
## [2.0.0-alpha.23](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.22...@exodus/headless@2.0.0-alpha.23) (2023-05-24)
|
|
182
|
-
|
|
183
|
-
### Features
|
|
184
|
-
|
|
185
|
-
- add personal notes to headless ([#1676](https://github.com/ExodusMovement/exodus-hydra/issues/1676)) ([c658211](https://github.com/ExodusMovement/exodus-hydra/commit/c6582113b56953edbf68fd0f4d29f4ee802e8bf5))
|
|
186
|
-
|
|
187
|
-
### Bug Fixes
|
|
188
|
-
|
|
189
|
-
- handle market-history-new-assets ([#1657](https://github.com/ExodusMovement/exodus-hydra/issues/1657)) ([89ff868](https://github.com/ExodusMovement/exodus-hydra/commit/89ff868ade7def9dc1ae99555f069e1a0cfeacba))
|
|
190
|
-
- start geolocation at start ([#1669](https://github.com/ExodusMovement/exodus-hydra/issues/1669)) ([ecfd0f3](https://github.com/ExodusMovement/exodus-hydra/commit/ecfd0f3a74ebf2ed5bca53c67c55ec304df91f4c))
|
|
191
|
-
|
|
192
|
-
## [2.0.0-alpha.22](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.21...@exodus/headless@2.0.0-alpha.22) (2023-05-16)
|
|
193
|
-
|
|
194
|
-
### Features
|
|
195
|
-
|
|
196
|
-
- **headless:** bump geolocation ([#1642](https://github.com/ExodusMovement/exodus-hydra/issues/1642)) ([ff1d61b](https://github.com/ExodusMovement/exodus-hydra/commit/ff1d61b0b91ec54fe78f99a33ad987e3a0e54d65))
|
|
197
|
-
|
|
198
|
-
## [2.0.0-alpha.21](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.20...@exodus/headless@2.0.0-alpha.21) (2023-05-16)
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
- add mock address provider to headless ([#1637](https://github.com/ExodusMovement/exodus-hydra/issues/1637)) ([c331601](https://github.com/ExodusMovement/exodus-hydra/commit/c331601d7de43bab8f67c7d48905b11a54ffccad))
|
|
203
|
-
- disable kyc tests ([#1638](https://github.com/ExodusMovement/exodus-hydra/issues/1638)) ([b51cfaf](https://github.com/ExodusMovement/exodus-hydra/commit/b51cfafe2431ff99695f0fc74c9b7590f67fe427))
|
|
204
|
-
|
|
205
|
-
## [2.0.0-alpha.20](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.19...@exodus/headless@2.0.0-alpha.20) (2023-05-12)
|
|
206
|
-
|
|
207
|
-
### Features
|
|
208
|
-
|
|
209
|
-
- stop timers on remoteConfig.stop(), kyc.stop(), referrals.stop() ([#1593](https://github.com/ExodusMovement/exodus-hydra/issues/1593)) ([0f73363](https://github.com/ExodusMovement/exodus-hydra/commit/0f7336362cdc5a6f878109e6353ac241795e4fc6))
|
|
210
|
-
|
|
211
|
-
### Bug Fixes
|
|
212
|
-
|
|
213
|
-
- kyc tests ([#1619](https://github.com/ExodusMovement/exodus-hydra/issues/1619)) ([20da423](https://github.com/ExodusMovement/exodus-hydra/commit/20da423b98aa3b950e197b4a2290898c731c59b2))
|
|
214
|
-
- kyc tests (again) ([#1626](https://github.com/ExodusMovement/exodus-hydra/issues/1626)) ([0f12f89](https://github.com/ExodusMovement/exodus-hydra/commit/0f12f898691504aefffeaca0db2fd3dbe9740ff6))
|
|
215
|
-
|
|
216
|
-
## [2.0.0-alpha.19](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.18...@exodus/headless@2.0.0-alpha.19) (2023-05-08)
|
|
217
|
-
|
|
218
|
-
### ⚠ BREAKING CHANGES
|
|
219
|
-
|
|
220
|
-
- use revamped geolocation (#1559)
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
- add addressesProvider to headless ([#1540](https://github.com/ExodusMovement/exodus-hydra/issues/1540)) ([90e963a](https://github.com/ExodusMovement/exodus-hydra/commit/90e963aafa0bb855d8c857902feac37514985d4a))
|
|
225
|
-
- add kyc and referrals modules to headless ([#1539](https://github.com/ExodusMovement/exodus-hydra/issues/1539)) ([1a0cf7c](https://github.com/ExodusMovement/exodus-hydra/commit/1a0cf7c18cbbfc5f2b92d9720d9cbf17cd850214))
|
|
226
|
-
|
|
227
|
-
### Code Refactoring
|
|
228
|
-
|
|
229
|
-
- use revamped geolocation ([#1559](https://github.com/ExodusMovement/exodus-hydra/issues/1559)) ([4378d13](https://github.com/ExodusMovement/exodus-hydra/commit/4378d137a67e4836a45c72e6bfc79590d4b7ab20))
|
|
230
|
-
|
|
231
|
-
## [2.0.0-alpha.18](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.17...@exodus/headless@2.0.0-alpha.18) (2023-05-05)
|
|
232
|
-
|
|
233
|
-
### Bug Fixes
|
|
234
|
-
|
|
235
|
-
- announce that featureFlags writes to featureFlagAtoms ([#1548](https://github.com/ExodusMovement/exodus-hydra/issues/1548)) ([fefac86](https://github.com/ExodusMovement/exodus-hydra/commit/fefac86970ab11e85d530d8424ca9f3de86fed91))
|
|
236
|
-
|
|
237
|
-
## [2.0.0-alpha.17](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.16...@exodus/headless@2.0.0-alpha.17) (2023-05-05)
|
|
238
|
-
|
|
239
|
-
### ⚠ BREAKING CHANGES
|
|
240
|
-
|
|
241
|
-
- don't serialize port payloads (#1458)
|
|
242
|
-
|
|
243
|
-
### Features
|
|
244
|
-
|
|
245
|
-
- add feature-flags to headless ([#1516](https://github.com/ExodusMovement/exodus-hydra/issues/1516)) ([9d2da89](https://github.com/ExodusMovement/exodus-hydra/commit/9d2da895d4f58d34674b19d42fe3fd621d439f73))
|
|
246
|
-
|
|
247
|
-
### Code Refactoring
|
|
248
|
-
|
|
249
|
-
- don't serialize port payloads ([#1458](https://github.com/ExodusMovement/exodus-hydra/issues/1458)) ([9b98a28](https://github.com/ExodusMovement/exodus-hydra/commit/9b98a28b091146ad0dee631a236629f25a16b3e2))
|
|
250
|
-
|
|
251
|
-
## [2.0.0-alpha.16](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.15...@exodus/headless@2.0.0-alpha.16) (2023-05-04)
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
- bump atoms in headless ([#1523](https://github.com/ExodusMovement/exodus-hydra/issues/1523)) ([7b6ca0b](https://github.com/ExodusMovement/exodus-hydra/commit/7b6ca0b19ccad9e33c9c0f0aac03feddad9d4cac))
|
|
256
|
-
|
|
257
|
-
## [2.0.0-alpha.15](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.14...@exodus/headless@2.0.0-alpha.15) (2023-05-04)
|
|
258
|
-
|
|
259
|
-
### ⚠ BREAKING CHANGES
|
|
260
|
-
|
|
261
|
-
- use readOnlyAtoms dependency processor (#1497)
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
- add geolocation to headless ([#1514](https://github.com/ExodusMovement/exodus-hydra/issues/1514)) ([44a8620](https://github.com/ExodusMovement/exodus-hydra/commit/44a8620249f8de2147dc073098b68f0562fb7287))
|
|
266
|
-
- use readOnlyAtoms dependency processor ([#1497](https://github.com/ExodusMovement/exodus-hydra/issues/1497)) ([b3b4866](https://github.com/ExodusMovement/exodus-hydra/commit/b3b4866084428496aeff30dcb14ec583d6f4d64f))
|
|
267
|
-
|
|
268
|
-
### Bug Fixes
|
|
269
|
-
|
|
270
|
-
- enabledAssets storage access ([#1519](https://github.com/ExodusMovement/exodus-hydra/issues/1519)) ([c4d9463](https://github.com/ExodusMovement/exodus-hydra/commit/c4d9463829b0015e70ce617e11940b1fea5bfbe6))
|
|
271
|
-
|
|
272
|
-
## [2.0.0-alpha.14](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.13...@exodus/headless@2.0.0-alpha.14) (2023-05-03)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @exodus/headless
|
|
275
|
-
|
|
276
|
-
## [2.0.0-alpha.13](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.12...@exodus/headless@2.0.0-alpha.13) (2023-05-02)
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
- add rates monitor to headless ([#1470](https://github.com/ExodusMovement/exodus-hydra/issues/1470)) ([d214b9a](https://github.com/ExodusMovement/exodus-hydra/commit/d214b9a22ca0649bbd79e2c8f6d9592733c802d2))
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
- get assetsModule from 'adapters' ([#1491](https://github.com/ExodusMovement/exodus-hydra/issues/1491)) ([b010cbd](https://github.com/ExodusMovement/exodus-hydra/commit/b010cbd319ffcd02d18a7492dc20e2d7ba7fe1c4))
|
|
285
|
-
|
|
286
|
-
## [2.0.0-alpha.12](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.11...@exodus/headless@2.0.0-alpha.12) (2023-05-02)
|
|
287
|
-
|
|
288
|
-
### Features
|
|
289
|
-
|
|
290
|
-
- add balances to headless ([#1379](https://github.com/ExodusMovement/exodus-hydra/issues/1379)) ([b5d6846](https://github.com/ExodusMovement/exodus-hydra/commit/b5d6846d86b9d83463ece51a2ef14c4fd898d438))
|
|
291
|
-
|
|
292
|
-
## [2.0.0-alpha.11](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.10...@exodus/headless@2.0.0-alpha.11) (2023-05-02)
|
|
293
|
-
|
|
294
|
-
### Features
|
|
295
|
-
|
|
296
|
-
- migrate locales atoms ([#1457](https://github.com/ExodusMovement/exodus-hydra/issues/1457)) ([e6f3a7f](https://github.com/ExodusMovement/exodus-hydra/commit/e6f3a7feb4319d8aa44032e27df746343fdb66eb))
|
|
297
|
-
- migrate market history module ([#1456](https://github.com/ExodusMovement/exodus-hydra/issues/1456)) ([3e64532](https://github.com/ExodusMovement/exodus-hydra/commit/3e64532b739ea802f0df841b7c030c2c912d57e8))
|
|
298
|
-
|
|
299
|
-
## [2.0.0-alpha.10](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.9...@exodus/headless@2.0.0-alpha.10) (2023-04-30)
|
|
300
|
-
|
|
301
|
-
### Features
|
|
302
|
-
|
|
303
|
-
- add pricingClient to headless ([#1439](https://github.com/ExodusMovement/exodus-hydra/issues/1439)) ([2a82a4c](https://github.com/ExodusMovement/exodus-hydra/commit/2a82a4c663b542178580908aaaff840524d55369))
|
|
304
|
-
- attach wallet account atoms ([#1437](https://github.com/ExodusMovement/exodus-hydra/issues/1437)) ([2648699](https://github.com/ExodusMovement/exodus-hydra/commit/264869986c175091e6bc7c48e852946bd60911d6))
|
|
305
|
-
|
|
306
|
-
## [2.0.0-alpha.9](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.8...@exodus/headless@2.0.0-alpha.9) (2023-04-26)
|
|
307
|
-
|
|
308
|
-
### Features
|
|
309
|
-
|
|
310
|
-
- add available-assets to headless ([#1361](https://github.com/ExodusMovement/exodus-hydra/issues/1361)) ([900d142](https://github.com/ExodusMovement/exodus-hydra/commit/900d142018ff112f36ef0f7ef53cf5020020e3ca))
|
|
311
|
-
|
|
312
|
-
## [2.0.0-alpha.8](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.7...@exodus/headless@2.0.0-alpha.8) (2023-04-25)
|
|
313
|
-
|
|
314
|
-
### Features
|
|
315
|
-
|
|
316
|
-
- add enabled-assets to headless ([#1235](https://github.com/ExodusMovement/exodus-hydra/issues/1235)) ([a808b75](https://github.com/ExodusMovement/exodus-hydra/commit/a808b750bd911c33241ae710fbf8d8ba7e2073a6))
|
|
317
|
-
- add lifecycle docs ([#1313](https://github.com/ExodusMovement/exodus-hydra/issues/1313)) ([df18faa](https://github.com/ExodusMovement/exodus-hydra/commit/df18faa9c341404c2feaadf51ec46236c54e2f15))
|
|
318
|
-
- add remoteConfig module ([#1370](https://github.com/ExodusMovement/exodus-hydra/issues/1370)) ([ebc888d](https://github.com/ExodusMovement/exodus-hydra/commit/ebc888d6440c509a19dd6c9c600033fd41128ad7))
|
|
319
|
-
- add support for plugins ([#1351](https://github.com/ExodusMovement/exodus-hydra/issues/1351)) ([fac0e2a](https://github.com/ExodusMovement/exodus-hydra/commit/fac0e2a727b0e71ad5f0619b8457c7e80612f707))
|
|
320
|
-
|
|
321
|
-
## [2.0.0-alpha.7](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.6...@exodus/headless@2.0.0-alpha.7) (2023-04-24)
|
|
322
|
-
|
|
323
|
-
### ⚠ BREAKING CHANGES
|
|
324
|
-
|
|
325
|
-
- pass compatibility modes config to wallet (#1223)
|
|
326
|
-
|
|
327
|
-
### Features
|
|
328
|
-
|
|
329
|
-
- add blockchain metadata to headless ([#1293](https://github.com/ExodusMovement/exodus-hydra/issues/1293)) ([04390a7](https://github.com/ExodusMovement/exodus-hydra/commit/04390a71cb01744cd427f470735fa0748b9157ca))
|
|
330
|
-
- add namespaceStorage preprocessor ([#1322](https://github.com/ExodusMovement/exodus-hydra/issues/1322)) ([95f403e](https://github.com/ExodusMovement/exodus-hydra/commit/95f403e59c87f90901247619c727496ebac0a399))
|
|
331
|
-
- pass compatibility modes config to wallet ([#1223](https://github.com/ExodusMovement/exodus-hydra/issues/1223)) ([b49b640](https://github.com/ExodusMovement/exodus-hydra/commit/b49b64097af7969e210e5ecf5395ee7f40a13eac))
|
|
332
|
-
|
|
333
|
-
## [2.0.0-alpha.6](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.5...@exodus/headless@2.0.0-alpha.6) (2023-04-20)
|
|
334
|
-
|
|
335
|
-
### Features
|
|
336
|
-
|
|
337
|
-
- add walletAccounts in headless ([#1184](https://github.com/ExodusMovement/exodus-hydra/issues/1184)) ([8d9c93d](https://github.com/ExodusMovement/exodus-hydra/commit/8d9c93d86173476211d596e883a72b51b645e866))
|
|
338
|
-
|
|
339
6
|
## [2.0.0-alpha.5](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.4...@exodus/headless@2.0.0-alpha.5) (2023-04-20)
|
|
340
7
|
|
|
341
8
|
### Features
|
package/README.md
CHANGED
|
@@ -2,20 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
The headless Exodus wallet SDK
|
|
4
4
|
|
|
5
|
-
## Table of Contents
|
|
6
|
-
|
|
7
|
-
- [Quick Start](#quick-start)
|
|
8
|
-
- [Lifecycle](#lifecycle)
|
|
9
|
-
- [Port](#port)
|
|
10
|
-
- [Adapters](#adapters)
|
|
11
|
-
- [Config](#config)
|
|
12
|
-
- [Headless API](#headless-api)
|
|
13
|
-
|
|
14
5
|
## Quick Start
|
|
15
6
|
|
|
16
7
|
```js
|
|
17
8
|
import createExodus from '@exodus/headless'
|
|
18
|
-
import referrals from '@exodus/headless/src/modules/referrals'
|
|
19
9
|
import Emitter from '@exodus/wild-emitter'
|
|
20
10
|
|
|
21
11
|
// 1. Create port. Acts as an event bus between headless wallet and client
|
|
@@ -26,10 +16,10 @@ const adapters = {}
|
|
|
26
16
|
const config = {}
|
|
27
17
|
|
|
28
18
|
// 3. Create Exodus container
|
|
29
|
-
const
|
|
19
|
+
const container = createExodus({ port, adapters, config })
|
|
30
20
|
|
|
31
21
|
// 4. Register external modules. Does not support overriding modules at the moment.
|
|
32
|
-
|
|
22
|
+
container.register({
|
|
33
23
|
definition: {
|
|
34
24
|
id: 'remoteConfig',
|
|
35
25
|
factory: createRemoteConfig,
|
|
@@ -37,83 +27,13 @@ exodusContainer.register({
|
|
|
37
27
|
},
|
|
38
28
|
})
|
|
39
29
|
|
|
40
|
-
// see an example feature definition:
|
|
41
|
-
// https://github.com/ExodusMovement/exodus-hydra/blob/2e8d63426421ffcbec84a9b6fbc83eb913b47eba/modules/headless/src/modules/geolocation/index.js
|
|
42
|
-
exodusContainer.use(referrals())
|
|
43
|
-
exodusContainer.use(myCustomFeature({ id: 'myCustomFeature', ... }))
|
|
44
|
-
|
|
45
30
|
// 5. Resolve exodus instance
|
|
46
|
-
const exodus =
|
|
31
|
+
const exodus = container.resolve()
|
|
47
32
|
|
|
48
|
-
// 6.
|
|
49
|
-
await exodus.wallet.start()
|
|
50
|
-
|
|
51
|
-
// 7. Use it!
|
|
33
|
+
// 6. Use it!
|
|
52
34
|
await exodus.wallet.create({ passphrase: 'my-super-secure-passphrase' })
|
|
53
|
-
|
|
54
|
-
// 8. Use your custom feature API, if any
|
|
55
|
-
exodus.myCustomFeature.doThatThingYouDo()
|
|
56
35
|
```
|
|
57
36
|
|
|
58
|
-
## Lifecycle
|
|
59
|
-
|
|
60
|
-
The headless wallet instance transitions through different states during his life. When moving from one another, there are two things that are triggered:
|
|
61
|
-
|
|
62
|
-
- Fires hook call: Allows modules to subscribe and halt transition until listener resolves.
|
|
63
|
-
- Fires event call: Emitted after all hooks had been executed and resolved.
|
|
64
|
-
|
|
65
|
-
Below you can find a state diagram that visualize what hooks are triggered between state transitions:
|
|
66
|
-
|
|
67
|
-
```mermaid
|
|
68
|
-
stateDiagram-v2
|
|
69
|
-
direction LR
|
|
70
|
-
[*] --> Starting
|
|
71
|
-
|
|
72
|
-
state Starting {
|
|
73
|
-
direction LR
|
|
74
|
-
|
|
75
|
-
state "Needs clear storage?*" as NeedsClear
|
|
76
|
-
state "Is importing?" as IsImporting
|
|
77
|
-
|
|
78
|
-
NeedsClear --> Clearing : CLEAR
|
|
79
|
-
Clearing --> IsImporting
|
|
80
|
-
IsImporting --> Importing : IMPORT
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
Starting --> Started : START
|
|
84
|
-
|
|
85
|
-
state Started {
|
|
86
|
-
direction LR
|
|
87
|
-
|
|
88
|
-
state "Has seed?" as HasSeed
|
|
89
|
-
|
|
90
|
-
HasSeed --> Empty : No
|
|
91
|
-
HasSeed --> Locked : Yes
|
|
92
|
-
|
|
93
|
-
Empty --> Locked : CREATE \n---or---\nIMPORT
|
|
94
|
-
|
|
95
|
-
Locked --> Migrating : MIGRATE
|
|
96
|
-
Migrating --> Unlocked : UNLOCK
|
|
97
|
-
Unlocked --> Locked : LOCK
|
|
98
|
-
|
|
99
|
-
Unlocked --> Restarting : DELETE
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
Restarting --> [*] : RESTART
|
|
105
|
-
|
|
106
|
-
Started --> Started : LOAD
|
|
107
|
-
|
|
108
|
-
classDef conditional fill:#ededed,stroke:#c2c2c2,color:#a6a6a6,stroke-width:2;
|
|
109
|
-
|
|
110
|
-
class NeedsClear conditional
|
|
111
|
-
class IsImporting conditional
|
|
112
|
-
class HasSeed conditional
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
\* Wallet needs to clear storage if seed is not present or is restoring a new wallet
|
|
116
|
-
|
|
117
37
|
## Port
|
|
118
38
|
|
|
119
39
|
Event bus between headless wallet and client
|
|
@@ -228,55 +148,6 @@ Currently not used.
|
|
|
228
148
|
|
|
229
149
|
**Returns**: `boolean`
|
|
230
150
|
|
|
231
|
-
## walletAccounts
|
|
232
|
-
|
|
233
|
-
> Type: object
|
|
234
|
-
|
|
235
|
-
| Method | Type | Description |
|
|
236
|
-
| ---------- | ------------------------------------------- | -------------------------------------------------------------- |
|
|
237
|
-
| create | `async (walletAccountFields) => void` | Creates a new WalletAccount with the provided fields. |
|
|
238
|
-
| update | `async (name, walletAccountFields) => void` | Updates an existing WalletAccount with the provided fields. |
|
|
239
|
-
| enable | `async (name) => void` | Enables an existing WalletAccount. |
|
|
240
|
-
| disable | `async (name) => void` | Disables an existing WalletAccount. |
|
|
241
|
-
| getEnabled | `async () => object` | Returns enabled walletAccounts as `{ [name]: WalletAccount }`. |
|
|
242
|
-
|
|
243
|
-
## blockchainMetadata
|
|
244
|
-
|
|
245
|
-
> Type: object
|
|
246
|
-
|
|
247
|
-
| Method | Type | Description |
|
|
248
|
-
| ---------------------- | ---------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
|
|
249
|
-
| getTxLog | `async ({ assetName, walletAccount }) => TxSet` | Get the TxSet for the provided `assetName`/`walletAccount` combination (AssetSource) |
|
|
250
|
-
| getLoadedTxLogs | `async () => object` | Get the all loaded `TxSet`s as a `{ [walletAccount]: { [assetName]: TxSet } } object` |
|
|
251
|
-
| updateTxs | `async ({ assetName: string, walletAccount: string, txs: object[] }) => void` | Add or update txs with updates provided in `txs` |
|
|
252
|
-
| overwriteTxs | `async ({ assetName: string, walletAccount: string, txs: object[], notifyReceivedTxs: ?boolean }) => void` | Overwrite specified txs. |
|
|
253
|
-
| clearTxs | `async ({ assetName: string, walletAccount: string }) => void` | Remove txs for AssetSource. |
|
|
254
|
-
| removeTxs | `async ({ assetName: string, walletAccount: string, txs: object[] }) => void` | Remove provided txs. |
|
|
255
|
-
| getAccountState | `async ({ assetName, walletAccount }) => AccountState` | Get the AccountState for the provided AssetSource |
|
|
256
|
-
| getLoadedAccountStates | `async () => object` | Get the all loaded `AccountState`s as a `{ [walletAccount]: { [assetName]: AccountState } } object` |
|
|
257
|
-
| updateAccountState | `async ({ assetName: string, walletAccount: string, newData: object }) => void` | Update accountState for AssetSource. |
|
|
258
|
-
| removeAccountState | `async ({ assetName: string, walletAccount: string }) => void` | Remove accountState for AssetSource. |
|
|
259
|
-
| batch | `() => Batch` | Create a batch of updates. See [blockchainMetadata](../blockchain-metadata) README for batching details. |
|
|
260
|
-
|
|
261
|
-
## assets
|
|
262
|
-
|
|
263
|
-
> Type: object
|
|
264
|
-
|
|
265
|
-
| Method | Type | Description |
|
|
266
|
-
| ----------------- | ---------------------------------------------------------- | ---------------------------------------------------------------------- |
|
|
267
|
-
| enable | `async (assetNames: string[]) => void` | Enables assets. |
|
|
268
|
-
| disable | `async (assetNames: string[]) => void` | Disables assets. |
|
|
269
|
-
| addAndEnableToken | `async (assetId: string, baseAssetName: string) => string` | Adds and enables a custom token. Returns the created `asset`'s `.name` |
|
|
270
|
-
|
|
271
|
-
## locale
|
|
272
|
-
|
|
273
|
-
> Type: object
|
|
274
|
-
|
|
275
|
-
| Method | Type | Description |
|
|
276
|
-
| ----------- | ---------------------------------- | ------------------------- |
|
|
277
|
-
| setCurrency | `async (currency: string) => void` | Changes current currency. |
|
|
278
|
-
| setLanguage | `async (language: string) => void` | Changes current language. |
|
|
279
|
-
|
|
280
151
|
## subscribe
|
|
281
152
|
|
|
282
153
|
> Type: function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/headless",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.5",
|
|
4
4
|
"description": "The headless Exodus wallet SDK",
|
|
5
5
|
"author": "Exodus Movement Inc",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -23,71 +23,32 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"lint": "eslint . --ignore-path ../../.gitignore",
|
|
25
25
|
"lint:fix": "yarn lint --fix",
|
|
26
|
-
"test": "jest
|
|
26
|
+
"test": "jest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@exodus/
|
|
30
|
-
"@exodus/
|
|
31
|
-
"@exodus/
|
|
32
|
-
"@exodus/atoms": "^5.0.0",
|
|
33
|
-
"@exodus/auto-enable-assets-plugin": "^4.0.1",
|
|
34
|
-
"@exodus/available-assets": "^2.0.2",
|
|
35
|
-
"@exodus/balances": "^6.0.1",
|
|
36
|
-
"@exodus/basic-utils": "^2.0.0",
|
|
37
|
-
"@exodus/blockchain-metadata": "^8.0.1",
|
|
38
|
-
"@exodus/config": "^7.0.0",
|
|
39
|
-
"@exodus/connected-origins": "^1.1.2",
|
|
40
|
-
"@exodus/crypto-news-monitor": "^2.0.0",
|
|
41
|
-
"@exodus/dependency-injection": "^2.0.0",
|
|
42
|
-
"@exodus/dependency-preprocessors": "^2.8.1",
|
|
43
|
-
"@exodus/enabled-assets": "^6.0.2",
|
|
44
|
-
"@exodus/exodus-pricing-client": "^1.2.0",
|
|
45
|
-
"@exodus/feature-flags": "^2.1.1",
|
|
46
|
-
"@exodus/fee-monitors": "^1.0.0",
|
|
29
|
+
"@exodus/atoms": "^2.9.0",
|
|
30
|
+
"@exodus/dependency-injection": "^1.2.0",
|
|
31
|
+
"@exodus/dependency-preprocessors": "^2.0.2",
|
|
47
32
|
"@exodus/fetch": "^1.2.1",
|
|
48
|
-
"@exodus/
|
|
49
|
-
"@exodus/
|
|
50
|
-
"@exodus/key-identifier-provider": "^1.1.3",
|
|
51
|
-
"@exodus/keychain": "^4.0.2",
|
|
52
|
-
"@exodus/kyc": "^3.5.1",
|
|
53
|
-
"@exodus/market-history": "^3.1.2",
|
|
33
|
+
"@exodus/key-identifier-provider": "^1.1.1",
|
|
34
|
+
"@exodus/keychain": "^3.5.0",
|
|
54
35
|
"@exodus/module": "^1.0.0",
|
|
55
|
-
"@exodus/
|
|
56
|
-
"@exodus/
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"@exodus/top-movers-monitor": "^2.0.1",
|
|
60
|
-
"@exodus/wallet": "^6.0.1",
|
|
61
|
-
"@exodus/wallet-accounts": "^8.0.1",
|
|
62
|
-
"@exodus/wallet-compatibility-modes": "^2.0.0",
|
|
63
|
-
"bip39": "^2.6.0",
|
|
64
|
-
"events": "^3.3.0",
|
|
65
|
-
"lodash": "npm:@exodus/lodash@^4.17.21-exodus.2",
|
|
36
|
+
"@exodus/wallet": "^5.1.0",
|
|
37
|
+
"@exodus/wallet-compatibility-modes": "1.0.2",
|
|
38
|
+
"bip39": "2.6.0",
|
|
39
|
+
"lodash": "https://registry.yarnpkg.com/@exodus/lodash/-/lodash-4.17.21-exodus.2.tgz",
|
|
66
40
|
"minimalistic-assert": "^1.0.1"
|
|
67
41
|
},
|
|
68
42
|
"devDependencies": {
|
|
69
|
-
"@exodus/algorand-lib": "^2.0.1",
|
|
70
|
-
"@exodus/algorand-meta": "^1.1.4",
|
|
71
|
-
"@exodus/bitcoin-lib": "^2.2.1",
|
|
72
|
-
"@exodus/bitcoin-meta": "^1.0.0",
|
|
73
|
-
"@exodus/currency": "^2.2.0",
|
|
74
43
|
"@exodus/ethereum-lib": "^2.22.2",
|
|
75
|
-
"@exodus/ethereum-meta": "^1.0.23",
|
|
76
|
-
"@exodus/models": "^8.11.1",
|
|
77
44
|
"@exodus/solana-lib": "^1.3.11",
|
|
78
|
-
"@exodus/
|
|
79
|
-
"@exodus/storage-
|
|
80
|
-
"@exodus/storage-memory": "^2.1.0",
|
|
45
|
+
"@exodus/storage-encrypted": "^1.1.1",
|
|
46
|
+
"@exodus/storage-memory": "^1.1.0",
|
|
81
47
|
"@exodus/wild-emitter": "^1.0.0",
|
|
82
48
|
"buffer-json": "^2.0.0",
|
|
83
|
-
"deepmerge": "^4.2.2",
|
|
84
|
-
"delay": "^5.0.0",
|
|
85
49
|
"eslint": "^8.33.0",
|
|
86
|
-
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
87
|
-
"events": "^3.3.0",
|
|
88
50
|
"jest": "^29.1.2",
|
|
89
|
-
"nock": "^13.3.1",
|
|
90
51
|
"p-defer": "^4.0.0"
|
|
91
52
|
},
|
|
92
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "4e23dfa404fee65d18224de84b547284d6739022"
|
|
93
54
|
}
|