IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.
https://cardano.org
Apache License 2.0
3.08k stars 720 forks source link

[BUG] - cardano-node 9.0.0 is missing conway-genesis.json #5901

Closed den-is closed 4 months ago

den-is commented 4 months ago

External

web-page https://book.play.dev.cardano.org/advanced.html and release artifact https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-linux.tar.gz

are missing conway-genesis.json

disassembler commented 4 months ago

It's a feature not a bug. It allows a release that can be integrated by downstream components without having the genesis file finalized. Responding to SPO feedback about needing a dummy genesis on mainnet we altered the behavior so the node behaves as an 8.x node at the hard fork if the genesis file doesn't exist in the 8.12 release.