Skip to content

Added components for difficulty adjustment#633

Open
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:difficulty-adjustment
Open

Added components for difficulty adjustment#633
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:difficulty-adjustment

Conversation

@Randy808

@Randy808 Randy808 commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

To run locally, npm install and use the following snippets:

# Bitcoin
export API_URL=https://blockstream.info/api
export PORT=4999
source flavors/blockstream/config.env
source flavors/bitcoin-mainnet/config.env
npm run dev-server
# Liquid
export API_URL=https://blockstream.info/liquid/api
export PORT=5000
source flavors/blockstream/config.env
source flavors/liquid-mainnet/config.env
npm run dev-server

Bitcoin:
Bitcoin difficulty adjustment component

Liquid:
No change to Liquid views

@Randy808 Randy808 self-assigned this Jun 29, 2026
@Randy808 Randy808 force-pushed the difficulty-adjustment branch from 1ce446b to 490dc07 Compare July 2, 2026 02:20
@Randy808 Randy808 marked this pull request as ready for review July 2, 2026 02:21
@Randy808 Randy808 force-pushed the difficulty-adjustment branch from 490dc07 to f4202e8 Compare July 2, 2026 02:24

{statDivider()}
{adjustmentStat(
"EXPECTED DATE",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't match the final design in Figma but I wanted to propose this alternative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant