770 Commits (86dbeea2cdd5749374c98afea3e4f5f49817f746)

Author SHA1 Message Date
Michael Ford 675bcd5892 Correct comment for 15-of-15 p2sh script size 11 years ago
R E Broadley 6ecf3edfee Display unknown commands received. 11 years ago
R E Broadley 0dd5d3a009 Show only one zero instead of many when getblocks request received with a hashStop of uint256(0) 11 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 11 years ago
Tom Harding d640a3ceab Relay double-spends, subject to anti-DOS 11 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 11 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 11 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 11 years ago
Gavin Andresen 7f3b4e9569
Relax IsStandard rules for pay-to-script-hash transactions 11 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 11 years ago
Philip Kaufmann ac14bcc1f1 small formatting, indentation and comment fixes 11 years ago
Pieter Wuille f1920e8606 Ping automatically every 2 minutes (unconditionally) 11 years ago
Pieter Wuille 18e72167dd Push cs_mains down in ProcessBlock 11 years ago
Pieter Wuille 202e01941c Move all post-chaintip-change notifications to ActivateBestChain 11 years ago
Pieter Wuille 4e0eed88ac Allow ActivateBestChain to release its lock on cs_main 11 years ago
Pieter Wuille 77339e5aec Get rid of the static chainMostWork (optimization) 11 years ago
Pieter Wuille 7a9e0b6460 Move checkpoint based heuristic checks to AcceptBlockHeader 11 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Wladimir J. van der Laan 4a48a0671d
Remove side effect in assertion in ProcessGetData 11 years ago
shshshsh 7b45d943b2 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) 11 years ago
jtimon cfeb8235fd Add RequireStandard chain parameter 11 years ago
jtimon 21913a9ac9 Add AllowMinDifficultyBlocks chain parameter 11 years ago
jtimon d754f34e8d Move majority constants to chainparams 11 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 11 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 11 years ago
Pieter Wuille 305ccaa275 Add missing LOCK(cs_main) 11 years ago
Kamil Domanski 28b6c1def5 remove GetMedianTime( ) which is never used 11 years ago
R E Broadley 0a59723ff6 Remove extraneous c_str 11 years ago
Ashley Holman 8c93bf4c28 LoadBlockIndexDB(): Require block db reindex if any blk*.dat files are missing. 11 years ago
Ashley Holman 7a0e84dd63 ProcessGetData(): abort if a block file is missing from disk 11 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 11 years ago
Peter Todd 4d79098ad5 Increase IsStandard() scriptSig length 11 years ago
Peter Todd f80cffa213 Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY fails 11 years ago
Wladimir J. van der Laan a475285a53
Add missing cs_main lock to VerifyDB 11 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 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
R E Broadley 6b29ccc9f9 Correct indentation 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
Simon de la Rouviere 0caf2b187f Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. 11 years ago
Wladimir J. van der Laan b39a07dc42 Add missing AssertLockHeld in ConnectBlock 11 years ago
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues 11 years ago
Wladimir J. van der Laan e07c943ce8 Add AssertLockHeld for cs_main to ChainActive-using functions 11 years ago
Gregory Maxwell 94c8bfb23b Move assert(pindexNew); to above where we dereference pindexNew. 11 years ago
Wladimir J. van der Laan af4c2ac8ce Fix `-printblocktree` output 11 years ago
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
ditto-b c5a9d2ca9e Fix for GetBlockValue() after block 13,440,000 11 years ago