15808 Commits (0a22a52918ad5af6d105b4f5ae9dd6c52199f0e8)
 

Author SHA1 Message Date
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
MarcoFalke 41aa9c4a80
Merge #11663: [trivial] doc: Add getreceivedbyaddress release notes 7 years ago
Luke Dashjr 2f041f0e7d contrib/init: Update openrc-run filename 7 years ago
Wladimir J. van der Laan 927e5280bd
Merge #11035: [contrib] Add Valgrind suppressions file 7 years ago
Wladimir J. van der Laan 7fbf3c638f
Merge #11438: Updated Windows build doc for WSL/Xenial workaround 7 years ago
practicalswift 4a426d8900 Add note about Valgrind suppressions file in developer-notes.md 7 years ago
MarcoFalke 2adbddb038
Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
MarcoFalke 13e352dc53
Merge #3716: GUI: Receive: Remove option to reuse a previous address 7 years ago
MarcoFalke fa0c7c7f86 doc: Add getreceivedbyaddress release notes 7 years ago
MarcoFalke 95e14dc81d
Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet 7 years ago
Wladimir J. van der Laan 6de3203cdc
doc: Add historical release notes for 0.15.1 7 years ago
Luke Dashjr 927f4ff5a2 GUI: Receive: Remove option to reuse a previous address 7 years ago
Pieter Wuille 033c78671b
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Russell Yanofsky aed1d90aca [wallet] Change feebumper from class to functions 7 years ago
Russell Yanofsky 37bdcca3c3 [refactor] Make feebumper namespace 7 years ago
Russell Yanofsky 7c4f009195 [trivial] Rename feebumper variables according to project code style 7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
MarcoFalke 61fb80660f
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type 7 years ago
John Newbery ea0cd24f7d [tests] Tidy up receivedby.py 7 years ago
MarcoFalke 05a761932e
Merge #11353: Small refactor of CCoinsViewCache::BatchWrite() 7 years ago
John Newbery 1135c796a0 [tests] Tidy up mininode.py module 7 years ago
John Newbery f9cd9b1bfa [tests] Move test_framework Bitcoin primitives into separate module 7 years ago
MarcoFalke ee92243e66
Merge #11623: tests: Add missing locks to tests 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
MarcoFalke 22cdf93c06
Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, promag) 7 years ago
MarcoFalke 76b3349159
Merge #11468: [tests] Make comp test framework more debuggable 7 years ago
practicalswift 63c2d83e58 Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr in ConsiderEviction 7 years ago
Luke Dashjr eac2abca02 Qt: Enable searching by transaction id 7 years ago
Luke Dashjr c407c61c5b Qt: Avoid invalidating the search filter, when it doesn't really change 7 years ago
Luke Dashjr b1f634242e Qt: Rename confusingly-named "address prefix" to "search string" 7 years ago
Wladimir J. van der Laan fe503e118f
Merge #11646: Require a steady clock for bench with at least micro precision 7 years ago
Matt Corallo be9f38c613 Do not make it trivial for inbound peers to generate log entries 7 years ago
MarcoFalke 6e4e98ee8c
Merge #11394: Perform a weaker subtree check in Travis 7 years ago
MarcoFalke c838283ecd
Merge #11649: Revert "Remove unused variable in shell script" 7 years ago
MarcoFalke fa0025dc3c Revert "Remove unused variable in shell script" 7 years ago
Wladimir J. van der Laan 5e9be169e4
Merge #11043: Use std::unique_ptr (C++11) where possible 7 years ago
Wladimir J. van der Laan 23e9074e0a
Merge #10771: Remove unused variables in shell scripts 7 years ago
Wladimir J. van der Laan e6e3fc3951
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header 7 years ago
Aaron Clauson fbf327b138 Minimal code changes to allow msvc compilation. 7 years ago
Matt Corallo 620bae34cf Require a steady clock for bench with at least micro precision 7 years ago
Jonas Schnelli c8538123a7
Update ban-state in case of dirty-state during periodic sweep 7 years ago
Wladimir J. van der Laan 1f4375f8e7
Merge #11580: Do not send (potentially) invalid headers in response to getheaders 7 years ago
MarcoFalke 5e3f5e4f25
Merge #11638: [tests] Dead mininode code 7 years ago
Wladimir J. van der Laan 045a809234
Merge #11644: Fix qt build broken by 5a5e4e9 7 years ago
practicalswift a357293c87 Use MakeUnique<Db>(...) 7 years ago
practicalswift 3e09b390b4 Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
practicalswift 86179897e2 Add MakeUnique (substitute for C++14 std::make_unique) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
practicalswift b45c597caa Use unique_ptr for pdbCopy (Db) and fix potential memory leak 7 years ago
practicalswift 29ab96dbd2 Use unique_ptr for dbenv (DbEnv) 7 years ago