You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest block information is used in a few calculations including the estimation of the unlocking times.
We need a hook to fetch the latest block info, and keep it updated.
Acceptance criteria
The hook should fetch the latest block and return the value
It should update the data at least every 10 sec
The functionality must be tested using unit tests
Use the above hook in the Unlocking Form component
BlockDetails needs to adopt with this hook in order to get currentHeight latestBlocks.height
The text was updated successfully, but these errors were encountered:
Description
The latest block information is used in a few calculations including the estimation of the unlocking times.
We need a hook to fetch the latest block info, and keep it updated.
Acceptance criteria
latestBlocks.height
The text was updated successfully, but these errors were encountered: