aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update checkpoints and chain work (#1410)Ross Nicoll2018-09-191-18/+17
* Fix 1.14 unit tests (#1408)Max K2018-09-193-6/+5
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-1929-172/+356
* Change BIP65/66 enforcement to match Dogecoin (#1403)Ross Nicoll2018-09-194-17/+66
* Set SegWit timeout to zero to disable it (#1405)Ross Nicoll2018-09-191-4/+2
* Stop sending a Bitcoin alert to Dogecoin clientsRoss Nicoll2018-09-191-4/+4
* Handle legacy v2 block at #66064Ross Nicoll2018-09-191-1/+3
* Correct PoW calculation logic to use locally calcualted difficultyRoss Nicoll2018-09-191-3/+3
* Sync changes from Dogecoin 1.10Ross Nicoll2018-09-194-4/+37
* Sync mining code from Namecore to resolve unit test failures (#1385)Ross Nicoll2018-09-195-225/+145
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-1929-218/+1637
* Annotate work to be done to Dogecoin-ifyRoss Nicoll2018-09-193-3/+15
* Add Dogecoin difficulty calculationsRoss Nicoll2018-09-194-4/+157
* Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...coblee2018-09-191-1/+7
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-1912-3/+577
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-1914-734/+744
* 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