aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-28[Qt] tolerate BIP173/bech32 addresses during input validationJonas Schnelli
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-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-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-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 #11334: qt: Remove custom fee radio group and remove nCustomFeeRadio se...Wladimir J. van der Laan
2017-09-19Merge #11307: wallet: Display non-HD error on first runWladimir J. van der Laan
2017-09-18Remove nBlockMaxSize from miner opt struct as it is no longer used.Gregory Maxwell
2017-09-18Merge #11340: Trivial: Fix validation commentsMarcoFalke
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-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-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-14Fix uninitialized g_connman crash in Shutdown()MeshCollider
2017-09-12Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.MarcoFalke
2017-09-12Merge #11267: rpc: update cli for estimate*fee argument renameMarcoFalke
2017-09-12wallet: Display non-HD error on first runMarcoFalke
2017-09-12range-based loops and const qualifications in net.cppMarko Bencun
2017-09-11Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.Pieter Wuille
2017-09-11Use a sensible default for blockmaxweightMatt Corallo
2017-09-11Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-09-11Merge #11268: [macOS] remove Growl support, remove unused codeWladimir J. van der Laan
2017-09-11remove unused IsArgSet checkMarko Bencun
2017-09-11add m_added_nodes to connman optionsMarko Bencun
2017-09-08Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan
2017-09-08rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-09-08rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-09-07Remove usehd option and warn when it is usedAndrew Chow
2017-09-07Bump wallet version number to 159900Andrew Chow
2017-09-07Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke
2017-09-07[trivial] fixup comment for VerifyWallets()John Newbery
2017-09-07[wallet] Add StartWallets() function to wallet/init.cppJohn Newbery