Third month done. Thanks everyone for your support. My next overview will be on gitlab. Last month's overview:
- RPC functional tests for daemon and wallet
- the wallet now asks whether to start background mining
- ability to block whole IPv4 subnets
- large memory savings for wallets with many subaddresses
- long term block weight cache (helps HDDs a lot)
- new pay-for-rpc-usage system, so daemons can be paid in hashes
- tx sanity check before sending, to catch bugs like wrong change address, etc
- some more random speedups
- ability to freeze outputs (ie, if a suspected spy tries to spy on your spends)
- new auto_refresh, set_daemon wallet RPCs
- wallet defense against invalid outputs in rings
- make difficulty 128 bits to be safe for the future
- rotate a couple outgoing peers to probe the network for "better" peers
- new mining_status daemon command and RPC improvements
- DNS lookup improvements
- misc smaller fixes, tweaks, and code review