672 Commits (202e01941c087e0b06a7c18ce344a53ce94e1350)

Author SHA1 Message Date
Pieter Wuille 202e01941c Move all post-chaintip-change notifications to ActivateBestChain 10 years ago
Pieter Wuille 4e0eed88ac Allow ActivateBestChain to release its lock on cs_main 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
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Wladimir J. van der Laan 4a48a0671d
Remove side effect in assertion in ProcessGetData 10 years ago
shshshsh 7b45d943b2 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) 10 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 10 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 10 years ago
Pieter Wuille 305ccaa275 Add missing LOCK(cs_main) 10 years ago
Kamil Domanski 28b6c1def5 remove GetMedianTime( ) which is never used 10 years ago
R E Broadley 0a59723ff6 Remove extraneous c_str 10 years ago
Ashley Holman 8c93bf4c28 LoadBlockIndexDB(): Require block db reindex if any blk*.dat files are missing. 10 years ago
Ashley Holman 7a0e84dd63 ProcessGetData(): abort if a block file is missing from disk 10 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 10 years ago
Peter Todd 4d79098ad5 Increase IsStandard() scriptSig length 10 years ago
Peter Todd f80cffa213 Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY fails 10 years ago
Wladimir J. van der Laan a475285a53
Add missing cs_main lock to VerifyDB 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 10 years ago
Wladimir J. van der Laan aa250f0453 Remove NumBlocksOfPeers 10 years ago
Peter Todd 68f7d1d7af Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 10 years ago
Philip Kaufmann 1cc7f54a8d use standard __func__ instead of __PRETTY_FUNCTION__ 10 years ago
R E Broadley 6b29ccc9f9 Correct indentation 10 years ago
Pieter Wuille 942b33a19d Split AcceptBlockHeader from AcceptBlock. 10 years ago
Pieter Wuille f457347053 Split up CheckBlock in a block and header version 10 years ago
Simon de la Rouviere 0caf2b187f Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. 10 years ago
Wladimir J. van der Laan b39a07dc42 Add missing AssertLockHeld in ConnectBlock 10 years ago
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues 10 years ago
Wladimir J. van der Laan e07c943ce8 Add AssertLockHeld for cs_main to ChainActive-using functions 10 years ago
Gregory Maxwell 94c8bfb23b Move assert(pindexNew); to above where we dereference pindexNew. 10 years ago
Wladimir J. van der Laan af4c2ac8ce Fix `-printblocktree` output 10 years ago
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
ditto-b c5a9d2ca9e Fix for GetBlockValue() after block 13,440,000 10 years ago
Mike Hearn 037b4f1485 Make mining fee policy match relay fee policy. 10 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 11 years ago
R E Broadley c4656e0d88 Add progress to initial display of latest block downloaded. 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
Philip Kaufmann bbfce8a4c9 fix non-standard reason string in main.cpp 11 years ago
Pieter Wuille 87fe71e1fc Add HasCanonicalPushes(), and use it in IsStandardTx 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 12 years ago
Luke Dashjr 14e7ffcc64 Use standard BIP 22 rejection reasons where applicable 12 years ago
Philip Kaufmann b34e88a88f use english for all reason strings in IsStandardTx() 11 years ago
Pieter Wuille 75f51f2a63 Prepare block connection logic for headers-first. 11 years ago
Pieter Wuille 0ec16f35d6 Move only: extract WriteChainState and UpdatedTip from SetBestChain. 11 years ago
Peter Todd 665bdd3bc9
Fix off-by-one errors in use of IsFinalTx() 11 years ago