aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.cpp
AgeCommit message (Expand)Author
2023-05-25test: Throw error when -signetchallenge is non-hexMarcoFalke
2023-05-10refactor: Use ChainType enum exhaustivelyTheCharlatan
2023-05-09Add missing definitions in prep for scripted diffTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-15Split non/kernel chainparamsCarl Dong
2023-03-15Add factory functions for Main/Test/Sig/Reg chainparamsCarl Dong
2023-03-15Remove UpdateVersionBitsParametersCarl Dong
2023-03-15Decouple RegTestChainParams from ArgsManagerCarl Dong
2023-03-15Decouple SigNetChainParams from ArgsManagerCarl Dong
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-31Update chainparams for 24.0 releaseJanna
2022-07-20Use HashWriter where possibleMacroFake
2022-04-11refactor: introduce single-separator split helper `SplitString`Sebastian Falbesoner
2022-03-25Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...laanwj
2022-03-10test: set segwit height back to 0 on regtestMartin Zumsande
2022-02-24Update nMinimumChainWork, defaultAssumeValid for 23.xlaanwj
2022-02-24Update chainTxData for 23.xlaanwj
2022-02-24Update m_assumed_* chain parameters for 23.xlaanwj
2022-01-29Enforce Taproot script flags whenever WITNESS is setMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-14Use absolute FQDN for DNS seed domainsPrayank
2021-09-28doc: Remove un-actionable TODO from chainparams.cppMarcoFalke
2021-09-27Merge bitcoin/bitcoin#23021: net: switch to signet DNS seedW. J. van der Laan
2021-09-17net: switch to signet DNS seedSjors Provoost
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-09-16Introduce -testactivationheight=name@height settingMarcoFalke
2021-08-26Set regtest.BIP65Height = 111 to speed up testsMarcoFalke
2021-08-05test: Set regtest.BIP66Height = 102 to speed up testsMarcoFalke
2021-08-03Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtestMarcoFalke
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake
2021-07-30[test] Introduce test logic to query DNS seedsAmiti Uttarwar
2021-07-22Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServicesW. J. van der Laan
2021-07-19Update assumed chain paramsSriram
2021-07-07[p2p] remove unused segwitheight=-1 optionDhruv Mehta
2021-06-30[move-only] Rename versionbitsinfo to deploymentinfoAnthony Towns
2021-06-18test: Set BIP34Height = 2 for regtestMarcoFalke
2021-06-02CRegTestParams: Use `args` instead of `gArgs`.Kiminuo
2021-05-16fuzz: Add utxo_snapshot targetMarcoFalke
2021-05-11refactor: Use type-safe assumeutxo hashMarcoFalke
2021-05-11refactor: Remove unused codeMarcoFalke
2021-04-14Add mainnet and testnet taproot activation paramsAndrew Chow
2021-04-15Merge #21377: Speedy trial support for versionbitsfanquake
2021-04-12chainparams: drop versionbits threshold to 90% for mainnnet and signetAnthony Towns
2021-04-12versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-12versionbits: Add support for delayed activationAnthony Towns
2021-04-08test: Use compressed keys in TestChain100SetupMarcoFalke
2021-04-06Merge #21560: net: Add Tor v3 hardcoded seedsW. J. van der Laan
2021-04-05net: Deserialize hardcoded seeds from BIP155 blobW. J. van der Laan
2021-04-01[doc] correct comment in chainparamsglozow