aboutsummaryrefslogtreecommitdiff
path: root/src/chainparamsbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2019-04-031-3/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Extract MakeUnique into utilmemory.hBen Woosley2018-07-171-0/+1
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-1/+1
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-7/+4
* ArgsManager: support config file sectionsAnthony Towns2018-04-111-0/+1
* Remove duplicate includespracticalswift2018-04-091-1/+0
* Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-14/+0
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Refactor: One CBaseChainParams should be enoughJorge Timón2018-02-081-41/+3
* | Properly alphabetize output of CLI --help option.murrayn2018-02-011-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ...Wladimir J. van der Laan2017-09-061-1/+1
|\
| * changed regtest RPCport to 18443 to avoid conflict with testnet 18332Ferdinando M. Ametrano2017-08-041-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
|/
* Chainparams: Use a regular factory for creating chainparamsJorge Timón2017-05-031-11/+8
* Remove unused C++ code not covered by unit testspracticalswift2017-04-261-5/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* TRIVIAL: Chainparams: Remove unused CBaseUnitTestParamsJorge Timón2015-12-021-13/+0
* Constrain rpcport default values to a single location in codeLuke Dashjr2015-12-011-4/+9
* Chainparams: Translations: DRY: options and error stringsJorge Timón2015-10-201-12/+11
* Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón2015-10-201-14/+14
* Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParamsJorge Timón2015-07-121-2/+3
* test: Remove UNITTEST paramsWladimir J. van der Laan2015-03-091-3/+0
* Merge pull request #5513Wladimir J. van der Laan2015-01-061-4/+0
|\
| * namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-4/+0
* | Merge pull request #5598Wladimir J. van der Laan2015-01-061-4/+0
|\ \ | |/ |/|
| * Remove unused chainparam networkIDjtimon2014-12-111-4/+0
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Update comments in chainparams to be doxygen compatibleMichael Ford2014-10-251-14/+13
* Merge pull request #4804 from jtimon/chainparams3Wladimir J. van der Laan2014-10-171-10/+15
|\
| * squashme on 3fdb9e8c (Bluematt's bikeshedding)jtimon2014-10-161-1/+1
| * SQUASHME: NetworkIdFromCommandLine() function instead of methodjtimon2014-10-101-6/+6
| * Remove CBaseChainParams::NetworkID()jtimon2014-09-211-10/+15
* | Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-10-021-0/+17
* | Revert merge of pull #4845Wladimir J. van der Laan2014-10-021-17/+0
* | Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-09-291-0/+17
|/
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-23/+33
* cleanup include of assert.hPhilip Kaufmann2014-08-281-1/+2
* Can't log to debug log before chain params initializedWladimir J. van der Laan2014-07-151-0/+4
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-0/+93