New
v2.9.0
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 https://github.com/iron-fish/ironfish/pull/5619
- Proof generation key is now a
ironfishowned type that is defined inironfish-zkp, construction occurs now viaProofGenerationKey::new()instead ofProofGenerationKey { ak, nk }. It is re-exported viaironfishrust package, so imports should not change. by @jowparks in https://github.com/iron-fish/ironfish/pull/5559
New Contributors
- @j-s-n made their first contribution in https://github.com/iron-fish/ironfish/pull/5562
Full Changelog: https://github.com/iron-fish/ironfish/compare/v2.8.1...v2.9.0