aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix importwallet edge case rescan bugRussell Yanofsky2017-05-232-6/+65
* Populate services in GetLocalAddressAlex Morcos2017-05-221-1/+1
* [depends] miniupnpc 2.0.20170509fanquake2017-05-171-2/+2
* doc: clean out release notesWladimir J. van der Laan2017-04-222-95/+148
* Merge #10232: [0.14] release-notes: Accurately explain getblocktemplate impro...Wladimir J. van der Laan2017-04-201-8/+12
|\
| * release-notes: Accurately explain getblocktemplate improvementsLuke Dashjr2017-04-191-8/+12
* | Clarify importprivkey help text with example of blank label without rescanWarren Togami2017-04-201-0/+2
|/
* doc: Update release notes pre-rc2Wladimir J. van der Laan2017-04-141-3/+12
* qt: translations update pre-rc2Wladimir J. van der Laan2017-04-1416-37/+1369
* net: define NodeId as an int64_tCory Fields2017-04-143-4/+4
* [rpc] rename disconnectnode argumentJohn Newbery2017-04-141-4/+4
* Merge #10185: [0.14] Mention dbcache memory changes in release notesWladimir J. van der Laan2017-04-131-0/+18
|\
| * Mention dbcache memory changes in 0.14.1 release notesSuhas Daftuar2017-04-121-0/+18
|/
* Merge #10157: [0.14] Fix the mempool_packages.py testWladimir J. van der Laan2017-04-061-2/+2
|\
| * [qa] Fix mempool_packages.py for the 0.14 branchSuhas Daftuar2017-04-051-2/+2
* | Merge #10158: Add some more release notes for 0.14.1.Wladimir J. van der Laan2017-04-061-1/+16
|\ \
| * | Add some more release notes for 0.14.1.Gregory Maxwell2017-04-051-1/+16
|/ /
* | doc: Remove release note about release notesWladimir J. van der Laan2017-04-051-1/+0
* | doc: Update release notes for 0.14.1Wladimir J. van der Laan2017-04-051-11/+45
|/
* Bump version to 0.14.1Wladimir J. van der Laan2017-04-055-5/+5
* Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar2017-04-051-0/+7
* Test prioritisetransaction and ancestor fee stateSuhas Daftuar2017-04-051-0/+12
* Make threshold for flushing more conservative.Alex Morcos2017-04-052-4/+7
* Lower default memory footprint slightlyAlex Morcos2017-04-051-1/+1
* Make pcoinsTip memory calculations consistentAlex Morcos2017-04-052-3/+7
* Check transaction count early in submitblock.Gregory Maxwell2017-04-041-0/+4
* Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell2017-04-041-3/+5
* [rpc] Remove auth cookie on shutdownpracticalswift2017-04-031-0/+1
* Compensate for memory peak at flush timePieter Wuille2017-03-311-1/+1
* Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...Wladimir J. van der Laan2017-03-312-8/+43
|\
| * Update benchmarking with package statisticsSuhas Daftuar2017-03-302-9/+19
| * Add benchmarking for CreateNewBlockSuhas Daftuar2017-03-301-0/+7
| * Mining: return early when block is almost fullSuhas Daftuar2017-03-301-0/+18
* | util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan2017-03-312-0/+22
* | Add tests for bitcoin-tx input checkingJohn Newbery2017-03-311-0/+32
* | Check stderr when testing bitcoin-txJohn Newbery2017-03-312-0/+16
* | bitcoin-tx: Fix missing range checkAwemany2017-03-311-0/+6
|/
* Merge #10101: [0.14] backportsWladimir J. van der Laan2017-03-296-7/+23
|\
| * doc: Add release notes for RPC createraw breakMarcoFalke2017-03-271-1/+8
| * rpc: Rename first named arg of createrawtransactionMarcoFalke2017-03-272-4/+4
| * Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-271-0/+3
| * depends: fix zlib build on osxCory Fields2017-03-271-1/+3
| * Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-271-0/+4
| * Trivial: Fix typo in help getrawtransaction RPCJames Evans2017-03-271-1/+1
|/
* Merge #10094: 0.14: Clear release notesWladimir J. van der Laan2017-03-271-832/+13
|\
| * 0.14: Clear release notesMarcoFalke2017-03-271-832/+13
|/
* Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...Wladimir J. van der Laan2017-03-186-27/+73
|\
| * Test transaction selection when gbt called without segwit supportSuhas Daftuar2017-03-161-6/+49
| * Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-166-25/+28
* | Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport)Wladimir J. van der Laan2017-03-181-6/+10
|\ \ | |/ |/|