- 04 Jun, 2014 3 commits
- 09 May, 2014 2 commits
-
-
Pieter Wuille authored
-
Pieter Wuille authored
-
- 10 Nov, 2013 1 commit
-
-
Brandon Dahler authored
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
-
- 15 Oct, 2013 1 commit
-
-
Philip Kaufmann authored
-
- 22 Aug, 2013 1 commit
-
-
Gavin Andresen authored
-
- 15 Aug, 2013 1 commit
-
-
Pieter Wuille authored
-
- 14 Jul, 2013 1 commit
-
-
Pieter Wuille authored
-
- 23 Jun, 2013 1 commit
-
-
Pieter Wuille authored
-
- 19 Jun, 2013 1 commit
-
-
Mike Hearn authored
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.
-