12038 Commits (e760b307f6210bee293796d606bcca87f86be200)
 

Author SHA1 Message Date
Wladimir J. van der Laan e760b307f6 qt: Use correct conversion function for boost::path datadir 8 years ago
Wladimir J. van der Laan 5fa7b07565
Merge #8736: base58: Improve DecodeBase58 performance. 8 years ago
Wladimir J. van der Laan c8c572f8f1
Merge #8708: net: have CConnman handle message sending 8 years ago
Wladimir J. van der Laan 7b22e5001a
Merge #9070: Lockedpool fixes 8 years ago
Pieter Wuille 05009935f9
Merge #9085: Remove unused CTxOut::GetHash() 8 years ago
Matt Corallo 190fd321ad Remove unused CTxOut::GetHash() 8 years ago
Wladimir J. van der Laan ed64bcec2d
Merge #9069: Clean up bctest.py and bitcoin-util-test.py 8 years ago
Cory Fields 902768099c net: handle version push in InitializeNode 8 years ago
Cory Fields 7588b85cd2 net: construct CNodeStates in place 8 years ago
Cory Fields 440f1d3e4c net: remove now-unused ssSend and Fuzz 8 years ago
Cory Fields 5c2169cc3f drop the optimistic write counter hack 8 years ago
Cory Fields ea3326891d net: switch all callers to connman for pushing messages 8 years ago
Cory Fields 3e32cd09f6 connman is in charge of pushing messages 8 years ago
Cory Fields b98c14c4e3 serialization: teach serializers variadics 8 years ago
Wladimir J. van der Laan 82077ef6e4
Merge #9073: Trivial: Add common failure cases for rpc server connection failure 8 years ago
instagibbs 8f329f991b Add common failure cases for rpc server connection failure 8 years ago
Wladimir J. van der Laan 3665483be7
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) 8 years ago
John Newbery 2b175d4b01 Clean up bctest.py and bitcoin-util-test.py 8 years ago
Wladimir J. van der Laan fcf61b80fa
Merge #9050: net: make a few values immutable, and use deterministic randomness for the localnonce 8 years ago
Wladimir J. van der Laan d1871da7fe
Merge #9071: Declare wallet.h functions inline 8 years ago
Pieter Wuille 508404de98
Merge #9053: IBD using chainwork instead of height and not using header timestamps 8 years ago
Pieter Wuille ed0cc50afe
Merge #9036: wallet: Change default confirm target from 2 to 6 8 years ago
Pieter Wuille 2ca882ad41 Declare wallet.h functions inline 8 years ago
Kaz Wesley b3ddc5e76f LockedPool: avoid quadratic-time allocation 8 years ago
MarcoFalke c9bdf9a75f
Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md` 8 years ago
Kaz Wesley 0b59f80625 LockedPool: fix explosion for illegal-sized alloc 8 years ago
Kaz Wesley 21b8f3db31 LockedPool: test handling of invalid allocations 8 years ago
Wladimir J. van der Laan 6a1343f73b
Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) 8 years ago
Wladimir J. van der Laan c05db83488
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB() 8 years ago
Wladimir J. van der Laan bc785d7185
Merge #9042: [rpc] ParseHash: Fail when length is not 64 8 years ago
Wladimir J. van der Laan d316cfeb6e
Merge #9066: tests: Remove variable unused after refactoring 8 years ago
Wladimir J. van der Laan 774db92d39
Merge #9023: Add logging to bitcoin-util-test.py 8 years ago
Daniel Kraft f91afe9aac trivial: Remove variable unused after refactoring 8 years ago
jnewbery 32c0d6e1d2 Add logging to bitcoin-util-test.py 8 years ago
Wladimir J. van der Laan eedc461882 Merge `doc/unit-tests.md` into `src/test/README.md` 8 years ago
Wladimir J. van der Laan a4fd8dff68
Merge #8828: Move CWalletDB::ReorderTransactions to CWallet 8 years ago
Wladimir J. van der Laan bae81b83d6
Merge #8674: tools for analyzing, updating and adding copyright headers in source files 8 years ago
Wladimir J. van der Laan 1107653d05
Merge #9060: trivial: fix bloom filter init to isEmpty = true 8 years ago
Wladimir J. van der Laan f2a6e8243f
Merge #9063: Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined 8 years ago
Pavel Janík 4a9f3c50cc Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined. 8 years ago
Wladimir J. van der Laan f8723d2318
Merge #8753: Locked memory manager 8 years ago
Wladimir J. van der Laan 6a8be7ba99
Merge #9032: test: Add format-dependent comparison to bctest 8 years ago
Wladimir J. van der Laan 101c642bef
Merge #8448: Store mempool and prioritization data to disk 8 years ago
Gregory Maxwell e141beb6a9 IsInitialBlockDownload no longer uses header-only timestamps. 8 years ago
Gregory Maxwell 2082b5574c Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
Gregory Maxwell fd46136dfa IBD check uses minimumchain work instead of checkpoints. 8 years ago
Robert McLaughlin cccf73db04 trivial: fix bloom filter init to isEmpty = true 8 years ago
Jonas Schnelli 273bde37d8
Merge #9043: [qt] Return useful error message on ATMP failure 8 years ago
Cory Fields 59ac5c5b72 net: Use deterministic randomness for CNode's nonce, and make it const 8 years ago
Cory Fields aff6584e09 net: constify a few CNode vars to indicate that they're threadsafe 8 years ago