Feed for tag: v0.16.1
Bitcoin: v0.16.1
https://github.com/bitcoin/bitcoin/releases/tag/v0.16.1 Notable changes Miner block size removed The -blockmaxsize option for miners to limit their blocks’ sizes was deprecated in version 0.15.1, and has now been removed. Miners should use the -blockmaxweight option if they want to limit the weight of their blocks’ weights. 0.16.1 change log Policy #11423 d353dd1 [Policy] Several transaction standardness rules (jl2012) Mining #12756 e802c22 [config] Remove blockmaxsize option (jnewbery) Block and transaction handling #13199 c71e535 Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (sdaftuar) #13023 bb79aaf Fix some concurrency issues in ActivateBestChain() (skeees) P2P protocol and network code #12626 f60e84d Limit the number of IPs addrman learns from each DNS seeder (EthanHeilman) Wallet #13265 5d8de76 Exit SyncMetaData if there are no transactions to sync (laanwj) #13030 5ff571e Fix zapwallettxes/multiwallet interaction.