aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-29[tests] p2p_segwit: sync_blocks in subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: remove unnecessary arguments from subtests.John Newbery
2018-06-29[tests] p2p_segwit: log and assert segwit status in subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: Make sure each subtest leaves utxos for the next.John Newbery
2018-06-29[tests] p2p_segwit: wrap subtests with subtest wrapper.John Newbery
2018-06-29[tests] p2p_segwit: re-order function definitions.John Newbery
2018-06-29[tests] p2p_segwit: standardise comments/docstrings.John Newbery
2018-06-29[tests] p2p_segwit: Fix flake8 warnings.John Newbery
2018-06-29Merge #13517: qa: Remove need to handle the network thread in testsWladimir J. van der Laan
2018-06-30Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost de...MarcoFalke
2018-06-29Merge #13544: depends: Update Qt download urlWladimir J. van der Laan
2018-06-29Merge #13563: bench: Simplify CoinSelectionMarcoFalke
2018-06-28bench: Simplify CoinSelectionJoão Barbosa
2018-06-29Merge #13551: tests: Fix incorrect documentation for test case cuckoocache_hi...MarcoFalke
2018-06-29Merge #13535: [qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke
2018-06-27tests: Fix incorrect documentation for test case cuckoocache_hit_rate_okpracticalswift
2018-06-27Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-06-27depends: Update Qt download urlfanquake
2018-06-27Fix incorrect testspracticalswift
2018-06-28Merge #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix...MarcoFalke
2018-06-27Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(.....MarcoFalke
2018-06-27Merge #13532: Log warning when deprecated network name 'tor' is usedWladimir J. van der Laan
2018-06-26Merge #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used....Pieter Wuille
2018-06-26Merge #13418: Docs: More precise explanation of parameter onlynetPieter Wuille
2018-06-26Merge #13498: [wallet] Fixups from account API deprecationPieter Wuille
2018-06-26Docs: More precise explanation of parameter "onlynet"wodry
2018-06-26Merge #13531: doc: Clarify that mempool txiter is const_iteratorMarcoFalke
2018-06-25Merge #13507: RPC: Fix parameter count check for importpubkeyWladimir J. van der Laan
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-25[qa] wallet_basic: Specify minimum required amount for listunspentMarcoFalke
2018-06-25Merge #13536: [qt] coincontrol: Remove unused qt4 workaroundMarcoFalke
2018-06-25Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...MarcoFalke
2018-06-25qt: Move BitcoinGUI initializers to class, fix initializer order warningWladimir J. van der Laan
2018-06-25[qt] coincontrol: Remove unused qt4 workaroundMarcoFalke
2018-06-24Log warning message when deprecated network name 'tor' is used (e.g. option o...wodry
2018-06-24doc: Clarify that mempool txiter is const_iteratorMarcoFalke
2018-06-24travis: Build with --enable-debug (x86_64-unknown-linux-gnu)practicalswift
2018-06-24Add -ftrapv to DEBUG_CXXFLAGS when --enable-debug is usedpracticalswift
2018-06-24Merge #13530: bench: Add missing pow.h headerWladimir J. van der Laan
2018-06-24bench: Add missing pow.h headerWladimir J. van der Laan
2018-06-24Merge #13160: wallet: Unlock spent outputsWladimir J. van der Laan
2018-06-24Merge #13219: bench: Add block assemble benchmarkWladimir J. van der Laan
2018-06-24Merge #13496: Test: Harden lint-filenames.shWladimir J. van der Laan
2018-06-24Merge #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-serverWladimir J. van der Laan
2018-06-24Merge #13510: Scripts and tools: Obsolete #!/bin/bash shebangWladimir J. van der Laan
2018-06-24Merge #13480: Avoid copies in range-for loops and add a warning to detect themWladimir J. van der Laan
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-24Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS supportWladimir J. van der Laan
2018-06-23Merge #13512: [qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-06-22[qa] mininode: Expose connection state through is_connectedMarcoFalke