vacuumlabs/cardano-hw-cli

Remove legacy features

Closed this issue · 2 comments

As stated in README.md, support for the sign call and --tx-body-file input format should be dropped soon.

This requires rewriting integration tests so that all of them use the witness call and the new CDDL-compliant tx format.

Starting with cardano-node 1.35.4 and so also cardano-cli 1.35.4, there is no support anymore for the intermediate --cli-format tx-body. It is now all per default in --cddl-format. And thats the only option from now on.

Done in #142, will be merged in #137 together with other things.