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.h
Age
Commit message (
Expand
)
Author
2014-10-25
Update comments in chainparams to be doxygen compatible
Michael Ford
2014-10-10
Remove CChainParams::NetworkID()
jtimon
2014-10-10
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-10-10
Move checkpoint data selection to chainparams
jtimon
2014-10-02
Avoid introducing a virtual into CChainParams
Wladimir J. van der Laan
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Avoid introducing a virtual into CChainParams
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-10
Merge pull request #4623
Wladimir J. van der Laan
2014-08-30
Broken addresses on command line no longer trigger testnet.
Ross Nicoll
2014-08-28
add missing header end comments
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-23
move pow constants to chainparams
jtimon
2014-06-17
Get rid of Params().RPCisTestNet()
jtimon
2014-06-16
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-10
remove wrong ; in chainparams.h and order includes
Philip Kaufmann
2014-06-04
Replace virtual methods with static attributes, chainparams.h depends on
jtimon
2014-06-04
Get rid of TestNet()
jtimon
2014-06-04
Add RPCisTestNet chain parameter
jtimon
2014-06-04
Add RequireStandard chain parameter
jtimon
2014-06-04
Add AllowMinDifficultyBlocks chain parameter
jtimon
2014-06-04
Move majority constants to chainparams
jtimon
2014-06-04
Get rid of RegTest()
jtimon
2014-06-04
Add DefaultCheckMemPool chain parameter
jtimon
2014-06-04
Add DefaultMinerThreads chain parameter
jtimon
2014-06-04
Add MineBlocksOnDemand chain parameter
jtimon
2014-06-04
Add MiningRequiresPeers chain parameter
jtimon
2014-05-09
Reduce bignum.h now it is only needed for scriptnum_tests
Pieter Wuille
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-15
misc spelling / space / style fixes
Philip Kaufmann
2013-08-22
GetDataDir(): cache paths for each network separately
Gavin Andresen
2013-08-15
Merge pull request #2876 from sipa/fixreorgcrash
Gavin Andresen
2013-08-15
Mempool consistency check
Pieter Wuille
2013-07-15
BIP32 derivation implementation
Pieter Wuille
2013-06-24
Generalize version bytes
Pieter Wuille
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
[prev]