aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-05Bump version to 0.14.1v0.14.1rc1Wladimir J. van der Laan
2017-04-05Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar
2017-04-05Test prioritisetransaction and ancestor fee stateSuhas Daftuar
2017-04-05Make threshold for flushing more conservative.Alex Morcos
2017-04-05Lower default memory footprint slightlyAlex Morcos
2017-04-05Make pcoinsTip memory calculations consistentAlex Morcos
2017-04-04Check transaction count early in submitblock.Gregory Maxwell
2017-04-04Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell
2017-04-03[rpc] Remove auth cookie on shutdownpracticalswift
2017-03-31Compensate for memory peak at flush timePieter Wuille
2017-03-31Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...Wladimir J. van der Laan
2017-03-31util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-31Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-31Check stderr when testing bitcoin-txJohn Newbery
2017-03-31bitcoin-tx: Fix missing range checkAwemany
2017-03-30Update benchmarking with package statisticsSuhas Daftuar
2017-03-30Add benchmarking for CreateNewBlockSuhas Daftuar
2017-03-30Mining: return early when block is almost fullSuhas Daftuar
2017-03-29Merge #10101: [0.14] backportsWladimir J. van der Laan
2017-03-27doc: Add release notes for RPC createraw breakMarcoFalke
2017-03-27rpc: Rename first named arg of createrawtransactionMarcoFalke
2017-03-27Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar
2017-03-27depends: fix zlib build on osxCory Fields
2017-03-27Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-27Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-27Merge #10094: 0.14: Clear release notesWladimir J. van der Laan
2017-03-270.14: Clear release notesMarcoFalke
2017-03-18Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...Wladimir J. van der Laan
2017-03-18Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport)Wladimir J. van der Laan
2017-03-17Add missing braces in semaphore posts in netMatt Corallo
2017-03-17Fix shutdown hang with >= 8 -addnodes setMatt Corallo
2017-03-16Test transaction selection when gbt called without segwit supportSuhas Daftuar
2017-03-16Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-03-05Fix regsig checking for subkey sigs in verify-commitsv0.14.0Matt Corallo
2017-03-05Merge #9920: [0.14] Allow any subkey in verify-commits (BlueMatt)Wladimir J. van der Laan
2017-03-05Allow any subkey in verify-commitsMatt Corallo
2017-03-01Bugfix: Only install manpages for built programsLuke Dashjr
2017-03-01depends: make osx output deterministicCory Fields
2017-02-28Add Pieter's old signed commits to revsig-commitsMatt Corallo
2017-02-28Fix importmulti returning rescan errors for wrong keysv0.14.0rc3Russell Yanofsky
2017-02-28doc: pre-rc3 changelog updateWladimir J. van der Laan
2017-02-28qt: pre-rc3 translations updateWladimir J. van der Laan
2017-02-28Avoid VLA in hash.hPieter Wuille
2017-02-28Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-28Merge #9866: Document increase in memory usage due to mempool/dbcache sharingWladimir J. van der Laan
2017-02-28[doc] Update doc/bips.md for BIP90 implementationSuhas Daftuar
2017-02-28Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-28Merge #9878: Mention bumpfee in 0.14 release notes.Wladimir J. van der Laan
2017-02-28prevector: assert successful allocationCory Fields
2017-02-28don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields