encointer / encointer-node

encointer node and cli client
Apache License 2.0
23 stars 8 forks source link

introduce dryrun flag for all commands #250

Open brenzi opened 2 years ago

brenzi commented 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

Already done for transfer.

This allows enhanced scripting with heterogeneous batch extrinics as done here: https://github.com/encointer/encointer-node/pull/249