aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-04Add test for multiwallet batch RPC callsRussell Yanofsky
2017-10-04Add missing batch rpc calls to python coverage logsRussell Yanofsky
2017-10-04Add missing multiwallet rpc calls to python coverage logsRussell Yanofsky
2017-10-03Make AuthServiceProxy._batch method usableRussell Yanofsky
2017-10-03Limit AuthServiceProxyWrapper.__getattr__ wrappingRussell Yanofsky
2017-10-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-10-03Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-03Merge #11293: Deduplicate CMerkleBlock construction code, add test coverageMarcoFalke
2017-10-02Merge #11407: [tests] add functional test for mempoolreplacement command line...MarcoFalke
2017-10-02Merge #11365: [Tests] Add Qt GUI tests to Overview and ReceiveCoin PageMarcoFalke
2017-10-02Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan
2017-10-02Merge #11411: script: Change SignatureHash input index check to an assert.Wladimir J. van der Laan
2017-10-02Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...Wladimir J. van der Laan
2017-10-02Merge #11432: Remove unused fTry from push_lockWladimir J. van der Laan
2017-10-02Merge #11399: Fix bip68-sequence rpc testWladimir J. van der Laan
2017-10-02Merge #11284: Fix invalid memory access in CScript::operator+= (guidovranken,...Wladimir J. van der Laan
2017-10-02Merge #11422: qa: Verify DBWrapper iterators are taking snapshotsWladimir J. van der Laan
2017-10-01qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-09-30Remove unused fTry from push_lockJoão Barbosa
2017-09-30Verify DBWrapper iterators are taking snapshotsMatt Corallo
2017-09-30Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke
2017-09-30Merge #11391: Remove lxcbr0 lines from gitian-build.shMarcoFalke
2017-09-29Merge #11418: Add error string for CLEANSTACK script violationPieter Wuille
2017-09-29Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...MarcoFalke
2017-09-29Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblockMarcoFalke
2017-09-29add functional test for mempoolreplacement command line argGregory Sanders
2017-09-29Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke
2017-09-29Add error string for CLEANSTACK script violation, preventing an "unknown erro...Mark Friedenbach
2017-09-29Merge #11414: [docs] Remove partial gitian build instructions from descriptor...Wladimir J. van der Laan
2017-09-29Merge #11417: Correct typo in commentsWladimir J. van der Laan
2017-09-29Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan
2017-09-29Correct typo in commentsJohnson Lau
2017-09-28[Qt] tolerate BIP173/bech32 addresses during input validationJonas Schnelli
2017-09-28[RPC] Wallet: test importing of native witness scriptsNicolasDorier
2017-09-28Use BIP173 addresses in segwit.py testPieter Wuille
2017-09-28Support BIP173 in addwitnessaddressPieter Wuille
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-09-28Add regtest testing to base58_testsPieter Wuille
2017-09-28Convert base58_tests from type/payload to scriptPubKey comparisonPieter Wuille
2017-09-28Import Bech32 C++ reference code & testsPieter Wuille
2017-09-28Merge #11318: Put back inadvertently removed copyright noticesWladimir J. van der Laan
2017-09-28Merge #10663: net: split resolve out of connectWladimir J. van der Laan
2017-09-28Merge #10858: [RPC] Add "errors" field to getblockchaininfo and unify "errors...Wladimir J. van der Laan
2017-09-28[docs] Remove partial gitian instructions from descriptors dirfanquake
2017-09-28Merge #11401: doc: move gitian building to external repoWladimir J. van der Laan
2017-09-28Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)Wladimir J. van der Laan
2017-09-27Merge #11397: net: Improve and document SOCKS codeJonas Schnelli
2017-09-27script: Change SignatureHash input index check to an assert.Jim Posen
2017-09-27Add test for bitcoin-cli -getinfoJohn Newbery
2017-09-27rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`Wladimir J. van der Laan