[re-implement] Bitcoin block height counter #480
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
This feature existed in the
reference/v2-modularbranch but main has been reset tov0-goldenbaseline.See the reference branch for implementation details.
Original issue: #273
Acceptance Criteria
node --check app.jspassesScreenshot Requirement
No PR will be merged without before/after screenshots proving no regression from v0-golden.
PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/495
Re-implemented the Bitcoin block height counter from
reference/v2-modular. Changes:index.html: Added#block-height-displaydiv (bottom-right corner)style.css: Added block height styles + flash animation on new blockapp.js: AddedinitBitcoin()IIFE polling blockstream.info every 60snode --check app.jspasses.