Brice
Brice
My personal preference would be to just make it toggle between dollars and sats when you click on that STX price in the corner, but I'm not the decision maker.
`block-height` is returning the tenure height in epoch 3, but then `get-block-info?` is using that as a block height to look up the block info.
I think what we're going to want to do here is to make `get-block-info?` expect a tenure height, not a Stacks block height. This is a consensus breaking change but...
Fixed in #5321.
What, if anything, are we waiting on to merge this one?
I guess we just need to add the vote results.
Yeah, just to clarify, the node still will stall forever. The timeout just defines how long it will wait before retrying. It will still keep retrying forever.
When computing this metric, we can also track other information about the mempool transactions, such as: - Total fees - Total blocks required to mine them - Totals for each...
I'm trying to think through what metrics we could get from a live-running node (e.g. a mock-miner) versus what we could get from a tool that is run periodically. For...
The mock-miner is currently only mining 1 block when it first sees the new burn block. It should be updated to instead build a new block off of each new...