109 Commits (a6a860796a44a2805a58391a009ba22752f64e32)

Author SHA1 Message Date
Elias Rohrer e18378e53f Removed offline testnet DNSSeed 'alexykot.me'. 9 years ago
Wladimir J. van der Laan 64360f1304 Make max tip age an option instead of chainparam 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Alex Morcos 33c90cf197 Make skipping BIP30 check chain agnostic 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Jorge Timón f3525e24e3 Chainparams: Replace CBaseChainParams::Network enum with string constants (suggested by Wladimir) 9 years ago
Eric Lombrozo 7801f4387d Added fPowNoRetargeting field to Consensus::Params that disables nBits recalculation. 9 years ago
Luke Dashjr e761d7a94f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Daniel Kraft 5fb5c9b213 Clean up chainparams some more. 9 years ago
Cory Fields 17221bf77e chainparams: don't use std namespace 9 years ago
Cory Fields f0deec572b chainparams: move CCheckpointData into chainparams.h 9 years ago
Jorge Timón c4973aaaf6 Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams 9 years ago
Jorge Timón d3cf546ec2 Chainparams: Introduce CreateGenesisBlock() static function 9 years ago
Wladimir J. van der Laan 85ee55b5c3 rpc: Remove chain-specific RequireRPCPassword 9 years ago
Wladimir J. van der Laan 6ebac0782f Remove ChainParams::DefaultMinerThreads 9 years ago
Mark Friedenbach efd44440d8 Explicitly set tx.nVersion for the genesis block and mining tests 9 years ago
ayeowch dd9e688b3b Trivial: Corrected owner of DNS seeder 10 years ago
Luke Dashjr b05a89b2de Non-grammatical language improvements 10 years ago
Cory Fields 699682304f checkpoints: make checkpoints a member of CChainParams 10 years ago
Cory Fields 9f13a10548 checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer 10 years ago
Jonas Schnelli 1a0259f7f0 add jonasschnellis dns seeder 10 years ago
Cory Fields 739d6155d3 chainparams: use SeedSpec6's rather than CAddress's for fixed seeds 10 years ago
mrbandrews f9ec3f0fad Add block pruning functionality 10 years ago
Michael Ford 1e3473d384 Add operator names to DNS Seed list 10 years ago
Cory Fields fd311996e8 consensus: don't use arith_uint256 in consensus.h 10 years ago
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 10 years ago
Jorge Timón bd006110fb Consensus: Refactor: Introduce Consensus::Params class 10 years ago
Wladimir J. van der Laan 3aa0130b96 test: remove fSkipProofOfWork 10 years ago
Wladimir J. van der Laan 59bd89f116 test: Remove UNITTEST params 10 years ago
Cory Fields a2b04ddfe6 build: fix newer boost build with c++11 10 years ago
Wladimir J. van der Laan 734f85c4f0 Use arith_uint256 where necessary 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields 856e862f4a namespace: drop most boost namespaces and a few header cleanups 10 years ago
Gregory Maxwell a094b3d973 Remove bitnodes.io from dnsseeds. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
jtimon eb0d34b494 Remove unused chainparam networkID 10 years ago
Pavel Janík e0535e15ab Remove misleading comment about testnet's message string. 10 years ago
mruddy 0d91ae308c The first thing that SelectParams does is call SelectBaseParams. Therefore, we do not need to call SelectBaseParams immediately prior to calling SelectParams. 10 years ago
Michael Ford f2e03ffae9 Update comments in chainparams to be doxygen compatible 10 years ago
Wladimir J. van der Laan 7c0f36c431
Clear vFixedSeeds for regtest network 10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h 10 years ago
jtimon ca3ce0fa03 squashme on 3fdb9e8c (Bluematt's bikeshedding) 10 years ago
jtimon b796cb084b SQUASHME: NetworkIdFromCommandLine() function instead of method 10 years ago
jtimon cc97210799 Add fTestnetToBeDeprecatedFieldRPC to CChainParams 10 years ago
jtimon e11712df7e Move checkpoint data selection to chainparams 10 years ago
Wladimir J. van der Laan fbd36d8fb5
Avoid introducing a virtual into CChainParams 10 years ago
SergioDemianLerner f0fd00cb77 Switch testing framework from MAIN to new UNITTEST network 10 years ago