This is a mandatory release for participating in the Phase 2 testnet. It breaks backward compatibility with older versions. If you'd like to back up your accounts, please do so before upgrading to this version.
After updating, you should run ironfish reset
to clear your local data. You may also need to create a new account with ironfish accounts:create
.
What's changed
- Genesis block has been regenerated for the phase 2 testnet
- yarn start:once has become yarn start in ./ironfish-cli. yarn start no longer watches for changes. Use yarn start:dev if you're developing and want to rebuild when code changes. (@NullSoldier in #1275)
- Allow mining pool to ignore bad mining clients (@mat-if in #1276)
- Serialize memo as utf-8 when creating a transaction (@mat-if in #1282)
- Fix denomination of transaction fee in deposit command (@mat-if in #1281)
- Serialize all user-inputtable strings as utf-8 (@mat-if in #1283)
- Delete hosts file when running reset command (@danield9tqh in #1288)
- Add hashrate back to mining command, with a flag to disable it (@mat-if in #1284)