leapdao / bridge-ui

dApp for interacting with LeapDAO chain
https://testnet.leapdao.org
GNU General Public License v3.0
11 stars 5 forks source link

Heartbeat monitoring component scans too much of the blocks #282

Open troggy opened 4 years ago

troggy commented 4 years ago

We need just a few last heartbeats, but due to bug in the component it scans till the genesis consuming all the localStorage (it uses blockExplorer's API which caches read data)