| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed ↵ | Jorge Timón | 2015-05-15 | 1 | -3/+36 |
| | | | | | | | GetBlockSubsidy] Remove redundant getter CChainParams::SubsidyHalvingInterval() | ||||
| * | Merge pull request #5859 | Wladimir J. van der Laan | 2015-03-12 | 1 | -0/+17 |
| |\ | | | | | | | 9519a9a Add correct bool combiner for net signals (Pieter Wuille) | ||||
| | * | Add correct bool combiner for net signals | Pieter Wuille | 2015-03-06 | 1 | -0/+17 |
| | | | |||||
| * | | tests: change main and wallet tests to BOOST_FIXTURE_TEST_SUITE | Wladimir J. van der Laan | 2015-03-09 | 1 | -1/+3 |
| |/ | | | | | | | | | | Avoid this travis error: test_bitcoin: chainparams.cpp:330: const CChainParams& Params(): Assertion `pCurrentParams' failed. unknown location(0): fatal error in "subsidy_limit_test": signal: SIGABRT (application abort requested) test/allocator_tests.cpp(116): last checkpoint | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | MOVEONLY: core/ -> primitives/ | Luke Dashjr | 2014-12-03 | 1 | -1/+1 |
| | | |||||
| * | MOVEONLY: Separate CTransaction and dependencies from core | jtimon | 2014-10-27 | 1 | -1/+1 |
| | | |||||
| * | Use a typedef for monetary values | Mark Friedenbach | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3842 from ditto-b/master | Gavin Andresen | 2014-04-02 | 1 | -1/+1 |
| |\ | | | | | Fix for GetBlockValue() after block 13,440,000 | ||||
| | * | Edit subsidy_limit_test to account for BIP42 | ditto-b | 2014-04-02 | 1 | -1/+1 |
| | | | | | | | Because no one wants 4 gold mines being discovered every mibillenium. | ||||
| * | | Add licenses for tests and test data | Wladimir J. van der Laan | 2014-03-18 | 1 | -0/+4 |
| |/ | | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848 | ||||
| * | Total money limit test | Pieter Wuille | 2014-03-05 | 1 | -0/+20 |
| Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <[email protected]> | |||||