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
Support for Conway features implemented on HW wallets.
Support for CIP-8 message signing (see README.md and docs/message-signing.md for documentation). Currently, only Ledger supports message signing.
Changed
When signing a tx, a witness is always generated for each signing file (not only for the necessary ones). If you're not interested in a witness, you can either ignore it, or even provide /dev/null as the out file. The signing files and witness out files order should match.
Removed the deprecated --operational-certificate-issue-counter argument - use --operational-certificate-issue-counter-file instead.
Fixed
More checks on expected vs. derived key when signing. (PR)