Open brenzi opened 2 years ago
for every command that sends an extrinsic, the --dryrun flag shall inhibit the sending of the extrinsic and dump the encoded call to stdout instead
--dryrun
Already done for transfer.
transfer
This allows enhanced scripting with heterogeneous batch extrinics as done here: https://github.com/encointer/encointer-node/pull/249
for every command that sends an extrinsic, the
--dryrun
flag shall inhibit the sending of the extrinsic and dump the encoded call to stdout insteadAlready done for
transfer
.This allows enhanced scripting with heterogeneous batch extrinics as done here: https://github.com/encointer/encointer-node/pull/249