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
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
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-16
Add debug startup parameter -fastprune for more effective pruning tests
Jonas Schnelli
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-01-31
refactor: init vectors via std::{begin,end} to avoid pointer arithmetic
Sebastian Falbesoner
2020-12-15
Move signet onion seed from v2 to v3
Sjors Provoost
2020-11-16
Merge #20238: doc: Missing comments for signet parameters
MarcoFalke
2020-11-02
Update assumed chain params
MarcoFalke
2020-10-26
doc: Missing comments for signet parameters
kanon
2020-10-21
Merge #20157: Bugfix: chainparams: Add missing (always enabled) Taproot deplo...
MarcoFalke
2020-10-20
Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet
Luke Dashjr
2020-10-16
Initialize default-initialized uint256 consensus params to zero explicitly
MarcoFalke
2020-10-15
doc: Move assumed-values doxygen comments to header
MarcoFalke
2020-10-15
signet: Fix uninitialized read in validation
MarcoFalke
[next]