Skip to content

0.23.5

Compare
Choose a tag to compare
@Fabcien Fabcien released this 01 Jun 18:26
· 6070 commits to master since this release

Bitcoin ABC 0.23.5 Release Notes

Bitcoin ABC version 0.23.5 is now available from:

https://download.bitcoinabc.org/0.23.5/

This release includes the following features and fixes:

P2P changes

The size of the set of transactions that peers have announced and we consider
for requests has been reduced from 100000 to 5000 (per peer), and further
announcements will be ignored when that limit is reached. If you need to
dump (very) large batches of transactions, exceptions can be made for trusted
peers using the "relay" network permission. For localhost for example it can
be enabled using the command line option -whitelist=relay@127.0.0.1.