What's Changed
- Added more functionality for ledger and multisig accounts. Improvements to the multisig broker server
- Consume all of the rust crates from crates.io instead of github
- bug fixes + CLI usability improvements
SDK Breaking Changes 🛠
- Pass in account head to wallet/createAccount by @danield9tqh in #5619
- Proof generation key is now a
ironfish
owned type that is defined inironfish-zkp
, construction occurs now viaProofGenerationKey::new()
instead ofProofGenerationKey { ak, nk }
. It is re-exported viaironfish
rust package, so imports should not change. by @jowparks in #5559
New Contributors
Full Changelog: v2.8.1...v2.9.0