You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are very similar and should be consolidated under the create command with backwards compatibility for the commands create-cardano and create-staked. This should be one PR.
The next step would be to (as much as possible) consolidate runGenesisCreateCardano, runGenesisCreateStaked and runGenesisCreate into a single function. This should be one PR.
After the above consolidation, we may be able to consolidate the "create" command further and/or make decisions about which parameters should be configurable via the command line vs being set in the configuration files.
The text was updated successfully, but these errors were encountered:
#3832 has introduced some technical debt that needs to be addressed. See post merge review for details.
Essentially we now have three genesis creation commands:
cardano-cli genesis (create | create-staked | create-cardano)
This is two commands too many.These are very similar and should be consolidated under the
create
command with backwards compatibility for the commandscreate-cardano
andcreate-staked
. This should be one PR.The next step would be to (as much as possible) consolidate
runGenesisCreateCardano
,runGenesisCreateStaked
andrunGenesisCreate
into a single function. This should be one PR.After the above consolidation, we may be able to consolidate the "create" command further and/or make decisions about which parameters should be configurable via the command line vs being set in the configuration files.
The text was updated successfully, but these errors were encountered: