Fixed
- Update chia_rs to 0.2.15 for AMD K10 architecture (fixes #16386)
Changed
- improved CPU usage due to tight loop in
send_transaction()
- improve performance of
total_mempool_fees()
andtotal_mempool_cost()
- reduced the default maximum peer count to 40 from 80 (only applies to new configs)
- changed to
normal
SQlite db sync option (previously wasfull
) - reduced the mempool size to 10 blocks from 50 blocks (improves performance)
- improve performance of the mempool by batch fetching items from the db