Age | Commit message (Expand) | Author |
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 |