As discussed, adding a second banner to the navbar to show the blocks left until the halving
Details
Details
- Reviewers
bytesofman Mengerian - Group Reviewers
Restricted Project - Commits
- rABC3fb0d89e807c: [e.cash] Add halving banner to navbar
preview the site and check the banner looks good.
If the blockheight api calls fails it will read 'eCash halving is imminent!' instead.
Open to other ideas there
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ecash-add-blocks-banner
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28366 Build 56274: Build Diff Build 56273: arc lint + arc unit
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.89.41.69:41716 for the next 60 minutes.
Comment Actions
this is better than nothing but isn't really a countdown. it's probably "good enough" for the landing page, arguably overkill to be subscribing to a websocket for this.
at any rate, this is better than what we have now. if we want to countdown, can add this sometime between now and the halvening.
alt: we could keep using the API and just check at some regular interval, say every minute.