Files
pallectrum/electrum
SomberNight cda65a6a80 exchange_rate: historical rates: merge old+new data, don't overwrite
- CoinGecko restricted its historical API to last 365 days
  - we used to ask for, and get, the whole history, but now we can only ask for the last year
  - so change HTTP request to only ask for 365 days
- we cache historical rates to disk
  - previously we used to overwrite what is already stored, with the newly obtained data
  - now this is changed so that we merge the new data into the already stored data
2024-04-17 14:30:09 +00:00
..
2024-04-16 15:54:25 +08:00
2024-03-05 23:30:23 +01:00
2024-02-12 18:26:08 +00:00
2024-04-16 15:54:25 +08:00
2024-01-22 03:27:20 +00:00
2024-04-13 11:35:49 +02:00
2024-03-01 11:21:49 +01:00
2024-04-13 11:35:49 +02:00
2023-12-04 14:15:39 +08:00
2024-03-13 12:53:44 +00:00