208 Commits (1e187fea9dcfb8d973d1569eab6541d07a64dd1f)

Author SHA1 Message Date
Andreas Schildbach 132d3225f3 Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date. 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Pieter Wuille b1973d6181 Update chain transaction statistics 7 years ago
Gregory Maxwell 9a8b054185 Update defaultAssumeValid according to release-process.md. 7 years ago
Cory Fields c1be285364 chainparams: make supported service bits option explicit 7 years ago
Cory Fields 6cdc488e36 net: switch to dummy internal ip for dns seed source 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 7 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
Jorge Timón f87f3626e3
Chainparams: Use a regular factory for creating chainparams 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Peter Todd 3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds 8 years ago
Gregory Maxwell 3f78e460ba Update nMinimumChainWork and defaultAssumeValid. 8 years ago
Jonas Schnelli ca9955e706
Remove bitseed.xf2.org form the dns seed list 8 years ago
Gregory Maxwell e440ac7ef3 Introduce assumevalid setting to skip presumed valid scripts. 8 years ago
Pieter Wuille df3637177a Update estimated transaction count data 8 years ago
Pieter Wuille e356d9a758 Shorten variable names and switch to tx/s 8 years ago
Pieter Wuille 3641141c8f Move tx estimation data out of CCheckPointData 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille b4e4ba475a Introduce convenience type CTransactionRef 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Gregory Maxwell fd46136dfa IBD check uses minimumchain work instead of checkpoints. 8 years ago
Jorge Timón b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
Christian Decker 2449e12681 My DNS seed supports filtering 8 years ago
Matt Corallo ffb4713920 Add x9 service bit support to dnsseed.bluematt.me 8 years ago
Matt Corallo 504c72ad34 Comment that most dnsseeds only support some service bits combos 8 years ago
Pieter Wuille f9c23dea97 Define start and end time for segwit deployment 8 years ago
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