Merge pull request #907 from pragma-org/jeluard/docs
docs: mention docker in top-level README
docs: mention docker in top-level README
Signed-off-by: KtorZ <[email protected]>
* refactor: improve the description of the mempool stage Signed-off-by: Eric Torreborre <[email protected]> * refactor: remove mempool insertion errors Signed-off-by: Eric Torreborre <[email protected]> --------- Signed-off-by: Eric Torreborre <[email protected]>
This reverts commit dd18126a54671b4afde83f161519adfe6cb83457.
Replace finite BigDecimal eta division with exact Ratio arithmetic so non-terminating block ratios are floored only after the full reward-pot calculation. Use the same exact floor helper for treasury cut, preserve the Haskell expected-blocks floor rule, and add regression tests for eta caps, fractional floors, and the devnet 59/60 boundary case.
Signed-off-by: cryptodj413 <[email protected]>
[EC Api] - Weekly development report as of 2026-06-05
These are seemingly only used by cardano-api
This will be emitted whenever the forge decision logic decides to include a certificate in a block body.
This allows us to keep track of the total weight against a threshold to certify (also in the visualization).
Real signing keys requires some more bytes. This is still unsafe of course.
We might want to drop / not allow votes from previous epochs as the committee can change and nodes would come silently to different conclusions depending on their selected tips.