Added chain table to store chain global counters, currently total_issuance and active_accounts that we fectch for every session.
Added block_number_finalized to block table to store finalized block height. Now block listener is storing the data, we need to do the same in block harvester (for another PR).
Thank you! 🚀
For contributor:
[ ] Reviewed Files changed in the github PR explorer
[ ] Attach screenshots of the UI components on the PR description (if applicable)
Closes #116
Description:
chain
table to store chain global counters, currentlytotal_issuance
andactive_accounts
that we fectch for every session.block_number_finalized
to block table to store finalized block height. Now block listener is storing the data, we need to do the same in block harvester (for another PR).Thank you! 🚀
For contributor:
Files changed
in the github PR explorerFor reviewer: