7601 Commits (9bb2a02f0dd8851a6dc413fd86ce0b51878b5007)

Author SHA1 Message Date
jonnynewbs bcf3806f4c Update bitcoin-tx to output witness data. 8 years ago
Matt Corallo 4bb9ce8a95 Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
Pieter Wuille fe1975a974 Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
Johnson Lau 7a34a4614c Add NULLDUMMY verify flag in bitcoinconsensus.h 8 years ago
Cory Fields 7ae6242960 net: fix a few cases where messages were sent rather than dropped upon disconnection 8 years ago
Johnson Lau 3e80ab7f2a Add policy: null signature for failed CHECK(MULTI)SIG 8 years ago
Johnson Lau 0027672c80 Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH 8 years ago
Wladimir J. van der Laan 633c4a1f36
qt: Periodic translations update 8 years ago
Wladimir J. van der Laan 7634d8eac4
qt: Translate all files, even if wallet disabled 8 years ago
Luke Dashjr b987348435 Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block 8 years ago
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