1. 04 Jun, 2014 3 commits
  2. 09 May, 2014 2 commits
  3. 10 Nov, 2013 1 commit
    • Brandon Dahler's avatar
      Cleanup code using forward declarations. · e28f37ca
      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.
      e28f37ca
  4. 15 Oct, 2013 1 commit
  5. 22 Aug, 2013 1 commit
  6. 15 Aug, 2013 1 commit
  7. 14 Jul, 2013 1 commit
  8. 23 Jun, 2013 1 commit
  9. 19 Jun, 2013 1 commit
    • Mike Hearn's avatar
      Introduce a CChainParameters singleton class and regtest mode. · d4d533e0
      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.
      d4d533e0