aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-23Implement {Encode,Decode}Destination without CBitcoinAddressPieter Wuille
2017-09-23Merge #11338: qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-09-23qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-09-22Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...Pieter Wuille
2017-09-22Merge #11362: Remove nBlockMaxSize from miner opt struct as it is no longer u...Pieter Wuille
2017-09-22Merge #11301: add m_added_nodes to connman optionsPieter Wuille
2017-09-22Merge #11385: Remove some unused functions and methodsWladimir J. van der Laan
2017-09-22Merge #11380: Remove outdated share/certs/ directoryWladimir J. van der Laan
2017-09-21Remove some unused functions and methodsPieter Wuille
2017-09-22Rename out to m_tx_out in CScriptCheckJohnson Lau
2017-09-21Merge #11351: Refactor: Modernize disallowed copy constructors/assignmentPieter Wuille
2017-09-21Merge #11116: [script] Unit tests for script/standard and IsMine functions.Wladimir J. van der Laan
2017-09-21[script] Unit tests for IsMineJim Posen
2017-09-21[script] Unit tests for script/standard functionsJim Posen
2017-09-21Replace save|restoreWindowGeometry with Qt functionsMeshCollider
2017-09-21Remove extremely outdated share/certs dirMeshCollider
2017-09-20Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-09-20Merge #10888: range-based loops and const qualifications in net.cppPieter Wuille
2017-09-20Merge #11132: Document assumptions that are being made to avoid NULL pointer ...Wladimir J. van der Laan
2017-09-20Merge #11305: [doc] Update release notes and manpages for 0.16Wladimir J. van der Laan
2017-09-20Merge #11334: qt: Remove custom fee radio group and remove nCustomFeeRadio se...Wladimir J. van der Laan
2017-09-20[test] Add getblockchaininfo functional testJoão Barbosa
2017-09-20[test] Add restart_node to BitcoinTestFrameworkJoão Barbosa
2017-09-19Merge #11307: wallet: Display non-HD error on first runWladimir J. van der Laan
2017-09-19doc: Add release notes for 0.15.0.1Wladimir J. van der Laan
2017-09-18Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow
2017-09-18Remove nBlockMaxSize from miner opt struct as it is no longer used.Gregory Maxwell
2017-09-18Merge #11323: mininode: add an optimistic write and disable nagleMarcoFalke
2017-09-18net: remove now-unused functionsCory Fields
2017-09-18net: remove now-superfluous numeric resolveCory Fields
2017-09-18net: separate resolving and conectingCory Fields
2017-09-18Merge #11345: [tests] Check connectivity before sending in assumevalid.pyMarcoFalke
2017-09-18Merge #11340: Trivial: Fix validation commentsMarcoFalke
2017-09-18[Qt] Add delay before filtering transactionsLucas Betschart
2017-09-16Refactor: Modernize disallowed copy constructors/assignmentDan Raviv
2017-09-16Merge #11196: Switch memory_cleanse implementation to BoringSSL's to ensure m...Wladimir J. van der Laan
2017-09-15[tests] Check connectivity before sending in assumevalid.pyJohn Newbery
2017-09-15Remove custom fee radio groupAndrew Chow
2017-09-15Trivial: Fix validation commentsDan Raviv
2017-09-15Merge #11332: Fix possible crash with invalid nCustomFeeRadio in QSettings (a...Wladimir J. van der Laan
2017-09-15Merge #11330: Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAYMarcoFalke
2017-09-14Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo
2017-09-14Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAYdanra
2017-09-14Merge #11326: Fix crash on shutdown with invalid walletMarcoFalke
2017-09-14contrib: Ignore historical release notes for whitespace checkWladimir J. van der Laan
2017-09-14doc: add release-notes for 0.15.0 to masterWladimir J. van der Laan
2017-09-14Merge #11300: Tests: Add a lint check for trailing whitespaceMarcoFalke
2017-09-14Fix uninitialized g_connman crash in Shutdown()MeshCollider
2017-09-14Add tab char lint check and exclude imported dependenciesMeshCollider
2017-09-14Add a lint check for trailing whitespace.Evan Klitzke