status-im / status-go

The Status module that consumes go-ethereum
https://status.im
Mozilla Public License 2.0
728 stars 247 forks source link

Add API method to get the last successful update timestmap per token #5987

Closed friofry closed 1 week ago

friofry commented 1 month ago

Implement a method that returns a map TokenAddress -> LastSuccessfulUpdate time

It's needed for https://github.com/status-im/status-mobile/issues/21401

We already store the timestamp of the last update in the reader. Let's just expose it via the API