aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-4/+1
| | | | | | | | | | | | | The new class is accessed via the Params() method and holds most things that vary between main, test and regtest networks. The regtest mode has two purposes, one is to run the bitcoind/bitcoinj comparison tool which compares two separate implementations of the Bitcoin protocol looking for divergence. The other is that when run, you get a local node which can mine a single block instantly, which is highly convenient for testing apps during development as there's no need to wait 10 minutes for a block on the testnet.
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-3/+1
|
* -alertnotify=<cmd>Gavin Andresen2013-03-191-2/+31
| | | | | | Runs a shell command when an AppliesToMe() alert is received. %s in the <cmd> string is replaced with the alert.strStatusBar message.
* Give testnet it's own alert key.Gavin Andresen2012-08-281-1/+4
|
* Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-0/+236