7591 Commits (1f60d455048b7c0af6a5fdc032022d3fac37e790)

Author SHA1 Message Date
jnewbery eb18cc1272 bitcoin-util-test.py should fail if the output file is empty 8 years ago
MarcoFalke 83ad563ade [rpc] throw JSONRPCError when utxo set can not be read 8 years ago
Jonas Schnelli 62886598db [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds 8 years ago
jnewbery 2a8bca465d Add bitcoin-tx JSON tests 8 years ago
Johnson Lau 9dfa0c8d90 Implement NULLDUMMY softfork 8 years ago
Pieter Wuille ff893aa557 Implement SipHash in Python 8 years ago
Suhas Daftuar 198494ce53 Allow changing BIP9 parameters on regtest 8 years ago
Jonas Schnelli 23feab1f38 Remove maxuploadtargets recommended minimum 8 years ago
Johnson Lau a5ec248323 Remove createwitnessaddress 8 years ago
Pieter Wuille 1672225670 Do not store witness txn in rejection cache 8 years ago
isle2983 702fd2ee21 [copyright] add MIT license headers to .sh scripts where missing 8 years ago
Pavel Janík 084cae9ca5 UndoReadFromDisk works on undo files (rev), not on block files. 8 years ago
fanquake d31ac725cf Specify Protobuf version 2 in paymentrequest.proto 8 years ago
Wladimir J. van der Laan 42ea51a65f net: No longer send local address in addrMe 8 years ago
Alexey Vesnin ea51b0f5dd Berkeley DB v6 compatibility fix 8 years ago
MarcoFalke 486650ae6a [doc] Fix typos in comments, doxygen: Fix comment syntax 8 years ago
Wladimir J. van der Laan 9556745dc2 init: Fix typo in help message for -whitelistforcerelay 8 years ago
Jonas Schnelli 4f84082a74 Set jonasschnellis dns-seeder filter flag 8 years ago
Christian Barcenas c493f43621 Trivial: Fix two VarInt examples in serialize.h 8 years ago
crowning- cb07f19e90 CDB: fix debug output 8 years ago
Wladimir J. van der Laan 75d548475d Add copyright header to wallet_text_fixture.cpp 8 years ago
MarcoFalke 305d8ac90b Use __func__ to get function name for output printing 8 years ago
Jonas Schnelli 464dedd6ab [Wallet] Trivial cleanup of HD wallet changes 8 years ago
Jameson Lopp b17a3f9e5a document return value of networkhashps for getmininginfo RPC endpoint 8 years ago
leijurv befe654f0f various typos 8 years ago
Jeremy Rubin 4e5fc31ae6 Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) 8 years ago
Sev 156e305dc1 Corrected JSON typo on setban of net.cpp 8 years ago
Pieter Wuille fc349288cb Do diskspace check before import thread is started 8 years ago
Pieter Wuille 3b354d213f Add extra message to avoid a long 'Loading banlist' 8 years ago
Pieter Wuille 30eac2d79a Use a signal to continue init after genesis activation 8 years ago
Chris Stewart 9b0097976f Update README.md 8 years ago
Suhas Daftuar a7aa3ccc4f Enable size accounting in mining unit tests 8 years ago
Wladimir J. van der Laan 69d1cd202d net: Ignore `notfound` P2P messages 8 years ago
Kaz Wesley 1f21d161a5 prepend license statement to indirectmap 8 years ago
Jeremy Rubin 03b01966fa Fix obvious assignment/equality error in test 8 years ago
Suhas Daftuar 091cdebfb8 Clear witness with vin/vout in CWallet::CreateTransaction() 8 years ago
Jonas Schnelli 8e03382279 [Qt][CoinControl] fix UI bug that could result in paying unexpected fee 8 years ago
instagibbs c6a629100b add witness address to address book 8 years ago
Andrew Chow a37cec537b Persist the datadir after option reset 8 years ago
adlawren d9f0d4e073 Fix minimize and close bugs 8 years ago
rodasmith 41fd852d3f fix op order to append first alert 8 years ago
Pieter Wuille a9429ca26d
Reduce default number of blocks to check at startup 8 years ago
Gregory Maxwell ab295bb4be Do not add random inbound peers to addrman. 8 years ago
Pieter Wuille bbf379b055 Fix some locks 8 years ago
Pieter Wuille 2215c22a00 Check for compatibility with download in FindNextBlocksToDownload 8 years ago
Pieter Wuille b8c79a057c Precompute sighashes 8 years ago
MarcoFalke a9874310c0 [util] CopyrightHolders: Check for untranslated substitution 8 years ago
Jonas Schnelli f1c0d78b2d [Qt] show network/chain errors in the GUI 8 years ago
Ethan Heilman 2611ad79a5 Added feeler connections increasing good addrs in the tried table. 8 years ago
Wladimir J. van der Laan 1db3352cc6 qt: Fix random segfault when closing "Choose data directory" dialog 8 years ago