v0.12.17
Includes several wallet changes for adapting transaction composition logic to the dust patch and to KIP9 (preparing for hashrate migrating to rust nodes which implement KIP9 on the mempool level)
What's Changed
- Broadcast wallet transactions in chunks by @someone235 in #2253
- Adapt wallet UTXO selection to dust patch by @michaelsutton in #2254
- Bump version to 0.12.16 and update changelog by @michaelsutton in #2255
- Add options to see wallet and wallet daemon versions by @someone235 in #2257
- Lazy wallet utxo sync after broadcasting a tx by @someone235 in #2258
- RPC SubmitTransaction: Dequeue old responses from previous requests by @michaelsutton in #2262
- Bump version to 0.12.17 by @michaelsutton in #2268
- KIP9 basic wallet compatibility by @michaelsutton in #2276
Full Changelog: v0.12.15...v0.12.17