aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-25[net] Remove assert(nMaxInbound > 0)v0.13.1rc3MarcoFalke
2016-10-19nMaxOutbound is MAX_OUTBOUND_CONNECTIONS on 0.13Wladimir J. van der Laan
2016-10-19qt: pre-rc2 translations updateWladimir J. van der Laan
2016-10-19RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr
2016-10-19Make dnsseed's definition of acute need include relevant services.Gregory Maxwell
2016-10-19Be more aggressive in connecting to peers with relevant services.Gregory Maxwell
2016-10-18Remove bogus assert on number of oubound connections.Matt Corallo
2016-10-18rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan
2016-10-18Bump version to 0.13.1Wladimir J. van der Laan
2016-10-17My DNS seed supports filteringChristian Decker
2016-10-17Add x9 service bit support to dnsseed.bluematt.meMatt Corallo
2016-10-17Comment that most dnsseeds only support some service bits combosMatt Corallo
2016-10-17Define start and end time for segwit deploymentPieter Wuille
2016-10-17qt: periodic translation updateWladimir J. van der Laan
2016-10-17test segwit uncompressed key fixesJohnson Lau
2016-10-17Fix ismine and addwitnessaddress: no uncompressed keys in segwitPieter Wuille
2016-10-17Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau
2016-10-17Add standard limits for P2WSH with testsJohnson Lau
2016-10-13Update bitcoin-tx to output witness data.jonnynewbs
2016-10-13Use cmpctblock type 2 for segwit-enabled transferMatt Corallo
2016-10-13Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-10-13Add NULLDUMMY verify flag in bitcoinconsensus.hJohnson Lau
2016-10-13net: fix a few cases where messages were sent rather than dropped upon discon...Cory Fields
2016-10-13Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau
2016-10-13Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau
2016-10-13qt: Periodic translations updateWladimir J. van der Laan
2016-10-13qt: Translate all files, even if wallet disabledWladimir J. van der Laan
2016-10-05Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr
2016-10-03bitcoin-util-test.py should fail if the output file is emptyjnewbery
2016-10-03[rpc] throw JSONRPCError when utxo set can not be readMarcoFalke
2016-10-03[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfundsJonas Schnelli
2016-10-03Add bitcoin-tx JSON testsjnewbery
2016-09-26Implement NULLDUMMY softforkJohnson Lau
2016-09-26Implement SipHash in PythonPieter Wuille
2016-09-26Allow changing BIP9 parameters on regtestSuhas Daftuar
2016-09-26Remove maxuploadtargets recommended minimumJonas Schnelli
2016-09-26Remove createwitnessaddressJohnson Lau
2016-09-26Do not store witness txn in rejection cachePieter Wuille
2016-09-21[copyright] add MIT license headers to .sh scripts where missingisle2983
2016-09-21UndoReadFromDisk works on undo files (rev), not on block files.Pavel Janík
2016-09-21Specify Protobuf version 2 in paymentrequest.protofanquake
2016-09-21net: No longer send local address in addrMeWladimir J. van der Laan
2016-09-21Berkeley DB v6 compatibility fixAlexey Vesnin
2016-09-21[doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke
2016-09-21init: Fix typo in help message for -whitelistforcerelayWladimir J. van der Laan
2016-09-21Set jonasschnellis dns-seeder filter flagJonas Schnelli
2016-09-21Trivial: Fix two VarInt examples in serialize.hChristian Barcenas
2016-09-21CDB: fix debug outputcrowning-
2016-09-21Add copyright header to wallet_text_fixture.cppWladimir J. van der Laan
2016-09-21Use __func__ to get function name for output printingMarcoFalke