aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add Dogecoin block subsidy calculations.Ross Nicoll2018-09-197-2/+159
* | Replace consensus values with Dogecoin equivalentsRoss Nicoll2018-09-197-82/+93
* | Fix crash bug with duplicate inputs within a transactionSuhas Daftuar2018-09-181-1/+1
* | Merge #10516: Backports for 0.14.3Wladimir J. van der Laan2017-07-0619-67/+560
|\ \
| * | [doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm2017-06-051-0/+1
| * | Trivial: remove extra character from commentCryptAxe2017-06-051-1/+1
| * | Fixed typo in documentation for merkleblock.hMikerah2017-06-051-1/+1
| * | Fix: make CCoinsViewDbCursor::Seek work for missing keysPieter Wuille2017-06-051-1/+5
| * | [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-06-052-21/+23
| * | [wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm2017-06-051-4/+4
| * | Fix some empty vector referencesPieter Wuille2017-06-051-2/+6
| * | Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0.14.2_fixesLuke Dashjr2017-06-053-10/+455
| |\ \
| | * | Add CheckQueue TestsJeremy Rubin2017-02-162-0/+443
| | * | Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constr...Jeremy Rubin2017-01-201-10/+12
| * | | Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixesLuke Dashjr2017-06-051-1/+1
| |\ \ \
| | * | | [trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift2017-06-031-1/+1
| * | | | Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14....Luke Dashjr2017-06-052-0/+29
| |\| | |
| | * | | Qt/Send: Give fallback fee a reasonable indentLuke Dashjr2017-02-171-0/+2
| | * | | Qt/Send: Figure a decent warning colour from themeLuke Dashjr2017-02-172-3/+8
| | * | | [Qt] Show more significant warning if we fall back to the default feeJonas Schnelli2017-01-062-0/+22
| * | | | Merge #10234, #10143 (fixes only), and #9853 via branch 'disconnect_ban_fixes...Luke Dashjr2017-06-051-3/+5
| |\ \ \ \
| | * | | | [net] listbanned RPC and QT should show correct banned subnetsJohn Newbery2017-06-051-3/+5
| * | | | | Merge #9853 via branch 'fixerrorcodes-0.14' into 0.14.2_fixesLuke Dashjr2017-06-054-23/+28
| |\| | | |
| | * | | | Return correct error codes in fundrawtransaction().John Newbery2017-06-051-1/+1
| | * | | | Return correct error codes in setban().John Newbery2017-06-051-2/+2
| | * | | | Return correct error codes in removeprunedfunds().John Newbery2017-06-051-2/+2
| | * | | | Return correct error codes in blockchain.cpp.John Newbery2017-06-051-6/+11
| | * | | | Return correct error codes in bumpfee().John Newbery2017-06-051-12/+12
| * | | | | Merge #10196 via branch 'prioritisetx_gbtcache-0.14' into 0.14.2_fixesLuke Dashjr2017-06-052-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar2017-04-192-1/+2
* | | | | | qt: 0.14.2 pre-rc2 translations updateWladimir J. van der Laan2017-06-0617-156/+2596
|/ / / / /
* | | | | build: bump version to 0.14.2Wladimir J. van der Laan2017-06-021-1/+1
* | | | | net: only enforce the services required to connectCory Fields2017-06-011-1/+20
* | | | | [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-311-2/+3
* | | | | build: fix bitcoin-config.h regeneration after touching build filesCory Fields2017-05-311-0/+8
* | | | | Add missing <atomic> header in clientmodel.hJonas Schnelli2017-05-311-0/+2
* | | | | Set both time/height header caches at the same timeJonas Schnelli2017-05-311-0/+2
* | | | | Declare headers height/time cache mutable, re-set the methods constJonas Schnelli2017-05-312-6/+6
* | | | | Update the remaining blocks left in modaloverlay at init.Jonas Schnelli2017-05-311-2/+1
* | | | | Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli2017-05-312-12/+31
* | | | | Check interruptNet during dnsseed lookupsMatt Corallo2017-05-311-0/+6
* | | | | Fix importwallet edge case rescan bugRussell Yanofsky2017-05-232-6/+65
* | | | | Populate services in GetLocalAddressAlex Morcos2017-05-221-1/+1
* | | | | Clarify importprivkey help text with example of blank label without rescanWarren Togami2017-04-201-0/+2
|/ / / /
* | | | 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
* | | | Bump version to 0.14.1Wladimir J. van der Laan2017-04-051-1/+1
* | | | Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar2017-04-051-0/+7
* | | | Make threshold for flushing more conservative.Alex Morcos2017-04-052-4/+7