aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Update block height used to determine relevant parametersJ Ross Nicoll2015-09-081-2/+6
| * | | Match fee calculation to legacy codeJ Ross Nicoll2015-09-069-31/+46
| * | | Merge pull request #1273 from rnicoll/1.10-testnetPatrick Lodder2015-08-301-6/+9
| |\ \ \
| | * | | Update testnet checkpoints and replace old seedJ Ross Nicoll2015-08-301-6/+9
| | |/ /
| * | | Merge pull request #1274 from rnicoll/1.10-missing-newlinePatrick Lodder2015-08-305-6/+6
| |\ \ \
| | * | | Corrected missing new lines in error messagesJ Ross Nicoll2015-08-295-6/+6
| | |/ /
| * | | Merge pull request #1269 from langerhans/1.10-dev-nodebloomPatrick Lodder2015-08-296-2/+28
| |\ \ \ | | |/ / | |/| |
| | * | Add NODE_BLOOM service bit and bump protocol versionPeter Todd2015-08-286-2/+28
| * | | Merge pull request #1267 from patricklodder/1.10-strict-auxpowMax K.2015-08-263-1/+16
| |\ \ \
| | * | | [auxpow] Check for auxpow fork strictlyPatrick Lodder2015-08-233-1/+16
| | |/ /
| * / / [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2015-08-231-1/+13
| |/ /
| * | Add attributions to source filesJ Ross Nicoll2015-08-149-0/+10
| * | Merge pull request #1229 from rnicoll/1.10-fork-detectionMax K.2015-08-131-3/+3
| |\ \
| | * | Update fork detection parameters for Dogecoin block timeRoss Nicoll2015-08-071-3/+3
| * | | advertise block height addition to -blocknotifystolen data2015-08-111-1/+1
| * | | Add block height to block notification substitution optionsRoss Nicoll2015-08-113-3/+5
| * | | Merge pull request #1235 from rnicoll/1.10-disable-ppMax K.2015-08-111-1/+3
| |\ \ \
| | * | | Disable payment protocol certificate unit testsRoss Nicoll2015-08-101-1/+3
| * | | | Merge pull request #1231 from patricklodder/1.10-majority-v2-constraintsRoss Nicoll2015-08-101-3/+6
| |\ \ \ \
| | * | | | Re-enable SuperMajority triggered activation for v2 block constraintsPatrick Lodder2015-08-101-3/+6
| * | | | | Enable block constraints properlyPatrick Lodder2015-08-101-20/+17
| | |/ / / | |/| | |
| * | | | Replace print icon with Typeicons equivalentRoss Nicoll2015-08-071-0/+0
| * | | | Add paper wallet generator to QT walletAndymeows2015-08-0720-3/+805
| |/ / /
| * | | Merge pull request #1227 from kaykurokawa/1.10-devPatrick Lodder2015-08-074-2/+13
| |\ \ \
| | * | | changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsSt...ukurokawa2015-08-044-2/+13
| * | | | Merge pull request #1220 from rnicoll/1.10-paymentprotocolMax K.2015-08-062-13/+15
| |\ \ \ \
| | * | | | Revised payment request handling to use genesis block hash instead of network...Ross Nicoll2015-08-062-13/+15
| * | | | | Update time-based constantsRoss Nicoll2015-08-042-15/+15
| | |/ / / | |/| | |
| * | | | Set regtest coinbase maturity for easier maths in RPC testslangerhans2015-08-011-0/+1
| |/ / /
| * | | Merge pull request #1217 from rnicoll/1.10-checkpoints-seedsMax K.2015-08-011-13/+7
| |\ \ \
| | * | | Update checkpointsRoss Nicoll2015-07-301-13/+7
| * | | | Merge pull request #1213 from langerhans/1.10-dev-maturityRoss Nicoll2015-07-317-14/+17
| |\ \ \ \
| | * | | | Move COINBASE_MATURITY to the consensus parameterslangerhans2015-07-317-13/+14
| | * | | | Make RegTest use simplified rewards for easier test vector setup and use shor...langerhans2015-07-311-1/+3
| | |/ / /
| * | | | Merge pull request #1204 from rnicoll/1.10-feesMax K.2015-07-3111-19/+78
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add Dogecoin current fee calculation logicRoss Nicoll2015-07-3111-19/+78
| * | | | Add chain height when fetching consensus parameters in initializationRoss Nicoll2015-07-301-1/+1
| * | | | Merge pull request #1207 from rnicoll/1.10-bitcoinMax K.2015-07-305-11/+16
| |\ \ \ \
| | * | | | Advance pindexLastCommonBlock for blocks in chainActiveSuhas Daftuar2015-07-291-2/+3
| | * | | | fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann2015-07-292-7/+9
| | * | | | Add an alternate location of endian.h headerAndriy Voskoboinyk2015-07-291-0/+2
| | * | | | Revert "Disable partition check for now, it triggers too often (issue #6251)"Wladimir J. van der Laan2015-07-291-2/+2
| * | | | | Merge pull request #1206 from rnicoll/1.10-txdbMax K.2015-07-304-10/+32
| |\ \ \ \ \
| | * | | | | Add Scrypt hash and AuxPoW header to index databaseRoss Nicoll2015-07-264-10/+32
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #1208 from rnicoll/1.10-simplified-rewardsMax K.2015-07-294-2/+10
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove hard coded switch on whether simplified rewards are used.Ross Nicoll2015-07-274-2/+10
| | |/ / /
| * | / / Minor AuxPoW fixesRoss Nicoll2015-07-283-2/+9
| | |/ / | |/| |
| * | | Use block height 0 when checking for genesis blockRoss Nicoll2015-07-261-2/+2
| |/ /
| * | Update Python test address and key values to match Dogecoin format.Ross Nicoll2015-07-191-4/+4
| * | Disable payment protocol very large value test, as it's impossible to exceed ...Ross Nicoll2015-07-191-2/+3