10.12.0.0
Changelog
-
cardano-cli legacy genesis createrecently removed the ability to specify the alonzo era and therefore the ability to
generate a V2 cost model with 175 (instead of 185) parameters. This PR restores that functionality.
(compatible)
PR 1267 -
Build
cardano-clinon-system deps statically and relink system deps fordarwinbuilds in releases
(bugfix)
PR 1269 -
Fixes a bug where the cardano-cli query spo-stake-distribution --all-spos what misrepresenting some cases as delegating to
null(no delegation), when in reality they were delegating to always abstain. This is a bug on the CLI only and not on the node side.
(bugfix)
PR 1263 -
Run weeder and removed suggested dead code
(breaking, refactoring)
PR 1252 -
Remove unnecessary calls to
moduleWorkspace
(compatible, refactoring)
PR 1245