index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chainparams.cpp
Age
Commit message (
Expand
)
Author
2023-05-25
test: Throw error when -signetchallenge is non-hex
MarcoFalke
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-09
Add missing definitions in prep for scripted diff
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-15
Split non/kernel chainparams
Carl Dong
2023-03-15
Add factory functions for Main/Test/Sig/Reg chainparams
Carl Dong
2023-03-15
Remove UpdateVersionBitsParameters
Carl Dong
2023-03-15
Decouple RegTestChainParams from ArgsManager
Carl Dong
2023-03-15
Decouple SigNetChainParams from ArgsManager
Carl Dong
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-31
Update chainparams for 24.0 release
Janna
2022-07-20
Use HashWriter where possible
MacroFake
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-03-25
Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...
laanwj
2022-03-10
test: set segwit height back to 0 on regtest
Martin Zumsande
2022-02-24
Update nMinimumChainWork, defaultAssumeValid for 23.x
laanwj
2022-02-24
Update chainTxData for 23.x
laanwj
2022-02-24
Update m_assumed_* chain parameters for 23.x
laanwj
2022-01-29
Enforce Taproot script flags whenever WITNESS is set
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-14
Use absolute FQDN for DNS seed domains
Prayank
2021-09-28
doc: Remove un-actionable TODO from chainparams.cpp
MarcoFalke
2021-09-27
Merge bitcoin/bitcoin#23021: net: switch to signet DNS seed
W. J. van der Laan
2021-09-17
net: switch to signet DNS seed
Sjors Provoost
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
2021-09-16
Introduce -testactivationheight=name@height setting
MarcoFalke
2021-08-26
Set regtest.BIP65Height = 111 to speed up tests
MarcoFalke
2021-08-05
test: Set regtest.BIP66Height = 102 to speed up tests
MarcoFalke
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-08-03
Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logic
fanquake
2021-07-30
[test] Introduce test logic to query DNS seeds
Amiti Uttarwar
2021-07-22
Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServices
W. J. van der Laan
2021-07-19
Update assumed chain params
Sriram
2021-07-07
[p2p] remove unused segwitheight=-1 option
Dhruv Mehta
2021-06-30
[move-only] Rename versionbitsinfo to deploymentinfo
Anthony Towns
2021-06-18
test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-06-02
CRegTestParams: Use `args` instead of `gArgs`.
Kiminuo
2021-05-16
fuzz: Add utxo_snapshot target
MarcoFalke
2021-05-11
refactor: Use type-safe assumeutxo hash
MarcoFalke
2021-05-11
refactor: Remove unused code
MarcoFalke
2021-04-14
Add mainnet and testnet taproot activation params
Andrew Chow
2021-04-15
Merge #21377: Speedy trial support for versionbits
fanquake
2021-04-12
chainparams: drop versionbits threshold to 90% for mainnnet and signet
Anthony Towns
2021-04-12
versionbits: Add explicit NEVER_ACTIVE deployments
Anthony Towns
2021-04-12
versionbits: Add support for delayed activation
Anthony Towns
2021-04-08
test: Use compressed keys in TestChain100Setup
MarcoFalke
2021-04-06
Merge #21560: net: Add Tor v3 hardcoded seeds
W. J. van der Laan
2021-04-05
net: Deserialize hardcoded seeds from BIP155 blob
W. J. van der Laan
2021-04-01
[doc] correct comment in chainparams
glozow
[next]