aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #621 from rnicoll/1.8-dev-blockv1.8.0-beta-1langerhans2014-08-181-1/+1
|\|
| * Set AuxPoW switchover block to 371337Ross Nicoll2014-08-181-1/+1
* | Merge pull request #620 from rnicoll/1.8-dev-rpclangerhans2014-08-182-4/+17
|\ \
| * | Disable AuxPoW RPC commands until switchover blockRoss Nicoll2014-08-182-4/+17
| |/
* | Merge pull request #616 from patricklodder/1.8-dev-auxpow-versionlangerhans2014-08-182-2/+17
|\ \
| * | check block version for aux blocks properly for version warningPatrick Lodder2014-08-172-2/+17
* | | Merge pull request #613 from rnicoll/1.8-dev-coinbaselangerhans2014-08-183-9/+18
|\ \ \ | |_|/ |/| |
| * | Correct AuxPoW coinbase script concatenation operators.Ross Nicoll2014-08-171-1/+5
| * | Correct format of AuxPow coinbase script.Ross Nicoll2014-08-172-7/+10
| * | Added further diagnostic detail in case of transaction ID clash.Ross Nicoll2014-08-161-2/+4
* | | Update protocol versionRoss Nicoll2014-08-171-1/+1
* | | Merge pull request #614 from rnicoll/1.8-dev-forkwarnlangerhans2014-08-171-3/+3
|\ \ \
| * | | Adjust trigger conditions for safe mode to suit Dogecoin block time.Ross Nicoll2014-08-171-3/+3
| |/ /
* | | Merge pull request #615 from rnicoll/1.8-dev-logolangerhans2014-08-171-0/+0
|\ \ \ | |_|/ |/| |
| * | Update the wallet logo to represent 1.8.Ross Nicoll2014-08-171-0/+0
| |/
* | Updated checkpoint statistics.Ross Nicoll2014-08-161-3/+3
* | Added checkpoints in preparation for 1.8 release.Ross Nicoll2014-08-161-0/+6
|/
* Merge pull request #601 from rnicoll/1.8-dev-leveldblangerhans2014-08-091-1/+6
|\
| * Added explicit check for key length when loading blocks from disk, to catch 1...Ross Nicoll2014-08-091-1/+6
* | Merge pull request #598 from rnicoll/1.8-dev-reindexlangerhans2014-08-081-4/+3
|\ \
| * | Pointer for GetStats() is now scoped rather than manually deleted.Ross Nicoll2014-08-081-2/+2
| * | Added missing step of deleting cursor in case of an error reading blocks from...Ross Nicoll2014-08-081-2/+1
* | | Merge pull request #597 from rnicoll/1.8-dev-spvlangerhans2014-08-082-0/+2
|\ \ \
| * | | Patched copying of block headers so that auxpow is also copied. Fixes asserti...Ross Nicoll2014-08-072-0/+2
| | |/ | |/|
* / | Removed unused ScanHash_CryptoPP() method.Ross Nicoll2014-08-071-35/+0
|/ /
* | Apply predetermined block for testnet forkPatrick Lodder2014-08-051-6/+15
* | Merge pull request #591 from patricklodder/1.8-version-check-fixlangerhans2014-08-041-1/+2
|\ \
| * | Check against the right aux block version numberPatrick Lodder2014-08-041-1/+2
* | | Merge pull request #589 from patricklodder/1.8-dev-testnet-retargetlangerhans2014-08-041-13/+13
|\ \ \
| * | | Break testnet difficulty reset out of never matching condition.Patrick Lodder2014-08-041-13/+13
| |/ /
* | | Merge pull request #588 from patricklodder/1.8-dev-retargetinglangerhans2014-08-041-20/+18
|\ \ \
| * | | Tidy up retargeting code and debug.log output.Patrick Lodder2014-08-041-20/+18
| |/ /
* | | Merge pull request #585 from rnicoll/1.8-dev-cleaninglangerhans2014-08-042-7/+11
|\ \ \ | |_|/ |/| |
| * | Revert unneeded changes introduced as a side-effect AuxPoW.Ross Nicoll2014-08-042-7/+11
| |/
* / version bumpsigwo2014-08-041-2/+2
|/
* Make version check in UpdateTip() consider auxpow block versionPatrick Lodder2014-08-031-1/+1
* Set chain id to 0x0062Patrick Lodder2014-08-031-1/+2
* extracted auxpow constsPatrick Lodder2014-08-033-22/+12
* send auxpow debug info to debug.log instead of stdoutPatrick Lodder2014-08-011-6/+5
* Replace getauxblock CBigNum with CScriptNumPatrick Lodder2014-08-011-1/+1
* Enable RPC commands for mining aux proof of work blocks.Nell Hardcastle2014-08-017-12/+346
* Support auxillary proof of work.Nell Hardcastle2014-08-019-71/+248
* Import Vince Durham's aux proof of work implementation.Nell Hardcastle2014-08-012-0/+216
* Added code to catch and remove any / from URI path elements.Ross Nicoll2014-07-241-1/+5
* Revert "change icons to version with 7 images"langerhans2014-07-132-0/+0
* Update bitcoin_ko_KR.tsnameEO2014-07-111-78/+87
* rpc: Add acceptors only when listening succeededWladimir J. van der Laan2014-07-091-2/+2
* rpc: Ignore and log errors during cancelWladimir J. van der Laan2014-07-091-2/+11
* CWallet: fix nTimeFirstKey init, by making constructor init common codeJeff Garzik2014-07-091-11/+10
* Properly initialize CWallet::nTimeFirstKeytm3141592014-07-091-0/+1