Jeremy Anderson
Jeremy Anderson
- This fixes the issue which was shared with me from @jeroz1. This was the bug `If you try to tag a P2SH address with a Qualifier, the tag lands...
Should ban nodes that send poorly formatted transactions. Fixes: EXCEPTION: NSt8ios_base7failureB5cxx11E Unknown transaction format: iostream error Zelcash in ProcessMessages()
- This could fix the issue where we are unable to invalidate more than 29 blocks without a segfault occuring.
Hint - Search for the text `TODO` Lets go through and update the codebase and either implement or remove the functionality rewritten in the TODO comments. Not all the changes...
- Should decrease IO writing - Should stop IncrementWitness assert failures that cause a reindex to fix - Added ability to remove transactions from database (useful for pools and other...
This PR adds a new index flag **fluxnodecount**. This flag will require a reindex to take place as it modifies the CBlockIndex to include the number of confirmed nodes in...
- Batch write fluxnode data to db now - Allow the software to stop from running if it is in a bad state.
Compact Headers & Compact Blocks - BIP 152 Implementation Implements BIP 152 style bandwidth optimization for both header sync and block relay. Features 1. Compact Headers (cmpheaders): - New message...
When a node shutdowns ungracefully. Sometimes (not deterministically) its state can get corrupted. This change should allow the node to save a known good state after it adds a block...