| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Re-enable SuperMajority triggered activation for v2 block constraints
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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 for BIP16 and 30 properly
|
| |/ /
| |
| |
| |
| | |
BIP16 and BIP30 have both been enabled on Dogecoin since inception
and should not be conditional.
|
| |\ \
| |/
|/| |
Add paper wallet generator to QT wallet
|
| | | |
|
| |/ |
|
| |\
| |
| | |
changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount
|
| | |
| |
| |
| | |
CCoinsStats to prevent overflow
|
| |\ \
| | |
| | | |
Revised payment request handling to use genesis block hash
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 constants
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| |/
|/| |
Fix the basic and some of the extended RPC tests
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Update checkpoints
|
| | | |
|
| |\ \
| | |
| | | |
Minor fixes to concensus relevant parameters
|
| | | | |
|
| | |/
| |
| |
| | |
short block times
|
| |\ \
| |/
|/| |
Add Dogecoin current fee calculation logic
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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 initialization
|
| |/ /
| |
| |
| |
| | |
Add chain height when fetching consensus parameters in initialization,
this code was missed in the first patch as it was disabled at the time.
|
| |\ \
| | |
| | | |
Bring client up to date with Bitcoin Core 0.11.0
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
stephenhutchings commented 3 Jul 2015, 6:35 GMT:
> Hi Luke, happy for these to be distributed under the terms of the MIT licence.
> Let me know if you need anything further from me.
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is an ideal version of what the release process should look like,
making it more consistent with the OS X process. Some of the changes
described here would need to be made in the descriptors, which is somewhat
beyond what I would feel comfortable doing, not really understanding the signature process in depth.
[skip ci]
Github-Pull: #6354
Rebased-From: 6e849b8309558ec83710d86c0f784566996da58b
|
| | | |
| | |
| | |
| | |
| | | |
Github-Pull: #6354
Rebased-From: a3ba9a553acefd567ccb304b8600d2149ffab9aa
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | | |
| | |
| | |
| | |
| | | |
Github-Pull: #6246
Rebased-From: 0640a5eb60b06de61f873fd88ae0252f5a11c339
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is exactly like the current OSX signing process.
osslsigncode has been patched to detach and re-attach Windows signatures.
The changes can be seen here: https://github.com/theuni/osslsigncode/commits/attach-signature
There's a pull-request open upstream for the changes:
https://sourceforge.net/p/osslsigncode/osslsigncode/merge-requests/3/
This work has been back-ported to the stable 1.7.1 release of osslsigncode, so
that a smaller patch can be reviewed.
Github-Pull: #6303
Rebased-From: d08cfc2bd752fdb1e8547f957f1c38275540df7a
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move from sourceforge to linux foundation.
Also get rid of some other stale mentions of sourceforge.
Github-Pull: #6319
Rebased-From: 88d8525ca2ff2afc171cd0f625a098371f3a6af5
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Re-enable partition check, it should be safe again after #6256.
This reverts commit 3eada74d6f4720e650c67461c04c3aafdeaff21e.
|
| |\ \ \
| | | |
| | | | |
Add Scrypt hash and AuxPoW header to index database
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \ \
| |_|/ /
|/| | | |
Remove hard coded switch on whether simplified rewards are used.
|
| | |/ / |
|
| |\ \ \
| | | |
| | | | |
Update .travis.yml to make use of the new container based infrastructure
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| | |
Minor AuxPoW fixes
|
| |/ /
| |
| |
| |
| |
| | |
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 block
|
| |/
|
|
|
|
| |
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.
|