526 Commits (6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2)

Author SHA1 Message Date
Philip Kaufmann 1c24187b51 remove unused UPnP code from main.h 10 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 10 years ago
Pieter Wuille 77339e5aec Get rid of the static chainMostWork (optimization) 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
shshshsh 7b45d943b2 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) 10 years ago
jtimon d754f34e8d Move majority constants to chainparams 10 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 10 years ago
Wladimir J. van der Laan a48355dc44
Remove forward declaration for non-existent class CCoinsDB 10 years ago
R E Broadley 79d06dc6e0 Remove redundant c_str 10 years ago
Kamil Domanski 28b6c1def5 remove GetMedianTime( ) which is never used 10 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 11 years ago
Wladimir J. van der Laan aa250f0453 Remove NumBlocksOfPeers 11 years ago
Peter Todd 68f7d1d7af Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 11 years ago
Philip Kaufmann 1cc7f54a8d use standard __func__ instead of __PRETTY_FUNCTION__ 11 years ago
Pieter Wuille 942b33a19d Split AcceptBlockHeader from AcceptBlock. 11 years ago
Pieter Wuille f457347053 Split up CheckBlock in a block and header version 11 years ago
Philip Kaufmann 5409404d75 add constant for shared (GUI/core) -par settings 11 years ago
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
Mike Hearn 037b4f1485 Make mining fee policy match relay fee policy. 11 years ago
Mark Friedenbach e935293e17 Minor code cleanup: remove indentation 11 years ago
Philip Kaufmann 7f1b6a6316 remove orphan fHaveGUI from main.h 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Pieter Wuille f59d8f0b64 Per-peer block download tracking and stalled download detection. 11 years ago
Pieter Wuille bbde1e99c8 Limit the number of orphan blocks 11 years ago
Luke Dashjr c117d9e93a Support for error messages and a few more rejection reasons 11 years ago
Pieter Wuille 75f51f2a63 Prepare block connection logic for headers-first. 11 years ago
Philip Kaufmann 7e08e29117 better std::exception logging for block/undo files 11 years ago
Wladimir J. van der Laan cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Gavin Andresen ad898b40aa Increase default -blockmaxsize/prioritysize to 750K/50K 11 years ago
theuni 106f133de6 Fix uninitialized variable added in b33b9a6fe 11 years ago
Cozz Lovan 8dfd8c62dc pass nBytes as parameter to GetMinFee(..) 11 years ago
Gavin Andresen 358ce2664d New reject p2p message 11 years ago
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Pieter Wuille 84674082b0 Make CCoinsView use block hashes instead of indices 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Pieter Wuille caca6aa4eb Make some globals in main non-public. 11 years ago
Pieter Wuille 85eb2cef33 Do not use the redundant BestInvalidWork record in the block database. 11 years ago
Matt Corallo b33b9a6fef Fix comparison tool by asking for blocks more aggressively 11 years ago
Pieter Wuille 00588c3fac Use boost signals for callbacks from main to wallet 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille f9b15a4fc9 Move CBlockLocator to core.h 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann 8d750f1d21 internal miner: move 2 globals from main to miner 11 years ago
Philip Kaufmann faaeae1eb3 fix some printf -> LogPrintf leftovers 11 years ago
Pieter Wuille 367c29d6e0 Bugfix: nHeightLast instead of nHeightFirst 11 years ago