Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ironfish-standalone-windows-x86_64-v2.9.0.zip | 2024-11-07 | 147.1 MB | |
ironfish-standalone-linux-x86_64-v2.9.0.zip | 2024-11-07 | 294.3 MB | |
README.md | 2024-11-07 | 999 Bytes | |
v2.9.0 source code.tar.gz | 2024-11-07 | 191.0 MB | |
v2.9.0 source code.zip | 2024-11-07 | 191.8 MB | |
Totals: 5 Items | 824.3 MB | 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
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 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