Breaking Changes
transaction_signature_hash
return types updated toResult
Notable Changes
- Ability to start the full node without the wallet
- Improvements to rescan when importing accounts and with connection issues
What's Changed
- test(ironfish): Fix
wallet/getAsset.test.ts
by @rohanjadvani in #4218 - Rahul/ifl 1499 conditionally start wallet based on flag by @patnir in #4201
- test(cli,ironfish): Add option to set birthday on account create by @rohanjadvani in #4221
- remove hardcoded transaction version check in batch verify by @mat-if in #4225
transaction_signature_hash
functions return a result instead of panic by @mat-if in #4227- adding enable wallet flag to node start command by @patnir in #4223
- Rahul/ifl 1498 show enabled state in wallet status by @patnir in #4226
- test(ironfish): Fix
mintAsset
andburnAsset
test fixtures by @rohanjadvani in #4230 - Rahul/ifl 1534 format disabled status flag for new datadir by @patnir in #4233
- fixes importAccount rescan if wallet not connected to node by @hughy in #4238
- test(ironfish): Fix scan transaction wallet fixtures by @rohanjadvani in #4231
- test(ironfish): Fix slow wallet test fixtures by @rohanjadvani in #4232
- fix: manager test was non-deterministic due to mempool fee estimation by @mat-if in #4219
- Check transactions validity before syncing to the wallet by @danield9tqh in #4189
- Add limit for queue size of pending transactions in the wallet by @danield9tqh in #4185
- Update
Account.saveAssetFromChain
to support the newowner
field by @andreacorbellini in #4243 - fixes balance example in repl command by @hughy in #4241
- Use a floor of 1 for sequence when checking active consensus params by @mat-if in #4248
- adds faucet namespace to walletNode RPC server by @hughy in #4247
- Remove deprecated API functions by @mat-if in #4251
- Rahul/ifl 1555 add node to wallet rpc namespace by @patnir in #4242
- Adding verify genesis block check by @patnir in #4245
- remove ironfish-wallet-server by @jowparks in #4252
- restarts wallet scan on import by @hughy in #4255
- fix(ironfish): Pass missing
startWallet
argument by @rohanjadvani in #4256 - update rust ci test timeout from 3 to 5 minutes by @mat-if in #4258
- feat(cli): Log message if no transactions are found for an account by @rohanjadvani in #4259
- updateHead updates to chain head by @hughy in #4257
- delete requires confirmation if account scanning by @hughy in #4260
- feat(ironfish): Throw error if wallet node client is disconnected by @rohanjadvani in #4261
- chore(cli,ironfish,rust-nodejs,simulator): Bump release versions by @rohanjadvani in #4262
- staging -> master by @rohanjadvani in #4263
Full Changelog: v1.8.0...v1.9.0