10764 Commits (425278d17bd0edf8a3a7cc81e55016f7fd8e7726)
 

Author SHA1 Message Date
Pieter Wuille 425278d17b
Merge #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send 8 years ago
Pieter Wuille 52b02ecd6d Use global ::fRelayTxes instead of CNode one 8 years ago
Pieter Wuille c028c7b755
Merge #8049: Expose information on whether transaction relay is enabled in `getnetwork` 8 years ago
Wladimir J. van der Laan 6fc6325f77
Merge #8015: CCoinsViewErrorCatcher raison-d-etre 8 years ago
Wladimir J. van der Laan e3a820751f
Merge #8034: [doc][trivial] Add basic git squash workflow [skip ci] 8 years ago
Wladimir J. van der Laan eb2f6f72db
Merge #8073: qt: askpassphrasedialog: Clear pass fields on accept 8 years ago
Pieter Wuille 47a7cfb0aa
Merge #7795: UpdateTip: log only one line at most per block 8 years ago
Pieter Wuille f6b7df3155
Merge #8061: [Wallet] Improve Wallet encapsulation 8 years ago
Pieter Wuille d72098038f
Merge #8076: VerifyDB: don't check blocks that have been pruned 8 years ago
Pieter Wuille c49c825bd9
Merge #8063: Acquire lock to check for genesis block. 8 years ago
Pieter Wuille 33799afe83
Merge #8092: Correct small typo in extract_strings_qt.py 8 years ago
MarcoFalke 6700cc993c
Merge #8095: Test framework: only cleanup on successful test runs 8 years ago
Suhas Daftuar 1ad9339508 Test framework: only cleanup on successful test runs 8 years ago
Mitchell Cash 678513cc94 Correct small typo in extract_strings_qt.py 8 years ago
Jonas Schnelli 77b49acc85
Merge #8014: Qt: Sort transactions by date 8 years ago
Jonas Schnelli 692971193a
Merge #8042: [Qt] Don't allow to open the debug window during splashscreen & verification state 8 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 8 years ago
MarcoFalke 37f9a1f627
Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procs 8 years ago
MarcoFalke 8844ef15de
Merge #8056: [qa] Remove hardcoded "4 nodes" from test_framework 8 years ago
MarcoFalke 1b87e5b5b1
Merge #8072: travis: 'make check' in parallel and verbose 8 years ago
Pavel Vasin 02ce2a3ca7 qt: askpassphrasedialog: Clear pass fields on accept 8 years ago
Cory Fields 401ae654b2 travis: 'make check' in parallel and verbose 8 years ago
Wladimir J. van der Laan 7771aa57bd
Merge #8070: Remove non-determinism which is breaking net_tests #8069 8 years ago
Wladimir J. van der Laan 18436d8896
Merge #8033: Fix Socks5() connect failures to be less noisy and less unnecessarily scary 8 years ago
Warren Togami bf9266e017 Use Socks5ErrorString() to decode error responses from socks proxy. 8 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 8 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 8 years ago
Wladimir J. van der Laan 239d419864
Merge #7917: Optimize reindex 8 years ago
Wladimir J. van der Laan 8e8bebc040
Merge #8054: net: Avoid duplicate getheaders requests. 8 years ago
Wladimir J. van der Laan c74837b724
Merge #8048: doc: Remove outdated qt4 install information from README.md 8 years ago
Wladimir J. van der Laan 83121cca75
Merge #7906: net: prerequisites for p2p encapsulation changes 8 years ago
Wladimir J. van der Laan ed749bdb64
Merge #7932: CAddrMan::Deserialize handle corrupt serializations better. 8 years ago
Wladimir J. van der Laan 457b9df6b5
Merge #8031: improvement to readability 8 years ago
Wladimir J. van der Laan 6075bc4d67 doc: 32 and 64 bit packages are seperate 8 years ago
Wladimir J. van der Laan 5e374f7306
Merge #8020: Use SipHash-2-4 for various non-cryptographic hashes 8 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 8 years ago
Pieter Wuille 8cc9cfe160 Switch CTxMempool::mapTx to use a hash index for txids 8 years ago
Pieter Wuille 382c871d28 Use SipHash-2-4 for CCoinsCache index 8 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 8 years ago
Pieter Wuille 5c3f8ddcaa
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted 8 years ago
Warren Togami 94fd1d8d53 Make Socks5() InterruptibleRecv() timeout/failures informative. 8 years ago
MarcoFalke e2bf830bb6
Merge #8038: [qa, doc] Various minor fixes 8 years ago
Patrick Strateman 46b0c3b688 Acquire lock to check for genesis block. 8 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 8 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 8 years ago
Pieter Wuille 1f01443567
Merge #7994: Add op csv tests to script_tests.json 8 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 8 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 8 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 8 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 8 years ago