aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...coblee2015-07-191-1/+7
| * | Minor Dogecoin consensus fixesRoss Nicoll2015-07-196-25/+19
| * | Modify chain consensus parameters to be height awareRoss Nicoll2015-07-1914-90/+256
| * | Adapt AuxPoW to DogecoinRoss Nicoll2015-07-1015-159/+160
| * | Merge AuxPoW support from NamecoreDaniel Kraft2015-07-0527-222/+1473
| * | [tests] fix partition alerts for DogecoinPatrick Lodder2015-07-051-9/+9
| * | Further unit test correctionsRoss Nicoll2015-07-057-49/+53
| * | [tests] use dogecoin fixtures pt1Patrick Lodder2015-07-037-680/+689
| * | Added Digishield support and unit testsRoss Nicoll2015-06-284-4/+157
| * | Add Dogecoin block subsidy calculations.Ross Nicoll2015-06-287-2/+159
| * | Added Scrypt mining support based on Dogecoin 1.9 work.Ross Nicoll2015-06-281-11/+17
| * | Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009)Warren Togami2015-06-2810-2/+565
| * | port dogecoin base chainparamsPatrick Lodder2015-06-272-77/+85
| * | Fix scheduler build with some boost versions.Cory Fields2015-06-161-1/+3
| * | translation update pre-rc2Wladimir J. van der Laan2015-06-1570-1659/+2419
| * | Use best header chain timestamps to detect partitioningGavin Andresen2015-06-154-14/+16
| * | Add option `-alerts` to opt out of alert systemWladimir J. van der Laan2015-06-153-1/+8
| * | Fix getbalance *Tom Harding2015-06-151-3/+3
| * | Remove translation for -help-debug optionsWladimir J. van der Laan2015-06-123-216/+114
| * | Prune: Support noncontiguous block filesAdam Weiss2015-06-112-19/+38
| * | Fix removing of orphan transactionsAlex Morcos2015-06-101-3/+4
| * | Disable partition check for now, it triggers too often (issue #6251)Wladimir J. van der Laan2015-06-081-2/+2
| * | Be stricter in processing unrequested blocksSuhas Daftuar2015-06-035-22/+33
| * | json: fail read_string if string contains trailing garbageWladimir J. van der Laan2015-06-032-3/+21
| * | Remove P2SH coinbase flag, no longer interestingLuke Dashjr2015-06-021-6/+0
| * | Ignore getheaders requests when not synced.Suhas Daftuar2015-06-021-0/+3
| * | Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-06-018-38/+39