aboutsummaryrefslogtreecommitdiff
path: root/src/chainparamsbase.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-17Extract MakeUnique into utilmemory.hBen Woosley
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-04-11ArgsManager: support config file sectionsAnthony Towns
2018-04-09Remove duplicate includespracticalswift
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-02-08Refactor: One CBaseChainParams should be enoughJorge Timón
2018-02-01Properly alphabetize output of CLI --help option.murrayn
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-06Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ...Wladimir J. van der Laan
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-04changed regtest RPCport to 18443 to avoid conflict with testnet 18332Ferdinando M. Ametrano
2017-05-03Chainparams: Use a regular factory for creating chainparamsJorge Timón
2017-04-26Remove unused C++ code not covered by unit testspracticalswift
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-02TRIVIAL: Chainparams: Remove unused CBaseUnitTestParamsJorge Timón
2015-12-01Constrain rpcport default values to a single location in codeLuke Dashjr
2015-10-20Chainparams: Translations: DRY: options and error stringsJorge Timón
2015-10-20Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón
2015-07-12Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParamsJorge Timón
2015-03-09test: Remove UNITTEST paramsWladimir J. van der Laan
2015-01-06Merge pull request #5513Wladimir J. van der Laan
2015-01-06Merge pull request #5598Wladimir J. van der Laan
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-11Remove unused chainparam networkIDjtimon
2014-10-25Update comments in chainparams to be doxygen compatibleMichael Ford
2014-10-17Merge pull request #4804 from jtimon/chainparams3Wladimir J. van der Laan
2014-10-16squashme on 3fdb9e8c (Bluematt's bikeshedding)jtimon
2014-10-10SQUASHME: NetworkIdFromCommandLine() function instead of methodjtimon
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-09-21Remove CBaseChainParams::NetworkID()jtimon
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-08-28cleanup include of assert.hPhilip Kaufmann
2014-07-15Can't log to debug log before chain params initializedWladimir J. van der Laan
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan