What's Changed
- Updated src/addrman.cpp to get access to AddrManImpl internal class.
- Added configuration parameter
-disableratelimit=<n>
to toggle between rate limiting and no rate limiting. - Added RPC command:
getfillpercent
to calculate sizes of buckets. - Added RPC command:
getterribleentries
to list "Terrible" entries in address manager. - Fixed logic to determine if Tor, I2P, CJDNS, and Bitcoin are running.
- Fixed logic to distinguish between new connections.
- Added mutex for getMessageInfo data reading/writing.
- Added function in src/net_processing.cpp to set the rate limiting token bucket size.
- Added support for logging
wtxidrelay
Bitcoin message. - Improved stability of message logging mechanism.
- Increase transaction logging list buffer from 1000 to 5000 transactions.
- Cleaned up/refactored code and improved documentation.
Full Changelog: v1.2...v1.3