aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Replace Bitcoin icons with Dogecoin (#1448)Ross Nicoll2019-03-2513-1392/+1518
| * | | Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-25104-3687/+3715
| * | | Fix copyright substitutionRoss Nicoll2019-03-251-1/+1
| * | | Rename binaries to match DogecoinRoss Nicoll2019-03-2519-234/+234
| * | | Introduce basic Dogecoin brandingRoss Nicoll2019-03-2538-166/+210
| |/ /
| * | Drop use of smart feesRoss Nicoll2019-03-171-1/+3
| * | Fixed typo in dogecoin_find_bdb51.m4Dmitri Bogomolov2018-10-031-1/+1
| * | Update miner confirmation windowRoss Nicoll2018-09-233-38/+35
| * | Create v1 transactions for compatibility with 1.10 (#1485)Ross Nicoll2018-09-191-1/+2
| * | Re-introduce alert functionality (#1470)Ross Nicoll2018-09-1919-30/+708
| * | Update or eliminate remaining tests (#1483)Ross Nicoll2018-09-193-20/+23
| * | Update tx output in p2p-fullblocktest.py (#1474)Ross Nicoll2018-09-191-2/+5
| * | Clean up RPC tests (#1465)Ross Nicoll2018-09-1916-53/+53
| * | Insert Dogecoin testnet merkle tree root value (#1469)Ross Nicoll2018-09-191-2/+1
| * | Add PureHeader sources to libdogecoinconsensuslangerhans2018-09-191-0/+2
| * | Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-1940-297/+520
| * | Replace HMAC_SHA256 with Bitcoin's version (#1438)Ross Nicoll2018-09-192-90/+25
| * | Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-09-193-15/+19
| * | Add block height to block notification substitution options (#1430)Ross Nicoll2018-09-191-1/+3
| * | Enforce minor Dogecoin parameters (#1427)Ross Nicoll2018-09-192-17/+16
| * | Update test cases at 1000-byte boundaries (#1439)Ross Nicoll2018-09-191-4/+4
| * | Load AuxPoW blocks from index correctly (#1443)Ross Nicoll2018-09-191-1/+2
| * | Initialise left/right consensus branches to null (#1435)Ross Nicoll2018-09-191-2/+2
| * | Bring 1.14 fees in line with 1.10 (#1425)Ross Nicoll2018-09-195-12/+21
| * | Always use parameters at block 0 to get genesis block hash (#1416)Ross Nicoll2018-09-191-2/+2
| * | [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2018-09-191-1/+13
| * | Change result from getauxblock to BIP22 validation stateRoss Nicoll2018-09-191-1/+1
| * | Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-09-198-27/+28
| * | Check only the base block version (#1411)Ross Nicoll2018-09-193-4/+10
| * | Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-1911-24/+123
| * | Verify when doing 'backupwallet' that destination is not the same path of the...Lola Dam2018-09-191-5/+10
| * | Update dogecoin-tx tests (#1409)Ross Nicoll2018-09-1917-37/+37
| * | Change count type used by `gettxoutsetinfo` (#1415)Ross Nicoll2018-09-193-2/+14
| * | 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-1932-226/+1884
| * | Update DB version to 5.1Ross Nicoll2018-09-192-19/+17
| * | Update dependency builder and its packages to be ready for Dogecoin specificslangerhans2018-09-194-10/+15
| * | 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