index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chainparamsbase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2019-04-03
1
-3
/
+3
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-07-17
1
-0
/
+1
*
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-1
/
+1
*
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-7
/
+4
*
ArgsManager: support config file sections
Anthony Towns
2018-04-11
1
-0
/
+1
*
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-14
/
+0
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Refactor: One CBaseChainParams should be enough
Jorge Timón
2018-02-08
1
-41
/
+3
*
|
Properly alphabetize output of CLI --help option.
murrayn
2018-02-01
1
-1
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ...
Wladimir J. van der Laan
2017-09-06
1
-1
/
+1
|
\
|
*
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
Ferdinando M. Ametrano
2017-08-04
1
-1
/
+1
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
|
/
*
Chainparams: Use a regular factory for creating chainparams
Jorge Timón
2017-05-03
1
-11
/
+8
*
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
1
-5
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams
Jorge Timón
2015-12-02
1
-13
/
+0
*
Constrain rpcport default values to a single location in code
Luke Dashjr
2015-12-01
1
-4
/
+9
*
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-20
1
-12
/
+11
*
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
2015-10-20
1
-14
/
+14
*
Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams
Jorge Timón
2015-07-12
1
-2
/
+3
*
test: Remove UNITTEST params
Wladimir J. van der Laan
2015-03-09
1
-3
/
+0
*
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-4
/
+0
|
\
|
*
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-4
/
+0
*
|
Merge pull request #5598
Wladimir J. van der Laan
2015-01-06
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused chainparam networkID
jtimon
2014-12-11
1
-4
/
+0
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Update comments in chainparams to be doxygen compatible
Michael Ford
2014-10-25
1
-14
/
+13
*
Merge pull request #4804 from jtimon/chainparams3
Wladimir J. van der Laan
2014-10-17
1
-10
/
+15
|
\
|
*
squashme on 3fdb9e8c (Bluematt's bikeshedding)
jtimon
2014-10-16
1
-1
/
+1
|
*
SQUASHME: NetworkIdFromCommandLine() function instead of method
jtimon
2014-10-10
1
-6
/
+6
|
*
Remove CBaseChainParams::NetworkID()
jtimon
2014-09-21
1
-10
/
+15
*
|
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
1
-0
/
+17
*
|
Revert merge of pull #4845
Wladimir J. van der Laan
2014-10-02
1
-17
/
+0
*
|
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-29
1
-0
/
+17
|
/
*
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-19
1
-23
/
+33
*
cleanup include of assert.h
Philip Kaufmann
2014-08-28
1
-1
/
+2
*
Can't log to debug log before chain params initialized
Wladimir J. van der Laan
2014-07-15
1
-0
/
+4
*
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
1
-0
/
+93