Skip to content

v2.9.0

Compare
Choose a tag to compare
@jowparks jowparks released this 07 Nov 22:03
· 72 commits to master since this release
6693fe5

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 in ironfish-zkp, construction occurs now via ProofGenerationKey::new() instead of ProofGenerationKey { ak, nk }. It is re-exported via ironfish rust package, so imports should not change. by @jowparks in #5559

New Contributors

Full Changelog: v2.8.1...v2.9.0