Age | Commit message (Expand) | Author |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-09-29 | net: Add alternative port for onion service | Hennadii Stepanov |
2020-09-25 | doc: Mention signet in -help output | Hennadii Stepanov |
2020-09-18 | signet: hard-coded parameters for Signet Global Network VI (2020-09-07) | Karl-Johan Alm |
2020-09-18 | add signet chain and accompanying parameters | Karl-Johan Alm |
2020-07-29 | scripted-diff: Replace gArgs with local argsman | Ivan Metlushko |
2020-07-29 | refactor: add unused ArgsManager to replace gArgs | Ivan Metlushko |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-09-06 | Testchains: Generic selection with -chain=<str> in addition of -testnet and -... | Jorge Timón |
2019-08-14 | [Consensus] Bury segwit deployment | John Newbery |
2019-07-27 | scripted-diff: Use ArgsManager::DEBUG_ONLY flag | Hennadii Stepanov |
2019-07-27 | scripted-diff: Use Flags enum in AddArg() | Hennadii Stepanov |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-23 | Don't edit Chainparams after initialization | Jorge Timón |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-17 | Extract MakeUnique into utilmemory.h | Ben Woosley |
2018-05-30 | Stop translating command line options | Wladimir J. van der Laan |
2018-05-09 | Make gArgs aware of the arguments | Andrew Chow |
2018-04-11 | ArgsManager: support config file sections | Anthony Towns |
2018-04-09 | Remove duplicate includes | practicalswift |
2018-04-06 | Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName | Anthony Towns |
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-02-08 | Refactor: One CBaseChainParams should be enough | Jorge Timón |
2018-02-01 | Properly alphabetize output of CLI --help option. | murrayn |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-06 | Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ... | Wladimir J. van der Laan |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-04 | changed regtest RPCport to 18443 to avoid conflict with testnet 18332 | Ferdinando M. Ametrano |
2017-05-03 | Chainparams: Use a regular factory for creating chainparams | Jorge Timón |
2017-04-26 | Remove unused C++ code not covered by unit tests | practicalswift |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-12-02 | TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams | Jorge Timón |
2015-12-01 | Constrain rpcport default values to a single location in code | Luke Dashjr |
2015-10-20 | Chainparams: Translations: DRY: options and error strings | Jorge Timón |
2015-10-20 | Chainparams: Replace CBaseChainParams::Network enum with string constants (su... | Jorge Timón |
2015-07-12 | Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams | Jorge Timón |
2015-03-09 | test: Remove UNITTEST params | Wladimir J. van der Laan |
2015-01-06 | Merge pull request #5513 | Wladimir J. van der Laan |
2015-01-06 | Merge pull request #5598 | Wladimir J. van der Laan |
2015-01-02 | namespace: drop most boost namespaces and a few header cleanups | Cory Fields |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-11 | Remove unused chainparam networkID | jtimon |
2014-10-25 | Update comments in chainparams to be doxygen compatible | Michael Ford |
2014-10-17 | Merge pull request #4804 from jtimon/chainparams3 | Wladimir J. van der Laan |
2014-10-16 | squashme on 3fdb9e8c (Bluematt's bikeshedding) | jtimon |
2014-10-10 | SQUASHME: NetworkIdFromCommandLine() function instead of method | jtimon |
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 |