aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-11-02Add unit test for outbound peer evictionSuhas Daftuar
2017-11-02net: drop unused connman paramCory Fields
2017-11-02net: use an interface class rather than signals for message processingCory Fields
2017-11-02net: pass CConnman via pointer rather than referenceCory Fields
2017-11-02Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-10-03Verify DBWrapper iterators are taking snapshotsMatt Corallo
2017-10-03[script] Unit tests for IsMineJim Posen
2017-10-03[script] Unit tests for script/standard functionsJim Posen
2017-10-03Remove redundant testutil filesMeshCollider
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-11Merge #10765: Tests: address placement should be deterministic by defaultMarcoFalke
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
2017-08-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
2017-07-27Fix some LoadChainTip-related init-order bugs.Matt Corallo
2017-07-20Merge #10821: Add SSE4 optimized SHA256Wladimir J. van der Laan
2017-07-20Add SHA256 dispatcherPieter Wuille
2017-07-17Tests: address placement should be deterministic by defaultRené Nyffenegger
2017-07-17Remove factor of 3 from definition of dust.Alex Morcos
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-16Merge #10739: test: Move variable `state` down where it is usedMarcoFalke
2017-07-16Use range based for loopRené Nyffenegger
2017-07-15Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille
2017-07-15Merge #10760: Avoid dereference-of-casted-pointerPieter Wuille
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12[refactor] move SplitHostPort() into utilstrencodingsJohn Newbery
2017-07-11Merge #10792: Replace MAX_OPCODE for OP_NOP10.Wladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach
2017-07-11Merge #10179: Give CValidationInterface Support for calling notifications on ...Wladimir J. van der Laan
2017-07-08Do not shadow upper local variable `state`.Pavel Janík
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-27Add CheckInputs() unit testsSuhas Daftuar
2017-06-26Simplify return values of GetCoin/HaveCoin(InCache)Pieter Wuille
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-06-24Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón