aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-10Merge #14802: rpc: faster getblockstats using BlockUndo dataMarcoFalke
2019-05-10rpc: faster getblockstats using BlockUndo dataFelix Weis
2019-05-10Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke
2019-05-10Merge #15512: Add ChaCha20 encryption option (XOR)Jonas Schnelli
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-08Merge #15890: Doc: remove text about txes always relayed from -whitelistMarcoFalke
2019-05-08Merge #15971: validation: Add compile-time checking for negative locking requ...MarcoFalke
2019-05-09Merge #15880: utils and libraries: Replace deprecated Boost Filesystem functionsMeshCollider
2019-05-08Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ...practicalswift
2019-05-07Merge #15948: refactor: rename chainActiveMarcoFalke
2019-05-06Merge #14266: refactor: Lift prevector default vals to the member declarationMarcoFalke
2019-05-06Merge #15730: rpc: Show scanning details in getwalletinfoWladimir J. van der Laan
2019-05-06Merge #15930: rpc: Add balances RPCWladimir J. van der Laan
2019-05-06Merge #15928: GUI: Move QRImageWidget to its own file-pairWladimir J. van der Laan
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
2019-05-03Add ChaCha20 benchJonas Schnelli
2019-05-03refactoring: remove unused chainActiveJames O'Beirne
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-03refactoring: introduce unused ChainActive()James O'Beirne
2019-05-03rename: CChainState.chainActive -> m_chainJames O'Beirne
2019-05-03Add ChaCha20 encryption option (XOR)Jonas Schnelli
2019-05-03rpc: Deprecate getunconfirmedbalance and getwalletinfo balancesMarcoFalke
2019-05-03Merge #15932: rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-02Separate reason for premature spends (coinbase/locktime)Suhas Daftuar
2019-05-02Assert validation reasons are contextually correctSuhas Daftuar
2019-05-02[refactor] Update some comments in validation.cpp as we arent doing DoS thereMatt Corallo
2019-05-02[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()Matt Corallo
2019-05-02scripted-diff: Remove DoS calls to CValidationStateMatt Corallo
2019-05-02[refactor] Prep for scripted-diff by removing some \ns which annoy sed.Matt Corallo
2019-05-02Allow use of state.Invalid() for all reasonsMatt Corallo
2019-05-02Fix handling of invalid headersSuhas Daftuar
2019-05-02[refactor] Use Reasons directly instead of DoS codesMatt Corallo
2019-05-02CorruptionPossible -> BLOCK_MUTATEDMatt Corallo
2019-05-02CorruptionPossible -> TX_WITNESS_MUTATEDMatt Corallo
2019-05-02LookupBlockIndex -> CACHED_INVALIDMatt Corallo
2019-05-02[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossibleMatt Corallo
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02rpc: Add lock annotations to block{,header}ToJSONMarcoFalke
2019-05-02Ban all peers for all block script failuresSuhas Daftuar
2019-05-02Clean up banning levelsMatt Corallo
2019-05-02[refactor] drop IsInvalid(nDoSOut)Matt Corallo
2019-05-02[refactor] Refactor misbehavior ban decisions to MaybePunishNode()Matt Corallo
2019-05-02[refactor] rename stateDummy -> orphan_stateMatt Corallo
2019-05-02Drop obsolete sigops commentMatt Corallo
2019-05-02rpc: Add getbalances RPCMarcoFalke
2019-05-02rpcwallet: Make helper methods const on CWalletMarcoFalke
2019-05-02Merge #15938: refactor: Silence "control reaches end of non-void function" (-...MarcoFalke
2019-05-02Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...practicalswift
2019-05-02Merge #15650: Handle the result of posix_fallocate system callMarcoFalke
2019-05-02GUI: Move QRImageWidget to its own file-pairLuke Dashjr