aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-25Qt: Remove unused method setupAmountWidget(...)practicalswift
2018-03-25Add username and ip logging for RPC method requestsGabriel Davidian
2018-03-25[REST] Handle UTXO retrieval when ignoring the mempoolRoman Zeyde
2018-03-25Make CTxMemPool::isSpent() constRoman Zeyde
2018-03-24Move CKeyStore::cs_KeyStore to CBasicKeyStoreJoão Barbosa
2018-03-24Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStoreJoão Barbosa
2018-03-24Merge #12760: Docs: Improve documentation on standard communication channelsMarcoFalke
2018-03-24Merge #12772: [CI]: bump travis timeout for make check to 50mMarcoFalke
2018-03-23Merge #12709: [wallet] shuffle sendmany recipients orderingMarcoFalke
2018-03-23[CI]: bump travis timeout for make check to 50mKarl-Johan Alm
2018-03-23add release note for sendmany output shufflingGregory Sanders
2018-03-23shuffle sendmany recipients ordering to shuffle tx outputsGregory Sanders
2018-03-22Merge #11536: Rename account to label where appropriateWladimir J. van der Laan
2018-03-22Merge #12694: Actually disable BnB when there are preset inputsWladimir J. van der Laan
2018-03-22Docs: Improve documentation on standard communication channelsJim Posen
2018-03-22Merge #12742: Make FastRandomContext support standard C++11 RNG interfaceMarcoFalke
2018-03-22[config] Remove blockmaxsize optionJohn Newbery
2018-03-22Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan
2018-03-22Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-22Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...Wladimir J. van der Laan
2018-03-22Merge #12704: base58: use map instead of strchr() when decodeWladimir J. van der Laan
2018-03-21Merge #12750: Replace boost::call_once with std::call_oncePieter Wuille
2018-03-21Merge #12747: Fix typosMarcoFalke
2018-03-21Replace boost::call_once with std::call_oncedonaloconnor
2018-03-21shuffle selected coins before transaction finalizationGregory Sanders
2018-03-21Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...MarcoFalke
2018-03-21Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://Wladimir J. van der Laan
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov
2018-03-21Fix typospracticalswift
2018-03-21tests: Remove unused argument max_invalid from check_estimates(...)practicalswift
2018-03-21Fix typosDimitris Apostolou
2018-03-20Make FastRandomContext support standard C++11 RNG interfacePieter Wuille
2018-03-21use base58 map instead of strchr()Kevin Pan
2018-03-20Merge #12737: Remove unnecessary NONNEGATIVE_SIGNEDPieter Wuille
2018-03-20Remove unnecessary NONNEGATIVE_SIGNEDRussell Yanofsky
2018-03-20Merge #12728: [tests] rename TestNode to TestP2PConn in testsMarcoFalke
2018-03-20Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is no...Wladimir J. van der Laan
2018-03-20Merge #12721: Qt: remove "new" button during receive-mode in addressbookWladimir J. van der Laan
2018-03-20-blocksdir: keep blockindex leveldb database in datadirJonas Schnelli
2018-03-19tests: Test connecting with non-existing RPC cookie filepracticalswift
2018-03-19tests: Test connecting to a non-existing serverpracticalswift
2018-03-19Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cppMarcoFalke
2018-03-19qa: Allow for partial_match when checking init errorMarcoFalke
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-03-19Merge #9753: Add static_assert to prevent VARINT(<signed value>)Wladimir J. van der Laan
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-19Merge #12700: Document RPC method aliasingWladimir J. van der Laan
2018-03-19Merge #12553: Prefer wait_until over polling with time.sleepWladimir J. van der Laan