- 29 Sep, 2014 1 commit
-
-
SergioDemianLerner authored
UNITTEST inherites from MAIN but allows synamically changing its parameters using the ModifiableParams() interface
-
- 30 Aug, 2014 1 commit
-
-
Ross Nicoll authored
When passing a bitcoin: URI on the command line, invalid addresses do not incorrectly send the user to the test network.
-
- 28 Aug, 2014 1 commit
-
-
Philip Kaufmann authored
- ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files
-
- 25 Jun, 2014 1 commit
-
-
Wladimir J. van der Laan authored
This commit removes all the unnecessary dependencies (key, core, netbase, sync, ...) from bitcoin-cli. To do this it shards the chain parameters into BaseParams, which contains just the RPC port and data directory (as used by utils and bitcoin-cli) and Params, with the rest.
-
- 23 Jun, 2014 1 commit
-
-
jtimon authored
-
- 17 Jun, 2014 1 commit
-
-
jtimon authored
-
- 16 Jun, 2014 1 commit
-
-
Wladimir J. van der Laan authored
It's considered bad form to import things into the global namespace in a header. Put it in the cpp files where it is needed instead.
-
- 12 Jun, 2014 1 commit
-
-
Philip Kaufmann authored
- returns the BIP70 network string - use that new function in the core and GUI code and remove unused code and functions
-
- 10 Jun, 2014 1 commit
-
-
Philip Kaufmann authored
-
- 04 Jun, 2014 11 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.
-