Commit Graph

20276 Commits (08788ce1701aed00fd2946f9a3b3e1f83526d4d2)
 

Author SHA1 Message Date
MarcoFalke 08788ce170
Merge #15890: Doc: remove text about txes always relayed from -whitelist
6 years ago
MarcoFalke c459c5f701
Merge #15664: change default Python block serialization to witness
6 years ago
MarcoFalke 49c1aa5f83
Merge #15971: validation: Add compile-time checking for negative locking requirement in LimitValidationInterfaceQueue
6 years ago
MarcoFalke bbb7119ca8
Merge #15978: .gitignore: Don't ignore depends patches
6 years ago
MeshCollider ef802ef5d6
Merge #15880: utils and libraries: Replace deprecated Boost Filesystem functions
6 years ago
practicalswift 62d50ef308 Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does AssertLockNotHeld(cs_main)
6 years ago
Carl Dong a3592c91a2 .gitignore: Don't ignore depends patches
6 years ago
MarcoFalke b2a6b02161
Merge #15948: refactor: rename chainActive
6 years ago
MarcoFalke 3632143ebb
Merge #14266: refactor: Lift prevector default vals to the member declaration
6 years ago
MarcoFalke 8ec7121a45
Merge #15927: [tests] log thread names by default in functional tests
6 years ago
Wladimir J. van der Laan c5ffe8d515
Merge #15730: rpc: Show scanning details in getwalletinfo
6 years ago
Wladimir J. van der Laan a3d2d6b067
Merge #15930: rpc: Add balances RPC
6 years ago
Wladimir J. van der Laan 773e16f919
Merge #15947: Install bitcoin-wallet manpage
6 years ago
Wladimir J. van der Laan 9bbaac73bb
Merge #15928: GUI: Move QRImageWidget to its own file-pair
6 years ago
Wladimir J. van der Laan d7d7d31506
Merge #15141: Rewrite DoS interface between validation and net_processing
6 years ago
MarcoFalke f19a3b2ded
Merge #15949: test_runner: Move pruning back to extended
6 years ago
MarcoFalke fa08c5cb99
test_runner: Move pruning back to extended
6 years ago
James O'Beirne 486c1eea86 refactoring: remove unused chainActive
6 years ago
James O'Beirne 631940aab2 scripted-diff: replace chainActive -> ::ChainActive()
6 years ago
James O'Beirne a3a609079c refactoring: introduce unused ChainActive()
6 years ago
James O'Beirne 1b6e6fcfd2 rename: CChainState.chainActive -> m_chain
6 years ago
MarcoFalke facfb4111d
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
6 years ago
John Newbery 7b29ec277b [tests] Comment for why logging config is set as command-line args.
6 years ago
Daniel Kraft 00d110463a Install bitcoin-wallet manpage.
6 years ago
MarcoFalke 94daebf327
Merge #15932: rpc: Serialize in getblock without cs_main
6 years ago
Suhas Daftuar 0ff1c2a838 Separate reason for premature spends (coinbase/locktime)
6 years ago
Suhas Daftuar 54470e767b Assert validation reasons are contextually correct
6 years ago
Matt Corallo 2120c31521 [refactor] Update some comments in validation.cpp as we arent doing DoS there
6 years ago
Matt Corallo 12dbdd7a41 [refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
6 years ago
Matt Corallo aa502b88d1 scripted-diff: Remove DoS calls to CValidationState
6 years ago
Matt Corallo 7721ad64f4 [refactor] Prep for scripted-diff by removing some \ns which annoy sed.
6 years ago
Matt Corallo 5e78c5734b Allow use of state.Invalid() for all reasons
6 years ago
Suhas Daftuar 6b34bc6b6f Fix handling of invalid headers
6 years ago
Matt Corallo ef54b486d5 [refactor] Use Reasons directly instead of DoS codes
6 years ago
Matt Corallo 9ab2a0412e CorruptionPossible -> BLOCK_MUTATED
6 years ago
Matt Corallo 6e55b292b0 CorruptionPossible -> TX_WITNESS_MUTATED
6 years ago
Matt Corallo 7df16e70e6 LookupBlockIndex -> CACHED_INVALID
6 years ago
Matt Corallo c8b0d22698 [refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
6 years ago
Matt Corallo 34477ccd39 [refactor] Add useful-for-dos "reason" field to CValidationState
6 years ago
MarcoFalke faea56400d
rpc: Add lock annotations to block{,header}ToJSON
6 years ago
Suhas Daftuar 6a7f8777a0 Ban all peers for all block script failures
6 years ago
Matt Corallo 7b999103e2 Clean up banning levels
6 years ago
Matt Corallo b8b4c80146 [refactor] drop IsInvalid(nDoSOut)
6 years ago
Matt Corallo 8818729013 [refactor] Refactor misbehavior ban decisions to MaybePunishNode()
6 years ago
Matt Corallo 00e11e61c0 [refactor] rename stateDummy -> orphan_state
6 years ago
Matt Corallo f34fa719cf Drop obsolete sigops comment
6 years ago
Wladimir J. van der Laan 24dfcf3a56
Merge #15941: doc: Add historical release notes for 0.18.0
6 years ago
MarcoFalke 999931cf8f
rpc: Add getbalances RPC
6 years ago
Wladimir J. van der Laan da9f1ace5d
doc: Add historical release notes for 0.18.0
6 years ago
MarcoFalke fad13e925e
rpcwallet: Make helper methods const on CWallet
6 years ago