It will be much more useful and less confusing to have one executable that can generate cbor for all eras, instead of one tool with the same name per era. This way we can actually release it as part of cardano-node release bundle.
This ticket is about removing generate-cbor executable section from each cardano-ledger-[era] and creating one in cardano-ledger-api, where it will accept the era name as cli argument.
We need to tackle it before integration for cardano-node-11.1 release is complete.
It will be much more useful and less confusing to have one executable that can generate cbor for all eras, instead of one tool with the same name per era. This way we can actually release it as part of
cardano-noderelease bundle.This ticket is about removing
generate-cborexecutable section from eachcardano-ledger-[era]and creating one incardano-ledger-api, where it will accept theeraname as cli argument.We need to tackle it before integration for cardano-node-11.1 release is complete.