@exodus/headless 2.0.0-alpha.79 → 2.0.0-alpha.8

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 (36) hide show
  1. package/CHANGELOG.md +0 -566
  2. package/README.md +4 -25
  3. package/package.json +21 -50
  4. package/src/api.js +66 -11
  5. package/src/application.js +39 -55
  6. package/src/dependencies/atoms.js +29 -2
  7. package/src/dependencies/index.js +2 -2
  8. package/src/dependencies/modules.js +31 -2
  9. package/src/dependencies/utils.js +4 -0
  10. package/src/index.js +57 -85
  11. package/src/ioc.js +6 -32
  12. package/src/plugins/attach.js +7 -24
  13. package/src/plugins/index.js +1 -3
  14. package/src/plugins/log-lifecycle.js +0 -1
  15. package/src/unlock-encrypted-storage.js +0 -2
  16. package/src/utils/blockchain-metadata.js +48 -0
  17. package/src/atoms/attach.js +0 -31
  18. package/src/atoms/base-asset-names-to-monitor.js +0 -38
  19. package/src/constants.js +0 -38
  20. package/src/features/available-assets/index.js +0 -15
  21. package/src/features/enabled-assets/api.js +0 -19
  22. package/src/features/enabled-assets/index.js +0 -26
  23. package/src/features/enabled-assets/plugin.js +0 -19
  24. package/src/features/fees/index.js +0 -16
  25. package/src/features/fees/plugin.js +0 -19
  26. package/src/features/locale/api.js +0 -14
  27. package/src/features/locale/index.js +0 -50
  28. package/src/features/locale/plugin.js +0 -15
  29. package/src/features/pricing/api.js +0 -15
  30. package/src/features/pricing/index.js +0 -35
  31. package/src/features/rates/api.js +0 -13
  32. package/src/features/rates/index.js +0 -22
  33. package/src/features/rates/plugin.js +0 -18
  34. package/src/features/remote-config/api.js +0 -14
  35. package/src/features/remote-config/index.js +0 -28
  36. package/src/features/remote-config/plugin.js +0 -21
