Open mkoura opened 7 months ago
This is not a conway-era-integration-bug
. We need to deprecate these old commands as nobody is likely using them.
Building basic Shelley-era transactions using
build-raw
is still supported @mkouraWe need to deprecate these old commands as nobody is likely using them. @Jimbo4350
What exactly do you mean with "we need to deprecate these old commands?" Using build-raw and calculate-min-fee all the time, the SPO scripts for SPOs are built on that! Do you mean we cannot use it for testnets in the bootstrap phase until we get to a later era?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.
This issue was closed because it has been stalled for 120 days with no activity. Remove stale label or comment or this will be closed in 60 days.
keep alive
@Jimbo4350 I think this needs your input here
@gitmachtl what's your use case for running CLI commands in testnets in older eras? Would it be feasible just hardfork to the target era, at the very beginning, like it's done in cardano-testnet?
i would say yes. as long as we don't have any testnets anymore in the future that are staying a longer period in shelley era, it can be removed for shelley era.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.
Description
Building basic Shelley-era transactions using
build-raw
is still supported (e.g. for bootstrapping testnets). Howevercalculate-min-fee
command stopped working for Shelley-era tx after recent fee calculation refactoring. The command fails withSteps to Reproduce
Additional Context
Tested in Babbage era with cardano-cli 8.22.0.0. Tx body and pparams files: issue_calc_min_fee.tar.gz