aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-06net: pass CConnman via pointer rather than referenceCory Fields
2017-09-07Merge #11219: [docs] explain how to recompile a modified unit testWladimir J. van der Laan
2017-09-06Merge #11238: Add assertions before potential null deferencesWladimir J. van der Laan
2017-09-06Merge #11099: [RPC][mempool]: Add savemempool RPCMarcoFalke
2017-09-06Merge #11117: Prepare for non-Base58 addressesWladimir J. van der Laan
2017-09-06Move CBitcoinAddress to base58.cppPieter Wuille
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-06Merge #10845: Remove unreachable codeWladimir J. van der Laan
2017-09-06Merge #11203: rpc: add wtxid to mempool entry outputWladimir J. van der Laan
2017-09-06Merge #8330: Structure Packing Optimizations in C{,Mutable}TransactionWladimir J. van der Laan
2017-09-06Merge #11067: [qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-06Merge #11135: Update developer notes with RPC response guidelinesWladimir J. van der Laan
2017-09-06Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoinWladimir J. van der Laan
2017-09-06Merge #10357: Allow setting nMinimumChainWork on command lineWladimir J. van der Laan
2017-09-06[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-06[docs] explain how to recompile only what bitcoind tests needSjors Provoost
2017-09-06Add savemempool RPCLawrence Nahum
2017-09-06Add return value to DumpMempoolLawrence Nahum
2017-09-06Merge #10596: Add vConnect to CConnman::OptionsWladimir J. van der Laan
2017-09-06Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ...Wladimir J. van der Laan
2017-09-05Merge #11247: qt: Use IsMine to validate custom change addressMarcoFalke
2017-09-05qt: Use IsMine to validate custom change addressChris Moore
2017-09-05Merge #11246: github-merge: Coalesce git fetchesMarcoFalke
2017-09-05Merge #11173: RPC: Fix currency unit string in the help textMarcoFalke
2017-09-05github-merge: Coalesce git fetchesWladimir J. van der Laan
2017-09-05Merge #11234: Remove redundant testutil.cpp|h filesWladimir J. van der Laan
2017-09-05Merge #11143: Fix include path for bitcoin-config.hWladimir J. van der Laan
2017-09-05Merge #11241: [tests] Improve signmessages functional testWladimir J. van der Laan
2017-09-05Merge #11164: Fix boost headers included as user instead of system headersWladimir J. van der Laan
2017-09-05Merge #11176: build: Rename --enable-experimental-asm to --enable-asm and ena...Wladimir J. van der Laan
2017-09-05Merge #11236: Add note on translations to CONTRIBUTING.mdWladimir J. van der Laan
2017-09-05[qa] Test nMinimumChainWorkSuhas Daftuar
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-09-05Merge #11179: rpc: Push down safe mode checksWladimir J. van der Laan
2017-09-05Improve signmessages functional testCristian Mircea Messel
2017-09-05Add translation note to CONTRIBUTING.mdMeshCollider
2017-09-05Remove redundant testutil filesMeshCollider
2017-09-05Fix currency/fee-rate unit string in the help textAkio Nakamura
2017-09-04Merge #10701: Remove the virtual specifier for functions with the override sp...MarcoFalke
2017-09-02Merge #11198: [Qt] Fix display of package name on 'open config file' tooltipMarcoFalke
2017-09-02Merge #11216: Update hmac_sha256.hMarcoFalke
2017-09-02Merge #11136: Docs: Add python3 to list of dependencies on some platformsMarcoFalke
2017-09-02Update hmac_sha256.hUtsav Gupta
2017-09-01Merge #11215: [tests] fixups from set_test_params()Pieter Wuille
2017-09-01[tests] fixups from set_test_params()John Newbery
2017-09-01Merge #11121: TestNode tidyupsMarcoFalke
2017-09-01[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-09-01[tests] Avoid passing around member variables in test_frameworkJohn Newbery
2017-09-01[tests] TestNode: separate add_node from start_nodeJohn Newbery