v1.11.0
What's Changed
- Remove unneeded imports from RpcClient by @danield9tqh in #4330
- Remove unused simulate-latency code by @mat-if in #4333
- Export KeyStore by @danield9tqh in #4337
- Bump SDK version to 1.10.1 by @danield9tqh in #4339
- STAGING -> MASTER by @danield9tqh in #4341
- Fix typo in comment by @NullSoldier in #4342
- Allow ascending and descending sorting in account transactions RPC by @dguenther in #4349
- remove unused mainnet command by @danield9tqh in #4338
- Move snapshot download code into shared functions by @danield9tqh in #4345
- Fix version dependency for sdk by @mat-if in #4356
- Fix custom asset fetching when passing a non-default account to wallet:transactions by @dguenther in #4358
- Fix some small bugs in snapshot code by @danield9tqh in #4355
- Adding hex flag to handle invalid hex field by @patnir in #4325
- adding string length limit to node name by @patnir in #4324
- Fix status follow erroring out by @danield9tqh in #4357
- Mining Manager: make preemptive block creation optional by @andiflabs in #4359
- MintAsset RPC: Add transferOwnershipTo field by @mat-if in #4364
- Export network definitions from the SDK by @andiflabs in #4369
- Add exports to sdk package by @danield9tqh in #4344
- fix(ironfish): Update
BoxKeyPair
import to reference the package by @rohanjadvani in #4376 - v1.11.0 by @rohanjadvani in #4375
- staging -> master by @rohanjadvani in #4377
Breaking Changes
- Removed
simulateLatency
config option: #4333 - Changed
outputPath
tooutput
directory inchain:download
command #4345
Full Changelog: v1.10.0...v1.11.0