127 Commits (0329511b9cd60146fcd27a75600e404122505593)

Author SHA1 Message Date
Jonas Schnelli 40a95cfd8f
Set jonasschnellis dns-seeder filter flag 8 years ago
Suhas Daftuar 56c87e9211 Allow changing BIP9 parameters on regtest 8 years ago
NicolasDorier 122786d0e0 Consensus: Remove ISM 8 years ago
Pieter Wuille 133deb83df Mark my dnsseed as supporting filtering 8 years ago
Johnson Lau f8528134fc BIP9 parameters for testnet 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Pieter Wuille bc0a895d81 Do not set extra flags for unfiltered DNS seed results 8 years ago
Peter Todd d80efec327
Update petertodd's testnet seed 8 years ago
Jonas Schnelli 2d83013dc5
Add support for dnsseeds with option to filter by servicebits 8 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 9 years ago
BtcDrak 1b77471bd6 Remove alert keys 9 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 9 years ago
Suhas Daftuar 532cbb22b5 Add testing of ComputeBlockVersion 9 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 9 years ago
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