Age | Commit message (Expand) | Author |
2015-04-26 | Merge pull request #5696 | Wladimir J. van der Laan |
2015-04-21 | tests: Error when setgenerate is used on regtest | Wladimir J. van der Laan |
2015-04-20 | Consensus: Create consensus/consensus.h with some constants | jtimon |
2015-04-15 | Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter | Jorge Timón |
2015-04-15 | Merge pull request #5999 | Wladimir J. van der Laan |
2015-04-13 | Fix missing lock in submitblock | Matt Corallo |
2015-04-13 | Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu... | 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-03-26 | Consensus: Refactor: Decouple pow.o from chainparams.o | Jorge Timón |
2015-03-24 | Fix --disable-wallet build after merge of #5681 | Wladimir J. van der Laan |
2015-03-12 | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli |
2015-02-17 | Rename Interval() to DifficultyAdjustmentInterval() | Shaul Kfir |
2015-02-09 | Merge pull request #5739 | Wladimir J. van der Laan |
2015-02-04 | fix getblocktemplate lock issue | Jonas Schnelli |
2015-02-02 | Replace difficulty readjustment blocks with Interval() | Shaul Kfir |
2015-01-28 | Removed main.h dependency from rpcserver.cpp | Eric Lombrozo |
2015-01-24 | Merge pull request #5599 | Wladimir J. van der Laan |
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 |
2014-12-31 | Merge pull request #5499 | Wladimir J. van der Laan |
2014-12-23 | en: Avoid ambiguous language regarding when transactions confirm | Luke Dashjr |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-17 | Bugfix: prioritisetransaction: Do some basic sanity checking on txid | Luke Dashjr |
2014-12-01 | prioritisetransaction RPC: Restore compatibility with existing implementation... | Luke Dashjr |
2014-11-24 | Merge pull request #1816 | Wladimir J. van der Laan |
2014-11-20 | Update comments in src/rpc* to be doxygen compatible | Michael Ford |
2014-11-20 | submitblock: Check for duplicate submissions explicitly | Luke Dashjr |
2014-11-20 | Implement BIP 23 Block Proposal | Luke Dashjr |
2014-11-18 | Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock | Luke Dashjr |
2014-11-14 | Optimize -regtest setgenerate block generation | Gavin Andresen |
2014-11-03 | Merge pull request #3727 | Wladimir J. van der Laan |
2014-11-03 | Merge pull request #5106 | Wladimir J. van der Laan |
2014-10-30 | RPC: submitblock: Support for returning specific rejection reasons | Luke Dashjr |
2014-10-28 | Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d... | Luke Dashjr |
2014-10-27 | MOVEONLY: Move CFeeRate and Amount constants to amount.o | jtimon |
2014-10-21 | Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ... | Luke Dashjr |
2014-10-21 | Bugfix: submitblock: Use a temporary CValidationState to determine accurately... | Luke Dashjr |
2014-10-10 | Add fTestnetToBeDeprecatedFieldRPC to CChainParams | jtimon |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-16 | Merge pull request #4911 | Pieter Wuille |
2014-09-15 | Fixing compiler warning C4101 | ENikS |
2014-09-14 | header include cleanup | Philip Kaufmann |
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-07-29 | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp | Jeff Garzik |
2014-07-15 | Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc... | Cozz Lovan |
2014-07-11 | getblocktemplate: longpolling support | Luke Dashjr |