aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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 messages
| | * | | 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
| | * | Add NODE_BLOOM service bit and bump protocol versionPeter Todd2015-08-286-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lets nodes advertise that they offer bloom filter support explicitly. The protocol version bump allows SPV nodes to assume that NODE_BLOOM is set if NODE_NETWORK is set for pre-70002 nodes. Also adds an undocumented option to turn bloom filter support off for testing purposes. Nodes attempting to use bloom filters are immediately dropped so as to not waste their bandwidth. ensure backward compatible service bits update protocol version to 70004
| * | | Merge pull request #1267 from patricklodder/1.10-strict-auxpowMax K.2015-08-263-1/+16
| |\ \ \ | | | | | | | | | | [auxpow] Check for auxpow fork strictly
| | * | | [auxpow] Check for auxpow fork strictlyPatrick Lodder2015-08-233-1/+16
| | |/ / | | | | | | | | | | | | | | | | | | | | Disallow any auxpow block before the blockheight where auxpow gets enabled. For consistency, this also re-enables legacy headers on regtest.
| * / / [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2015-08-231-1/+13
| |/ / | | | | | | | | | | | | Adds a wrapper around getauxblock to return boolean responses for getauxblock rather than bip22 responses.
| * | 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 time
| | * | Update fork detection parameters for Dogecoin block timeRoss Nicoll2015-08-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | I've multiplied fork detection parameters by 5 - the wall clock time elapsed for "long" forks is therefore half that of Bitcoin, but IMHO those figures are excessive for a chain with 1 minute block times.
| * | | 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 tests
| | * | | Disable payment protocol certificate unit testsRoss Nicoll2015-08-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable payment protocol certificate unit tests; we don't modify this code, and regenerating the test data is likely to be significantly time consuming. Will re-enable once discussion on spec is concluded.
| * | | | Merge pull request #1231 from patricklodder/1.10-majority-v2-constraintsRoss Nicoll2015-08-101-3/+6
| |\ \ \ \ | | | | | | | | | | | | Re-enable SuperMajority triggered activation for v2 block constraints
| | * | | | Re-enable SuperMajority triggered activation for v2 block constraintsPatrick Lodder2015-08-101-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start validating v2 blocks when there is a v3 supermajority, because v2 clients (1.5->1.8) had supermajority checks disabled. This is needed for future-proofing, so that a currently accepted, but invalid v2 block will also be accepted on newer nodes.
| * | | | | Enable block constraints properlyPatrick Lodder2015-08-101-20/+17
| | |/ / / | |/| | | | | | | | | | | | | | | | | | BIP16 and BIP30 have both been enabled on Dogecoin since inception and should not be conditional.
| * | | | 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
| | * | | changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in ↵ukurokawa2015-08-044-2/+13
| | | | | | | | | | | | | | | | | | | | CCoinsStats to prevent overflow
| * | | | Merge pull request #1220 from rnicoll/1.10-paymentprotocolMax K.2015-08-062-13/+15
| |\ \ \ \ | | | | | | | | | | | | Revised payment request handling to use genesis block hash
| | * | | | Revised payment request handling to use genesis block hash instead of ↵Ross Nicoll2015-08-062-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network name Revised payment request handling to use genesis block hash instead of network name, enabling support for more networks that just Bitcoin main and test net.
| * | | | | Update time-based constantsRoss Nicoll2015-08-042-15/+15
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updated various time-based constants to more closely reflect values appropriate to Dogecoin: * Number of blocks to look back for BIP 66 enforcement is doubled on main net (to about a day and a half's worth, vs 5 days on Bitcoin), and raised to 1,000 on testnet (bringing it up to the same quantity as Bitcoin testnet). * BIP 66 enforcement cut-offs are scaled up appropriate. * Minimum number of blocks and blockchain size are increased for pruning. In comparison to Bitcoin this uses 24 hours as a minimum, rather than 48, although given blocks are rarely full this likely reflects a lot longer in reality.
| * | | | 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 checkpoints
| | * | | Update checkpointsRoss Nicoll2015-07-301-13/+7
| | | | |
| * | | | Merge pull request #1213 from langerhans/1.10-dev-maturityRoss Nicoll2015-07-317-14/+17
| |\ \ \ \ | | | | | | | | | | | | Minor fixes to concensus relevant parameters
| | * | | | Move COINBASE_MATURITY to the consensus parameterslangerhans2015-07-317-13/+14
| | | | | |
| | * | | | Make RegTest use simplified rewards for easier test vector setup and use ↵langerhans2015-07-311-1/+3
| | |/ / / | | | | | | | | | | | | | | | short block times
| * | | | Merge pull request #1204 from rnicoll/1.10-feesMax K.2015-07-3111-19/+78
| |\ \ \ \ | | |/ / / | |/| | | Add Dogecoin current fee calculation logic
| | * | | Add Dogecoin current fee calculation logicRoss Nicoll2015-07-3111-19/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces 1 COIN/kb fees, rounded up to the next 1 COIN. Disable free transactions Dust outputs incur a 1 COIN additional fee Add unit tests for fee calculation Update existing unit tests with higher transaction values so that transactions are still standard
| * | | | Add chain height when fetching consensus parameters in initializationRoss Nicoll2015-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Add chain height when fetching consensus parameters in initialization, this code was missed in the first patch as it was disabled at the time.
| * | | | Merge pull request #1207 from rnicoll/1.10-bitcoinMax K.2015-07-305-11/+16
| |\ \ \ \ | | | | | | | | | | | | Bring client up to date with Bitcoin Core 0.11.0
| | * | | | Advance pindexLastCommonBlock for blocks in chainActiveSuhas Daftuar2015-07-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents an edge case where a block downloaded and pruned in-between successive calls to FindNextBlocksToDownload could cause the block to be unnecessarily re-requested. Github-Pull: #6233 Rebased-From: 3e9143386a90e508c8d41719294db11264f5f0a0
| | * | | | fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann2015-07-292-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes #3136 - the problem is related to Boost path and a static initialized internal pointer - using a std::string in CDBEnv::EnvShutdown() prevents the problem - this removes the boost::filesystem::path path field from CDBEnv Github-Pull: #6282 Rebased-From: 0ce30eaa36295447c6e7f8d16a05798c746fe28a
| | * | | | Add an alternate location of endian.h headerAndriy Voskoboinyk2015-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github-Pull: #6246 Rebased-From: 0640a5eb60b06de61f873fd88ae0252f5a11c339
| | * | | | Revert "Disable partition check for now, it triggers too often (issue #6251)"Wladimir J. van der Laan2015-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable partition check, it should be safe again after #6256. This reverts commit 3eada74d6f4720e650c67461c04c3aafdeaff21e.
| * | | | | Merge pull request #1206 from rnicoll/1.10-txdbMax K.2015-07-304-10/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Scrypt hash and AuxPoW header to index database
| | * | | | | Add Scrypt hash and AuxPoW header to index databaseRoss Nicoll2015-07-264-10/+32
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Scrypt hash and AuxPoW header to index database so that index can be validated (a check that both Litecoin and Namecoin disable for simplicity). The index format is incompatible with 1.8, as a result, however, and guidelines on performing the upgrade will need to be prepared. Given scope of the change, it may be advisable for services to prepare bootstrap files and destroy existing index databases entirely before reindexing. To discuss.
| * | | | | 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.
| | * | | | Remove hard coded switch on whether simplified rewards are used.Ross Nicoll2015-07-274-2/+10
| | |/ / /
| * | / / Minor AuxPoW fixesRoss Nicoll2015-07-283-2/+9
| | |/ / | |/| | | | | | | | | | | | | | | | | | Replaced references to Namecoin with Dogecoin Set chain ID when constructing a new block to be mined Added assignment overload so that assigning one BlockVersion to another does a full copy.
| * | | Use block height 0 when checking for genesis blockRoss Nicoll2015-07-261-2/+2
| |/ / | | | | | | | | | | | | | | | There is no previous block when validating the genesis block as part of contextual checks, so block height cannot be used. Consensus parameters are now taken from height 0 for the genesis check, and from block height only if the it's not the genesis block.
| * | 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
| | | | | | | | | | | | maximum Dogecoin in a payment request.
| * | Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ↵coblee2015-07-191-1/+7
| | | | | | | | | | | | issue where a 51% attack can change difficulty at will. Go back the full period unless it's the first retarget after genesis.
| * | Minor Dogecoin consensus fixesRoss Nicoll2015-07-196-25/+19
| | | | | | | | | | | | | | | | | | | | | Updated maximum coins to match Dogecoin. Updated protocol version to disable connections to pre-AuxPoW clients. Disable version 2 block requirement Update coinbase maturity to match Dogecoin
| * | Modify chain consensus parameters to be height awareRoss Nicoll2015-07-1914-90/+256
| | |