index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-06
Merge #15927: [tests] log thread names by default in functional tests
MarcoFalke
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-06
Merge #15930: rpc: Add balances RPC
Wladimir J. van der Laan
2019-05-06
Merge #15947: Install bitcoin-wallet manpage
Wladimir J. van der Laan
2019-05-06
Merge #15928: GUI: Move QRImageWidget to its own file-pair
Wladimir J. van der Laan
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-03
Merge #15949: test_runner: Move pruning back to extended
MarcoFalke
2019-05-03
test_runner: Move pruning back to extended
MarcoFalke
2019-05-03
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
MarcoFalke
2019-05-03
[tests] Comment for why logging config is set as command-line args.
John Newbery
2019-05-03
Install bitcoin-wallet manpage.
Daniel Kraft
2019-05-03
Merge #15932: rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
[refactor] Update some comments in validation.cpp as we arent doing DoS there
Matt Corallo
2019-05-02
[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
Matt Corallo
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
Matt Corallo
2019-05-02
Allow use of state.Invalid() for all reasons
Matt Corallo
2019-05-02
Fix handling of invalid headers
Suhas Daftuar
2019-05-02
[refactor] Use Reasons directly instead of DoS codes
Matt Corallo
2019-05-02
CorruptionPossible -> BLOCK_MUTATED
Matt Corallo
2019-05-02
CorruptionPossible -> TX_WITNESS_MUTATED
Matt Corallo
2019-05-02
LookupBlockIndex -> CACHED_INVALID
Matt Corallo
2019-05-02
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
rpc: Add lock annotations to block{,header}ToJSON
MarcoFalke
2019-05-02
Ban all peers for all block script failures
Suhas Daftuar
2019-05-02
Clean up banning levels
Matt 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_state
Matt Corallo
2019-05-02
Drop obsolete sigops comment
Matt Corallo
2019-05-02
Merge #15941: doc: Add historical release notes for 0.18.0
Wladimir J. van der Laan
2019-05-02
rpc: Add getbalances RPC
MarcoFalke
2019-05-02
doc: Add historical release notes for 0.18.0
Wladimir J. van der Laan
2019-05-02
rpcwallet: Make helper methods const on CWallet
MarcoFalke
2019-05-02
Merge #15938: refactor: Silence "control reaches end of non-void function" (-...
MarcoFalke
2019-05-02
Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...
practicalswift
2019-05-02
Merge #15650: Handle the result of posix_fallocate system call
MarcoFalke
2019-05-02
GUI: Move QRImageWidget to its own file-pair
Luke Dashjr
2019-05-02
doc: Add release notes for 15730
João Barbosa
2019-05-02
rpc: Show scanning details in getwalletinfo
João Barbosa
2019-05-02
wallet: Track current scanning progress
João Barbosa
2019-05-01
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-05-01
rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-01
rpc: Use IsValidNumArgs in getblock
MarcoFalke
2019-05-01
wallet: Use IsValidNumArgs in getwalletinfo rpc
MarcoFalke
2019-05-01
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-05-01
Merge #15841: [test] combine_logs: append node stderr and stdout if it exists
MarcoFalke
[next]