package/CHANGELOG.md CHANGED
@@ -3,572 +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.79](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.78...@exodus/headless@2.0.0-alpha.79) (2023-07-21)
7
-
8
- ### Bug Fixes
9
-
10
- - run migrations on autoUnlock ([#2812](https://github.com/ExodusMovement/exodus-hydra/issues/2812)) ([974d7f8](https://github.com/ExodusMovement/exodus-hydra/commit/974d7f805a7f92b607327bdc8f6c27cefdfa1be1))
11
-
12
- ## [2.0.0-alpha.78](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.76...@exodus/headless@2.0.0-alpha.78) (2023-07-21)
13
-
14
- ### ⚠ BREAKING CHANGES
15
-
16
- - feature-flags feature (#2797)
17
- - balances module (#2756)
18
-
19
- ### Features
20
-
21
- - balances module ([#2756](https://github.com/ExodusMovement/exodus-hydra/issues/2756)) ([de1f9d6](https://github.com/ExodusMovement/exodus-hydra/commit/de1f9d612265d598f0e4a1497577900d9f3e16b2))
22
- - feature-flags feature ([#2797](https://github.com/ExodusMovement/exodus-hydra/issues/2797)) ([5137498](https://github.com/ExodusMovement/exodus-hydra/commit/51374984a45fbcc22d22d8c1da760b5afb613602))
23
-
24
- ## [2.0.0-alpha.77](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.76...@exodus/headless@2.0.0-alpha.77) (2023-07-21)
25
-
26
- ### ⚠ BREAKING CHANGES
27
-
28
- - balances module (#2756)
29
-
30
- ### Features
31
-
32
- - balances module ([#2756](https://github.com/ExodusMovement/exodus-hydra/issues/2756)) ([de1f9d6](https://github.com/ExodusMovement/exodus-hydra/commit/de1f9d612265d598f0e4a1497577900d9f3e16b2))
33
-
34
- ## [2.0.0-alpha.76](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.75...@exodus/headless@2.0.0-alpha.76) (2023-07-20)
35
-
36
- ### Features
37
-
38
- - nfts assets extensions ([#2702](https://github.com/ExodusMovement/exodus-hydra/issues/2702)) ([e3b5f30](https://github.com/ExodusMovement/exodus-hydra/commit/e3b5f30920f156aa92cc78e272b10f28e9cbc70c))
39
- - **wallet:** backed up atom ([#2745](https://github.com/ExodusMovement/exodus-hydra/issues/2745)) ([9750ee2](https://github.com/ExodusMovement/exodus-hydra/commit/9750ee2aadcdd25b0175425a61d2fbad22cddeb2))
40
-
41
- ## [2.0.0-alpha.75](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.74...@exodus/headless@2.0.0-alpha.75) (2023-07-18)
42
-
43
- ### Bug Fixes
44
-
45
- - restore progress tracker ([#2662](https://github.com/ExodusMovement/exodus-hydra/issues/2662)) ([cbe506e](https://github.com/ExodusMovement/exodus-hydra/commit/cbe506eab083ba1f7cf3d4c85f28dc108db202df))
46
-
47
- ## [2.0.0-alpha.74](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.73...@exodus/headless@2.0.0-alpha.74) (2023-07-17)
48
-
49
- ### Features
50
-
51
- - bump wallet deps in headless ([#2675](https://github.com/ExodusMovement/exodus-hydra/issues/2675)) ([3b8eb61](https://github.com/ExodusMovement/exodus-hydra/commit/3b8eb61ba73b7d1ee50eb8cc54ac60f7763645f1))
52
- - move fees asset load to start event ([#2611](https://github.com/ExodusMovement/exodus-hydra/issues/2611)) ([2575ba6](https://github.com/ExodusMovement/exodus-hydra/commit/2575ba6a07c58f86cf344ab0f807377c13002d70))
53
-
54
- ## [2.0.0-alpha.73](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.72...@exodus/headless@2.0.0-alpha.73) (2023-07-17)
55
-
56
- ### Bug Fixes
57
-
58
- - restore-plugin and restore-progress-tracker ([#2642](https://github.com/ExodusMovement/exodus-hydra/issues/2642)) ([d7f704f](https://github.com/ExodusMovement/exodus-hydra/commit/d7f704f877651ffa9eb087476c5ba8322caf2f0e))
59
-
60
- ## [2.0.0-alpha.72](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.71...@exodus/headless@2.0.0-alpha.72) (2023-07-14)
61
-
62
- **Note:** Version bump only for package @exodus/headless
63
-
64
- ## [2.0.0-alpha.71](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.70...@exodus/headless@2.0.0-alpha.71) (2023-07-14)
65
-
66
- **Note:** Version bump only for package @exodus/headless
67
-
68
- ## [2.0.0-alpha.70](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.68...@exodus/headless@2.0.0-alpha.70) (2023-07-14)
69
-
70
- ### ⚠ BREAKING CHANGES
71
-
72
- - nfts feature out of headless (#2588)
73
-
74
- ### Features
75
-
76
- - geolocation feature ([#2600](https://github.com/ExodusMovement/exodus-hydra/issues/2600)) ([457df6f](https://github.com/ExodusMovement/exodus-hydra/commit/457df6f8e8ef1f515914b901202b5b81cca59b4b))
77
- - nfts feature out of headless ([#2588](https://github.com/ExodusMovement/exodus-hydra/issues/2588)) ([86ac6f5](https://github.com/ExodusMovement/exodus-hydra/commit/86ac6f516d7d39fbe5174c3d31ab82f5561b17aa))
78
-
79
- ## [2.0.0-alpha.69](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.68...@exodus/headless@2.0.0-alpha.69) (2023-07-14)
80
-
81
- ### Features
82
-
83
- - geolocation feature ([#2600](https://github.com/ExodusMovement/exodus-hydra/issues/2600)) ([457df6f](https://github.com/ExodusMovement/exodus-hydra/commit/457df6f8e8ef1f515914b901202b5b81cca59b4b))
84
-
85
- ## [2.0.0-alpha.68](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.67...@exodus/headless@2.0.0-alpha.68) (2023-07-13)
86
-
87
- ### ⚠ BREAKING CHANGES
88
-
89
- - blockchainMetadata atoms (#2118)
90
-
91
- ### Features
92
-
93
- - blockchainMetadata atoms ([#2118](https://github.com/ExodusMovement/exodus-hydra/issues/2118)) ([e555286](https://github.com/ExodusMovement/exodus-hydra/commit/e555286189dd34ee12b3d133063f4bc24579595c))
94
-
95
- ## [2.0.0-alpha.67](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.66...@exodus/headless@2.0.0-alpha.67) (2023-07-13)
96
-
97
- ### Features
98
-
99
- - use restore-progress-plugin ([#2499](https://github.com/ExodusMovement/exodus-hydra/issues/2499)) ([618f6ea](https://github.com/ExodusMovement/exodus-hydra/commit/618f6ea139e8e1c702a1a7d6af020b89c68e7d1d))
100
-
101
- ## [2.0.0-alpha.66](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.65...@exodus/headless@2.0.0-alpha.66) (2023-07-11)
102
-
103
- ### Features
104
-
105
- - export `fiatBalances` factory ([#2314](https://github.com/ExodusMovement/exodus-hydra/issues/2314)) ([da0dd61](https://github.com/ExodusMovement/exodus-hydra/commit/da0dd616d09188924d348f11437853bbfb438b54))
106
-
107
- ### Bug Fixes
108
-
109
- - add missing types ([#2423](https://github.com/ExodusMovement/exodus-hydra/issues/2423)) ([b9cbf21](https://github.com/ExodusMovement/exodus-hydra/commit/b9cbf21005ff9ff12e9a5b72ff833c37d67e848e))
110
- - re-emit start after hooks ran ([#2508](https://github.com/ExodusMovement/exodus-hydra/issues/2508)) ([bcb039f](https://github.com/ExodusMovement/exodus-hydra/commit/bcb039fd9339611d9900b7f67c4ba643e6203dd0))
111
-
112
- ## [2.0.0-alpha.65](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.64...@exodus/headless@2.0.0-alpha.65) (2023-07-07)
113
-
114
- **Note:** Version bump only for package @exodus/headless
115
-
116
- ## [2.0.0-alpha.64](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.63...@exodus/headless@2.0.0-alpha.64) (2023-07-06)
117
-
118
- ### ⚠ BREAKING CHANGES
119
-
120
- - market-history feature (#2361)
121
- - move atoms from headless to market-history (#2360)
122
- - **headless:** extract connected origins (#2352)
123
- - move in-memory address cache to address cache module (#2336)
124
-
125
- ### Features
126
-
127
- - don't use in-memory cache in tests ([#2344](https://github.com/ExodusMovement/exodus-hydra/issues/2344)) ([48bf0e4](https://github.com/ExodusMovement/exodus-hydra/commit/48bf0e4edfc0fc36ae9a1ec76360f619c6e2f864))
128
- - **headless:** extract connected origins ([#2352](https://github.com/ExodusMovement/exodus-hydra/issues/2352)) ([41b8172](https://github.com/ExodusMovement/exodus-hydra/commit/41b8172f326d1f414523851fa2e3f3fb074aafba))
129
- - market-history feature ([#2361](https://github.com/ExodusMovement/exodus-hydra/issues/2361)) ([9132471](https://github.com/ExodusMovement/exodus-hydra/commit/9132471cafdf95f46760b6d4528e91210493cab1))
130
-
131
- ### Code Refactoring
132
-
133
- - move in-memory address cache to address cache module ([#2336](https://github.com/ExodusMovement/exodus-hydra/issues/2336)) ([d28a6c9](https://github.com/ExodusMovement/exodus-hydra/commit/d28a6c9843356d86262fb308cf40ecad023dc196))
134
-
135
- ### Miscellaneous Chores
136
-
137
- - move atoms from headless to market-history ([#2360](https://github.com/ExodusMovement/exodus-hydra/issues/2360)) ([d452d74](https://github.com/ExodusMovement/exodus-hydra/commit/d452d74a8874ab5cb3221212405e2c45bb8d046f))
138
-
139
- ## [2.0.0-alpha.63](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.62...@exodus/headless@2.0.0-alpha.63) (2023-07-06)
140
-
141
- ### ⚠ BREAKING CHANGES
142
-
143
- - **headless:** do not ship top-movers (#2333)
144
- - **headless:** do not ship apy-rates (#2329)
145
- - **headless:** do not ship kyc (#2327)
146
-
147
- ### Features
148
-
149
- - export `wallet` feature ([#2345](https://github.com/ExodusMovement/exodus-hydra/issues/2345)) ([3c5f636](https://github.com/ExodusMovement/exodus-hydra/commit/3c5f6363b7d158ab4b47c28475907e33587f7587))
150
- - **headless:** do not ship ab-testing ([#2330](https://github.com/ExodusMovement/exodus-hydra/issues/2330)) ([70be5ce](https://github.com/ExodusMovement/exodus-hydra/commit/70be5ce74c5ac1e197f2f03dcb6914248f1017d6))
151
- - **headless:** do not ship apy-rates ([#2329](https://github.com/ExodusMovement/exodus-hydra/issues/2329)) ([94a4419](https://github.com/ExodusMovement/exodus-hydra/commit/94a441968d45d593c1853a2664415a28d515b4f9))
152
- - **headless:** do not ship crypto-news ([#2332](https://github.com/ExodusMovement/exodus-hydra/issues/2332)) ([54f5775](https://github.com/ExodusMovement/exodus-hydra/commit/54f5775b1195bab98e6dca1bb85779d613de58bc))
153
- - **headless:** do not ship kyc ([#2327](https://github.com/ExodusMovement/exodus-hydra/issues/2327)) ([38bf19e](https://github.com/ExodusMovement/exodus-hydra/commit/38bf19edac7337b757a3444b3275f46a85394931))
154
- - **headless:** do not ship top-movers ([#2333](https://github.com/ExodusMovement/exodus-hydra/issues/2333)) ([10adeab](https://github.com/ExodusMovement/exodus-hydra/commit/10adeab9fa3059cdc6ac68a2c803a10c6225fa5c))
155
-
156
- ## [2.0.0-alpha.62](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.61...@exodus/headless@2.0.0-alpha.62) (2023-07-05)
157
-
158
- **Note:** Version bump only for package @exodus/headless
159
-
160
- ## [2.0.0-alpha.61](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.60...@exodus/headless@2.0.0-alpha.61) (2023-07-05)
161
-
162
- ### ⚠ BREAKING CHANGES
163
-
164
- - market-history atom (#2160)
165
-
166
- ### Features
167
-
168
- - market-history atom ([#2160](https://github.com/ExodusMovement/exodus-hydra/issues/2160)) ([b74364a](https://github.com/ExodusMovement/exodus-hydra/commit/b74364a47e8a51b3eea6b8cc870c731def65726b))
169
-
170
- ## [2.0.0-alpha.60](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.59...@exodus/headless@2.0.0-alpha.60) (2023-07-04)
171
-
172
- ### ⚠ BREAKING CHANGES
173
-
174
- - export feature definition from connected origins (#2164)
175
-
176
- ### Features
177
-
178
- - **address-provider:** move mock config atom and setter ([#2235](https://github.com/ExodusMovement/exodus-hydra/issues/2235)) ([b051025](https://github.com/ExodusMovement/exodus-hydra/commit/b0510256d557246589f939b64bec7e38b17ef779))
179
- - export feature definition from connected origins ([#2164](https://github.com/ExodusMovement/exodus-hydra/issues/2164)) ([b1fd09d](https://github.com/ExodusMovement/exodus-hydra/commit/b1fd09d7d05d2088f4e12da80a983850d91659f5))
180
-
181
- ## [2.0.0-alpha.59](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.58...@exodus/headless@2.0.0-alpha.59) (2023-07-04)
182
-
183
- **Note:** Version bump only for package @exodus/headless
184
-
185
- ## [2.0.0-alpha.58](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.57...@exodus/headless@2.0.0-alpha.58) (2023-07-03)
186
-
187
- ### Features
188
-
189
- - add `currencies` to txs ([#2180](https://github.com/ExodusMovement/exodus-hydra/issues/2180)) ([d0439c1](https://github.com/ExodusMovement/exodus-hydra/commit/d0439c179b2b96993ff7ea8adc7b3143fdc2101d))
190
- - memoizedKeychain module ([#2106](https://github.com/ExodusMovement/exodus-hydra/issues/2106)) ([ba92e86](https://github.com/ExodusMovement/exodus-hydra/commit/ba92e86b97eeef613d642837dc52702debd7e723))
191
-
192
- ## [2.0.0-alpha.57](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.56...@exodus/headless@2.0.0-alpha.57) (2023-07-03)
193
-
194
- ### Features
195
-
196
- - log errors in application lifecycle hooks ([#2221](https://github.com/ExodusMovement/exodus-hydra/issues/2221)) ([6680b5a](https://github.com/ExodusMovement/exodus-hydra/commit/6680b5a5023376de29a02ac9864c207cc938f3b2))
197
-
198
- ## [2.0.0-alpha.56](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.55...@exodus/headless@2.0.0-alpha.56) (2023-06-30)
199
-
200
- ### ⚠ BREAKING CHANGES
201
-
202
- - export feature definition from ab-testing (#2161)
203
- - export feature definition from top-movers (#2165)
204
- - export feature definition from kyc (#2167)
205
- - export feature definition from crypto-news (#2163)
206
- - export feature definition from apy-rates (#2162)
207
- - export feature definition from address-provider (#2155)
208
-
209
- ### Features
210
-
211
- - export feature definition from ab-testing ([#2161](https://github.com/ExodusMovement/exodus-hydra/issues/2161)) ([e773c68](https://github.com/ExodusMovement/exodus-hydra/commit/e773c68ec6581cad508d8b7bd3d096edaa7878ef))
212
- - export feature definition from address-provider ([#2155](https://github.com/ExodusMovement/exodus-hydra/issues/2155)) ([a4f8da3](https://github.com/ExodusMovement/exodus-hydra/commit/a4f8da39400bac23f3d84afdb56315b5a8a37567))
213
- - export feature definition from apy-rates ([#2162](https://github.com/ExodusMovement/exodus-hydra/issues/2162)) ([693a953](https://github.com/ExodusMovement/exodus-hydra/commit/693a953cad357b60aabeb66edc95a60bacbaf6b5))
214
- - export feature definition from crypto-news ([#2163](https://github.com/ExodusMovement/exodus-hydra/issues/2163)) ([fd46794](https://github.com/ExodusMovement/exodus-hydra/commit/fd46794de45fed3ed574fb47efe6f8256dceea4f))
215
- - export feature definition from kyc ([#2167](https://github.com/ExodusMovement/exodus-hydra/issues/2167)) ([b655a26](https://github.com/ExodusMovement/exodus-hydra/commit/b655a26539decfd3fe4f219505eaace2c26a2e97))
216
- - export feature definition from top-movers ([#2165](https://github.com/ExodusMovement/exodus-hydra/issues/2165)) ([b9183fa](https://github.com/ExodusMovement/exodus-hydra/commit/b9183fae78b521f0275d2fcab42ea6f1790aca94))
217
-
218
- ### Bug Fixes
219
-
220
- - delete backups when restart due to forgot passphrase ([#2144](https://github.com/ExodusMovement/exodus-hydra/issues/2144)) ([ba48906](https://github.com/ExodusMovement/exodus-hydra/commit/ba4890613b08f77986c74a4870fe29870f481233))
221
-
222
- ## [2.0.0-alpha.55](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.54...@exodus/headless@2.0.0-alpha.55) (2023-06-28)
223
-
224
- ### Bug Fixes
225
-
226
- - make restart a lifecycle hook ([#2136](https://github.com/ExodusMovement/exodus-hydra/issues/2136)) ([dbb4269](https://github.com/ExodusMovement/exodus-hydra/commit/dbb42697fc09fb4a18a1918fa83c379171e2e7e3))
227
-
228
- ## [2.0.0-alpha.54](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.53...@exodus/headless@2.0.0-alpha.54) (2023-06-23)
229
-
230
- ### ⚠ BREAKING CHANGES
231
-
232
- - make personal-notes opt-in (#2102)
233
-
234
- ### Features
235
-
236
- - make personal-notes opt-in ([#2102](https://github.com/ExodusMovement/exodus-hydra/issues/2102)) ([324b64e](https://github.com/ExodusMovement/exodus-hydra/commit/324b64e616025ac7bd095028599736c0bfa97f74))
237
-
238
- ## [2.0.0-alpha.53](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.52...@exodus/headless@2.0.0-alpha.53) (2023-06-23)
239
-
240
- **Note:** Version bump only for package @exodus/headless
241
-
242
- ## [2.0.0-alpha.52](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.51...@exodus/headless@2.0.0-alpha.52) (2023-06-23)
243
-
244
- ### Bug Fixes
245
-
246
- - avoid wrapping with `enforceObservableRules` again ([#2088](https://github.com/ExodusMovement/exodus-hydra/issues/2088)) ([7004c19](https://github.com/ExodusMovement/exodus-hydra/commit/7004c193968c445ea0e854f521fb6f4fc7f791e0))
247
-
248
- ## [2.0.0-alpha.51](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.50...@exodus/headless@2.0.0-alpha.51) (2023-06-21)
249
-
250
- ### Features
251
-
252
- - **headless:** use(balances) ([#2049](https://github.com/ExodusMovement/exodus-hydra/issues/2049)) ([a5d5b79](https://github.com/ExodusMovement/exodus-hydra/commit/a5d5b79755f1bbdd346af0bb5bc009a96b7ba85a))
253
-
254
- ## [2.0.0-alpha.50](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@2.0.0-alpha.49...@exodus/headless@2.0.0-alpha.50) (2023-06-21)
255
-
256
- ### Features
257
-
258
- - **headless:** export features api ([#2051](https://github.com/ExodusMovement/exodus-hydra/issues/2051)) ([71bfc37](https://github.com/ExodusMovement/exodus-hydra/commit/71bfc37d70484d90c99170ab9da406c8be02389b))
259
- - **headless:** use(enabledAssets) ([#2047](https://github.com/ExodusMovement/exodus-hydra/issues/2047)) ([c2c7572](https://github.com/ExodusMovement/exodus-hydra/commit/c2c7572d290e908b2c84a5558e59f02f4182e3ae))
260
- - **headless:** use(pricing) ([#2050](https://github.com/ExodusMovement/exodus-hydra/issues/2050)) ([1db7c9d](https://github.com/ExodusMovement/exodus-hydra/commit/1db7c9df72300f49a09e848c69747202f03c39ae))
261
-
262
- ### Performance Improvements
263
-
264
- - prevent writing same value to atoms ([#2078](https://github.com/ExodusMovement/exodus-hydra/issues/2078)) ([bd901b4](https://github.com/ExodusMovement/exodus-hydra/commit/bd901b40a10c8983f2fe6fbb10c9dc8a81ccbd60))
265
-
266
- ## [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)
267
-
268
- ### ⚠ BREAKING CHANGES
269
-
270
- - rename fusionAtomFactory => createFusionAtom (#2042)
271
-
272
- ### Features
273
-
274
- - rename fusionAtomFactory => createFusionAtom ([#2042](https://github.com/ExodusMovement/exodus-hydra/issues/2042)) ([9db4d3f](https://github.com/ExodusMovement/exodus-hydra/commit/9db4d3f1367a16aeaa36e60a49352d36d3189cca))
275
-
276
- ## [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)
277
-
278
- ### Bug Fixes
279
-
280
- - declare atoms in writesAtoms ([#2006](https://github.com/ExodusMovement/exodus-hydra/issues/2006)) ([02b7227](https://github.com/ExodusMovement/exodus-hydra/commit/02b72271116b4e3b034b7f889b0dc333fda17413))
281
-
282
- ## [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)
283
-
284
- ### Features
285
-
286
- - use(wallet) ([#1994](https://github.com/ExodusMovement/exodus-hydra/issues/1994)) ([6686257](https://github.com/ExodusMovement/exodus-hydra/commit/668625744087ee77068fc64671ce80ea0c3c62a4))
287
-
288
- ## [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)
289
-
290
- ### Features
291
-
292
- - use(featureFlags, apyRates, fees, addressProvider) ([#1993](https://github.com/ExodusMovement/exodus-hydra/issues/1993)) ([5aba49b](https://github.com/ExodusMovement/exodus-hydra/commit/5aba49bbea24f229900966c0abde5eb8932ac861))
293
-
294
- ## [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)
295
-
296
- ### Features
297
-
298
- - use(geolocation, marketHistory, topMovers, rates) ([#1992](https://github.com/ExodusMovement/exodus-hydra/issues/1992)) ([2e8d634](https://github.com/ExodusMovement/exodus-hydra/commit/2e8d63426421ffcbec84a9b6fbc83eb913b47eba))
299
-
300
- ## [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)
301
-
302
- ### Features
303
-
304
- - use(personalNotes, blockchainMetadata, remoteConfig, cryptoNews) ([#1991](https://github.com/ExodusMovement/exodus-hydra/issues/1991)) ([ccaaa4a](https://github.com/ExodusMovement/exodus-hydra/commit/ccaaa4ac44f8bed9de99418c394c40478eaeae69))
305
- - validate type field on ioc.use() ([#1974](https://github.com/ExodusMovement/exodus-hydra/issues/1974)) ([b234c82](https://github.com/ExodusMovement/exodus-hydra/commit/b234c82a6f0550d34273590250b307a965b11295))
306
-
307
- ## [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)
308
-
309
- ### Features
310
-
311
- - **headless:** integrate ab-testing module ([#1972](https://github.com/ExodusMovement/exodus-hydra/issues/1972)) ([6c063b4](https://github.com/ExodusMovement/exodus-hydra/commit/6c063b4d4f04d08c36f843577822e7d53f002d4f))
312
-
313
- ## [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)
314
-
315
- ### Features
316
-
317
- - .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))
318
- - **headless:** use(nfts) ([#1963](https://github.com/ExodusMovement/exodus-hydra/issues/1963)) ([47ed141](https://github.com/ExodusMovement/exodus-hydra/commit/47ed141b93291938d8790a8697b55c9c9af230bd))
319
- - use() more modules ([#1953](https://github.com/ExodusMovement/exodus-hydra/issues/1953)) ([4f0d987](https://github.com/ExodusMovement/exodus-hydra/commit/4f0d987e2b3c01829e11b430988168754ebce8f6))
320
-
321
- ### Bug Fixes
322
-
323
- - new use modules api export ([#1958](https://github.com/ExodusMovement/exodus-hydra/issues/1958)) ([c7e87eb](https://github.com/ExodusMovement/exodus-hydra/commit/c7e87eb01f5fb79fcc3454a11485dadf638f88ef))
324
- - remove duplicated kyc api ([#1955](https://github.com/ExodusMovement/exodus-hydra/issues/1955)) ([3357590](https://github.com/ExodusMovement/exodus-hydra/commit/33575908517230b5a187f0ac3b6e32e75982abdb))
325
- - 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))
326
-
327
- ## [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)
328
-
329
- ### Features
330
-
331
- - 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))
332
-
333
- ## [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)
334
-
335
- ### Bug Fixes
336
-
337
- - bump feature-flags dep in headless ([#1942](https://github.com/ExodusMovement/exodus-hydra/issues/1942)) ([4598c23](https://github.com/ExodusMovement/exodus-hydra/commit/4598c23399b2ee44f9fb7259a58a751a8c03c428))
338
-
339
- ## [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)
340
-
341
- **Note:** Version bump only for package @exodus/headless
342
-
343
- ## [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)
344
-
345
- ### ⚠ BREAKING CHANGES
346
-
347
- - move start out of resolve (#1916)
348
-
349
- ### Features
350
-
351
- - clear personal notes as other modules ([#1922](https://github.com/ExodusMovement/exodus-hydra/issues/1922)) ([9324208](https://github.com/ExodusMovement/exodus-hydra/commit/9324208251f695a016f088bd0138a7ea5c838afa))
352
- - move start out of resolve ([#1916](https://github.com/ExodusMovement/exodus-hydra/issues/1916)) ([85d53fd](https://github.com/ExodusMovement/exodus-hydra/commit/85d53fd547e6eebda8d8a992dffe5a21468baeab))
353
-
354
- ## [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)
355
-
356
- ### Features
357
-
358
- - **headless:** stop clearing atoms on attach ([#1854](https://github.com/ExodusMovement/exodus-hydra/issues/1854)) ([16a7f23](https://github.com/ExodusMovement/exodus-hydra/commit/16a7f23fccbc2355810fa1ca837886922056c6f0))
359
-
360
- ## [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)
361
-
362
- **Note:** Version bump only for package @exodus/headless
363
-
364
- ## [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)
365
-
366
- ### Bug Fixes
367
-
368
- - add handler to clear connected-origins ([#1860](https://github.com/ExodusMovement/exodus-hydra/issues/1860)) ([0f294b4](https://github.com/ExodusMovement/exodus-hydra/commit/0f294b492f43ace082b5fb72bb5d0b9fa8d14351))
369
- - passphraseCache is not an adapter ([#1744](https://github.com/ExodusMovement/exodus-hydra/issues/1744)) ([e382e7a](https://github.com/ExodusMovement/exodus-hydra/commit/e382e7a9ec95b4fb35231edb723cb25ceac07cc1))
370
-
371
- ## [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)
372
-
373
- ### Features
374
-
375
- - 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))
376
-
377
- ## [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)
378
-
379
- ### Features
380
-
381
- - add apy rates monitor to headless ([#1830](https://github.com/ExodusMovement/exodus-hydra/issues/1830)) ([6040f4e](https://github.com/ExodusMovement/exodus-hydra/commit/6040f4eacc4b0ea29a25a28c21f6d4c07c833dd4))
382
-
383
- ## [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)
384
-
385
- ### Features
386
-
387
- - add auto enable assets to headless ([#1803](https://github.com/ExodusMovement/exodus-hydra/issues/1803)) ([11996d9](https://github.com/ExodusMovement/exodus-hydra/commit/11996d9a9b23a5d2d1ec1aa30b5e41d05e66ed6a))
388
-
389
- ## [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)
390
-
391
- ### ⚠ BREAKING CHANGES
392
-
393
- - reuse dependency preprocessor with clients (#1779)
394
-
395
- ### Features
396
-
397
- - reuse dependency preprocessor with clients ([#1779](https://github.com/ExodusMovement/exodus-hydra/issues/1779)) ([ac7a402](https://github.com/ExodusMovement/exodus-hydra/commit/ac7a40233a572d299ee033fd64225a3d9d6a8b98))
398
-
399
- ## [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)
400
-
401
- ### Features
402
-
403
- - 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))
404
-
405
- ## [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)
406
-
407
- ### Features
408
-
409
- - allow replacing existing dependencies ([#1753](https://github.com/ExodusMovement/exodus-hydra/issues/1753)) ([df6060d](https://github.com/ExodusMovement/exodus-hydra/commit/df6060d09f67dac21f3994dee04223567c921d0a))
410
-
411
- ## [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)
412
-
413
- ### Features
414
-
415
- - add crypto news monitor to headless ([#1750](https://github.com/ExodusMovement/exodus-hydra/issues/1750)) ([64d46a3](https://github.com/ExodusMovement/exodus-hydra/commit/64d46a3d95c3b34d504b0b7128961df1427b6853))
416
-
417
- ## [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)
418
-
419
- ### Features
420
-
421
- - integrate top-movers monitor into headless ([#1743](https://github.com/ExodusMovement/exodus-hydra/issues/1743)) ([05c4b22](https://github.com/ExodusMovement/exodus-hydra/commit/05c4b22e69e823563d81bfe7b30a2d21574d0c45))
422
-
423
- ## [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)
424
-
425
- ### Features
426
-
427
- - integrate feeMonitors into headless ([#1732](https://github.com/ExodusMovement/exodus-hydra/issues/1732)) ([5a4b9b4](https://github.com/ExodusMovement/exodus-hydra/commit/5a4b9b4e2e7b70ac550775860a3bf5474e21a4d0))
428
-
429
- ## [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)
430
-
431
- ### Features
432
-
433
- - migrate connected origins to headless ([#1702](https://github.com/ExodusMovement/exodus-hydra/issues/1702)) ([7f6678e](https://github.com/ExodusMovement/exodus-hydra/commit/7f6678eabc5a66dbf11002f021bb700bec3d32f3))
434
-
435
- ## [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)
436
-
437
- ### Features
438
-
439
- - 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))
440
-
441
- ## [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)
442
-
443
- ### Features
444
-
445
- - add personal notes to headless ([#1676](https://github.com/ExodusMovement/exodus-hydra/issues/1676)) ([c658211](https://github.com/ExodusMovement/exodus-hydra/commit/c6582113b56953edbf68fd0f4d29f4ee802e8bf5))
446
-
447
- ### Bug Fixes
448
-
449
- - handle market-history-new-assets ([#1657](https://github.com/ExodusMovement/exodus-hydra/issues/1657)) ([89ff868](https://github.com/ExodusMovement/exodus-hydra/commit/89ff868ade7def9dc1ae99555f069e1a0cfeacba))
450
- - start geolocation at start ([#1669](https://github.com/ExodusMovement/exodus-hydra/issues/1669)) ([ecfd0f3](https://github.com/ExodusMovement/exodus-hydra/commit/ecfd0f3a74ebf2ed5bca53c67c55ec304df91f4c))
451
-
452
- ## [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)
453
-
454
- ### Features
455
-
456
- - **headless:** bump geolocation ([#1642](https://github.com/ExodusMovement/exodus-hydra/issues/1642)) ([ff1d61b](https://github.com/ExodusMovement/exodus-hydra/commit/ff1d61b0b91ec54fe78f99a33ad987e3a0e54d65))
457
-
458
- ## [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)
459
-
460
- ### Features
461
-
462
- - add mock address provider to headless ([#1637](https://github.com/ExodusMovement/exodus-hydra/issues/1637)) ([c331601](https://github.com/ExodusMovement/exodus-hydra/commit/c331601d7de43bab8f67c7d48905b11a54ffccad))
463
- - disable kyc tests ([#1638](https://github.com/ExodusMovement/exodus-hydra/issues/1638)) ([b51cfaf](https://github.com/ExodusMovement/exodus-hydra/commit/b51cfafe2431ff99695f0fc74c9b7590f67fe427))
464
-
465
- ## [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)
466
-
467
- ### Features
468
-
469
- - 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))
470
-
471
- ### Bug Fixes
472
-
473
- - kyc tests ([#1619](https://github.com/ExodusMovement/exodus-hydra/issues/1619)) ([20da423](https://github.com/ExodusMovement/exodus-hydra/commit/20da423b98aa3b950e197b4a2290898c731c59b2))
474
- - kyc tests (again) ([#1626](https://github.com/ExodusMovement/exodus-hydra/issues/1626)) ([0f12f89](https://github.com/ExodusMovement/exodus-hydra/commit/0f12f898691504aefffeaca0db2fd3dbe9740ff6))
475
-
476
- ## [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)
477
-
478
- ### ⚠ BREAKING CHANGES
479
-
480
- - use revamped geolocation (#1559)
481
-
482
- ### Features
483
-
484
- - add addressesProvider to headless ([#1540](https://github.com/ExodusMovement/exodus-hydra/issues/1540)) ([90e963a](https://github.com/ExodusMovement/exodus-hydra/commit/90e963aafa0bb855d8c857902feac37514985d4a))
485
- - 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))
486
-
487
- ### Code Refactoring
488
-
489
- - use revamped geolocation ([#1559](https://github.com/ExodusMovement/exodus-hydra/issues/1559)) ([4378d13](https://github.com/ExodusMovement/exodus-hydra/commit/4378d137a67e4836a45c72e6bfc79590d4b7ab20))
490
-
491
- ## [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)
492
-
493
- ### Bug Fixes
494
-
495
- - announce that featureFlags writes to featureFlagAtoms ([#1548](https://github.com/ExodusMovement/exodus-hydra/issues/1548)) ([fefac86](https://github.com/ExodusMovement/exodus-hydra/commit/fefac86970ab11e85d530d8424ca9f3de86fed91))
496
-
497
- ## [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)
498
-
499
- ### ⚠ BREAKING CHANGES
500
-
501
- - don't serialize port payloads (#1458)
502
-
503
- ### Features
504
-
505
- - add feature-flags to headless ([#1516](https://github.com/ExodusMovement/exodus-hydra/issues/1516)) ([9d2da89](https://github.com/ExodusMovement/exodus-hydra/commit/9d2da895d4f58d34674b19d42fe3fd621d439f73))
506
-
507
- ### Code Refactoring
508
-
509
- - don't serialize port payloads ([#1458](https://github.com/ExodusMovement/exodus-hydra/issues/1458)) ([9b98a28](https://github.com/ExodusMovement/exodus-hydra/commit/9b98a28b091146ad0dee631a236629f25a16b3e2))
510
-
511
- ## [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)
512
-
513
- ### Bug Fixes
514
-
515
- - bump atoms in headless ([#1523](https://github.com/ExodusMovement/exodus-hydra/issues/1523)) ([7b6ca0b](https://github.com/ExodusMovement/exodus-hydra/commit/7b6ca0b19ccad9e33c9c0f0aac03feddad9d4cac))
516
-
517
- ## [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)
518
-
519
- ### ⚠ BREAKING CHANGES
520
-
521
- - use readOnlyAtoms dependency processor (#1497)
522
-
523
- ### Features
524
-
525
- - add geolocation to headless ([#1514](https://github.com/ExodusMovement/exodus-hydra/issues/1514)) ([44a8620](https://github.com/ExodusMovement/exodus-hydra/commit/44a8620249f8de2147dc073098b68f0562fb7287))
526
- - use readOnlyAtoms dependency processor ([#1497](https://github.com/ExodusMovement/exodus-hydra/issues/1497)) ([b3b4866](https://github.com/ExodusMovement/exodus-hydra/commit/b3b4866084428496aeff30dcb14ec583d6f4d64f))
527
-
528
- ### Bug Fixes
529
-
530
- - enabledAssets storage access ([#1519](https://github.com/ExodusMovement/exodus-hydra/issues/1519)) ([c4d9463](https://github.com/ExodusMovement/exodus-hydra/commit/c4d9463829b0015e70ce617e11940b1fea5bfbe6))
531
-
532
- ## [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)
533
-
534
- **Note:** Version bump only for package @exodus/headless
535
-
536
- ## [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)
537
-
538
- ### Features
539
-
540
- - add rates monitor to headless ([#1470](https://github.com/ExodusMovement/exodus-hydra/issues/1470)) ([d214b9a](https://github.com/ExodusMovement/exodus-hydra/commit/d214b9a22ca0649bbd79e2c8f6d9592733c802d2))
541
-
542
- ### Bug Fixes
543
-
544
- - get assetsModule from 'adapters' ([#1491](https://github.com/ExodusMovement/exodus-hydra/issues/1491)) ([b010cbd](https://github.com/ExodusMovement/exodus-hydra/commit/b010cbd319ffcd02d18a7492dc20e2d7ba7fe1c4))
545
-
546
- ## [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)
547
-
548
- ### Features
549
-
550
- - add balances to headless ([#1379](https://github.com/ExodusMovement/exodus-hydra/issues/1379)) ([b5d6846](https://github.com/ExodusMovement/exodus-hydra/commit/b5d6846d86b9d83463ece51a2ef14c4fd898d438))
551
-
552
- ## [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)
553
-
554
- ### Features
555
-
556
- - migrate locales atoms ([#1457](https://github.com/ExodusMovement/exodus-hydra/issues/1457)) ([e6f3a7f](https://github.com/ExodusMovement/exodus-hydra/commit/e6f3a7feb4319d8aa44032e27df746343fdb66eb))
557
- - migrate market history module ([#1456](https://github.com/ExodusMovement/exodus-hydra/issues/1456)) ([3e64532](https://github.com/ExodusMovement/exodus-hydra/commit/3e64532b739ea802f0df841b7c030c2c912d57e8))
558
-
559
- ## [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)
560
-
561
- ### Features
562
-
563
- - add pricingClient to headless ([#1439](https://github.com/ExodusMovement/exodus-hydra/issues/1439)) ([2a82a4c](https://github.com/ExodusMovement/exodus-hydra/commit/2a82a4c663b542178580908aaaff840524d55369))
564
- - attach wallet account atoms ([#1437](https://github.com/ExodusMovement/exodus-hydra/issues/1437)) ([2648699](https://github.com/ExodusMovement/exodus-hydra/commit/264869986c175091e6bc7c48e852946bd60911d6))
565
-
566
- ## [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)
567
-
568
- ### Features
569
-
570
- - add available-assets to headless ([#1361](https://github.com/ExodusMovement/exodus-hydra/issues/1361)) ([900d142](https://github.com/ExodusMovement/exodus-hydra/commit/900d142018ff112f36ef0f7ef53cf5020020e3ca))
571
-
572
6
  ## [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)
573
7
 
574
8
  ### Features
package/README.md CHANGED
@@ -15,7 +15,6 @@ The headless Exodus wallet SDK
15
15
 
16
16
  ```js
17
17
  import createExodus from '@exodus/headless'
18
- import referrals from '@exodus/headless/src/modules/referrals'
19
18
  import Emitter from '@exodus/wild-emitter'
20
19
 
21
20
  // 1. Create port. Acts as an event bus between headless wallet and client
@@ -26,10 +25,10 @@ const adapters = {}
26
25
  const config = {}
27
26
 
28
27
  // 3. Create Exodus container
29
- const exodusContainer = createExodus({ port, adapters, config })
28
+ const container = createExodus({ port, adapters, config })
30
29
 
31
30
  // 4. Register external modules. Does not support overriding modules at the moment.
32
- exodusContainer.register({
31
+ container.register({
33
32
  definition: {
34
33
  id: 'remoteConfig',
35
34
  factory: createRemoteConfig,
@@ -37,22 +36,11 @@ exodusContainer.register({
37
36
  },
38
37
  })
39
38
 
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
39
  // 5. Resolve exodus instance
46
- const exodus = exodusContainer.resolve()
47
-
48
- // 6. Start exodus instance
49
- await exodus.wallet.start()
40
+ const exodus = container.resolve()
50
41
 
51
- // 7. Use it!
42
+ // 6. Use it!
52
43
  await exodus.wallet.create({ passphrase: 'my-super-secure-passphrase' })
53
-
54
- // 8. Use your custom feature API, if any
55
- exodus.myCustomFeature.doThatThingYouDo()
56
44
  ```
57
45
 
58
46
  ## Lifecycle
@@ -268,15 +256,6 @@ Currently not used.
268
256
  | disable | `async (assetNames: string[]) => void` | Disables assets. |
269
257
  | addAndEnableToken | `async (assetId: string, baseAssetName: string) => string` | Adds and enables a custom token. Returns the created `asset`'s `.name` |
270
258
 
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
259
  ## subscribe
281
260
 
282
261
  > Type: function