Stefan f4f6b25302 feat: convert history balance tokens to fiat
Add history.exchange sub-package with following responsibilities

- fetch and caches daily exchange rates for tokens
    - Partial update if missing form yesterday back
- Implement all time fetching special case
- Fetches the price of the token after merging entries for the selected
chains

history.service package changes

- Return ValuePoint instead of DataPoint
    - Value point contains the value in fiat as float64 instead
- Convert merged values from tokens balance (wei) to fiat

Other changes

- Move start/stop balance history to startWallet/stopWallet
- Move cryptocompare to thirdparty package to avoid recursive import
- Rename DataPoint.Value to DataPoint.Balance
- Don't merge entries for single chain
2023-02-15 18:17:21 +04:00
2021-06-16 16:19:45 -04:00
2022-11-17 10:40:26 +01:00
2023-01-13 17:52:03 +00:00
2023-02-15 12:14:27 +00:00
2021-07-20 10:57:38 +02:00
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2021-07-20 10:57:38 +02:00
2023-02-02 19:18:06 +00:00
2023-01-13 17:52:03 +00:00
2023-02-01 16:43:57 -04:00
2023-01-11 08:37:31 -04:00
2022-12-29 14:16:19 +08:00
2021-09-01 13:02:18 +01:00
2023-01-13 17:52:03 +00:00
2023-02-15 12:14:27 +00:00
2022-12-29 14:16:19 +08:00
2022-07-17 15:37:14 +02:00
2022-12-29 14:16:19 +08:00
2023-01-31 15:43:00 +00:00
2023-01-31 15:43:00 +00:00
2021-07-20 10:57:38 +02:00
2023-01-13 17:52:03 +00:00
2022-09-28 19:42:17 +08:00
2016-09-21 10:00:29 +08:00
2023-02-15 12:14:27 +00:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%