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
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-07-16
Remove wallet settings from chainparams
MarcoFalke
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-18
chainparams: Remove unused fMineBlocksOnDemand
MarcoFalke
2019-02-17
Update assumevalid, minimumchainwork, and getchaintxstats to height 563378.
Gregory Maxwell
2019-02-14
fixes m_assumed_blockchain_size variables values:
marcoagner
2019-01-21
Merge #14970: [net] add dnsseed.emzy.de to DNS seeds
Wladimir J. van der Laan
2019-01-11
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
2018-12-29
test: Add basic test for BIP34
MarcoFalke
2018-12-15
[net] add dnsseed.emzy.de to DNS seeds
Stephan Oeste
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-07
implements different disk sizes for different networks on intro
marcoagner
2018-09-23
Don't edit Chainparams after initialization
Jorge Timón
2018-09-04
doxygen: Remove misleading checkpoints comment in CMainParams
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
doc: Fix chainTxData comment
MarcoFalke
2018-07-29
chainparams: Update with data from assumed valid chain
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-02
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Russell Yanofsky
2018-04-13
Use P2SH consensus rules for all blocks
Suhas Daftuar
2018-04-09
Remove duplicate includes
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-26
Merge #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seeds
Wladimir J. van der Laan
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-01-29
[net] add seed.bitcoin.sprovoost.nl to DNS seeds
Sjors Provoost
2018-01-28
Fix typos
practicalswift
2018-01-25
Update chainTxData for 0.16
Wladimir J. van der Laan
2018-01-25
Update defaultAssumeValid according to release-process.md.
Gregory Maxwell
2018-01-24
Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...
Wladimir J. van der Laan
2018-01-19
Update chainparams comment for more info on service bits per dnsseed
Matt Corallo
2018-01-19
Fall back to oneshot for DNS Seeds which don't support filtering.
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-24
bluematt's testnet-seed now supports x9 (and is just a static list)
Matt Corallo
2017-12-16
[net] add seed.testnet.bitcoin.sprovoost.nl to testnet DNS seeds
Sjors Provoost
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-06
Have SegWit active by default
Pieter Wuille
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
Improve handling of BIP9Deployment limits
Anthony Towns
2017-10-19
Remove my testnet DNS seed as I currently don't have the capacity to keep it ...
Andreas Schildbach
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-08-03
Update chain transaction statistics
Pieter Wuille
2017-07-28
Update defaultAssumeValid according to release-process.md.
Gregory Maxwell
2017-06-22
chainparams: make supported service bits option explicit
Cory Fields
2017-06-14
net: switch to dummy internal ip for dns seed source
Cory Fields
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-05-30
Rename -bip9params to -vbparams
shaolinfry
[next]