| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump Year Number to 2013 | super3 | 2013-10-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2829 from sipa/bip32 | Gavin Andresen | 2013-08-15 | 1 | -11/+14 |
| |\ | | | | | BIP 32 derivation + test vectors | ||||
| | * | BIP32 derivation implementation | Pieter Wuille | 2013-07-15 | 1 | -0/+4 |
| | | | |||||
| | * | Generalize version bytes | Pieter Wuille | 2013-06-24 | 1 | -11/+10 |
| | | | |||||
| * | | Add missing 0x prefix in chainparams.cpp | Roman Mindalev | 2013-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | main.h->core.h include dependency improvements. | Jeff Garzik | 2013-06-24 | 1 | -1/+2 |
| |/ | |||||
| * | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn | 2013-06-19 | 1 | -0/+286 |
| 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. | |||||