Age | Commit message (Expand) | Author |
2015-04-15 | Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter | Jorge Timón |
2015-04-10 | Revert mining changes in #5957 | Wladimir J. van der Laan |
2015-04-01 | Bugfix: make CreateNewBlock return pindexPrev | Pieter Wuille |
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille |
2015-04-01 | Simplify hash loop code | Pieter Wuille |
2015-03-26 | Consensus: Refactor: Decouple pow.o from chainparams.o | Jorge Timón |
2015-03-12 | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli |
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel Janík |
2015-01-24 | Merge pull request #5599 | Wladimir J. van der Laan |
2015-01-12 | MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h) | Luke Dashjr |
2015-01-05 | Use arith_uint256 where necessary | Wladimir J. van der Laan |
2015-01-04 | Get rid of the internal miner's hashmeter | jtimon |
2015-01-02 | Remove declaration of no longer existent CheckWork | Wladimir J. van der Laan |
2014-12-27 | Decouple miner.o and txmempool.o from CTxUndo | jtimon |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-19 | Merge pull request #5470 | Wladimir J. van der Laan |
2014-12-17 | make all catch() arguments const | Philip Kaufmann |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr |
2014-11-24 | Merge pull request #1816 | Wladimir J. van der Laan |
2014-11-21 | Merge pull request #5170 | Wladimir J. van der Laan |
2014-11-20 | CreateNewBlock: Stick height in coinbase so we pass template sanity check | Luke Dashjr |
2014-11-18 | TestBlockValidity function for CBlock proposals (used by CreateNewBlock) | Luke Dashjr |
2014-11-18 | CreateNewBlock and miner_tests: Also check generated template is valid by Che... | Luke Dashjr |
2014-11-03 | Merge pull request #5106 | Wladimir J. van der Laan |
2014-10-29 | MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main... | jtimon |
2014-10-28 | Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d... | Luke Dashjr |
2014-10-27 | MOVEONLY: core.o -> core/block.o | jtimon |
2014-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon |
2014-10-27 | MOVEONLY: Move CFeeRate and Amount constants to amount.o | jtimon |
2014-10-22 | Merge pull request #4981 | Wladimir J. van der Laan |
2014-10-21 | Fixes for missing boost tuple.hpp header include. | randy-waterhouse |
2014-10-17 | script: add ToByteVector() for converting anything with begin/end | Cory Fields |
2014-10-09 | Merge pull request #5059 | Gavin Andresen |
2014-10-09 | Trigger -alertnotify if network is upgrading without you | Gavin Andresen |
2014-10-08 | Merge pull request #4834 | Pieter Wuille |
2014-10-02 | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-24 | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille |
2014-09-03 | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. | Pieter Wuille |
2014-08-27 | Merge pull request #4377 | Pieter Wuille |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
2014-08-23 | Move UpdateTime to pow | jtimon |
2014-08-20 | Remove all other print() methods | Wladimir J. van der Laan |
2014-08-20 | Remove print() from core functions | Wladimir J. van der Laan |
2014-07-30 | Simplify and rename CheckWork to ProcessBlockFound | jtimon |
2014-07-11 | `getrawchangeaddress` should fail when keypool exhausted | Wladimir J. van der Laan |
2014-07-03 | Move fee policy out of core | Gavin Andresen |
2014-06-26 | JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> | Luke Dashjr |
2014-06-25 | Merge pull request #3839 | Wladimir J. van der Laan |