ICOnator / ICOnator-backend

ICOnator backend applications and commons
Apache License 2.0
26 stars 1 forks source link

iconator-rates should fetch historical data for missing blocks #17

Closed gsmachado closed 6 years ago

gsmachado commented 6 years ago

Currently, the iconator-rates does not fetch data from past blocks that, somehow, could not be fetched in the past (i.e., due to network connectivity problems, etc).

Thus, it's required that the iconator-rates identify such missing rates and apply a "recover mechanism".

gsmachado commented 6 years ago

This feature is now fully implemented.