470 Commits (master)

Author SHA1 Message Date
jtimon c2c02f3fa9 Move UpdateTime to pow 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Peter Todd 9ee09dc64f
Reapply: Reject transactions with excessive numbers of sigops 10 years ago
Wladimir J. van der Laan 3b72fdfb86 Revert "Reject transactions with excessive numbers of sigops" 10 years ago
Daniel Kraft b33bd7a3be Implement "getchaintips" RPC command to monitor blockchain forks. 10 years ago
Pieter Wuille d70bc52ee3 Rework block processing benchmark code 10 years ago
Wladimir J. van der Laan 98e84aae7a Revert "Relay double-spends, subject to anti-DOS" 10 years ago
Wladimir J. van der Laan 67cc8f25c2 Revert "Remove signal DoubleSpendDetected, use function" 10 years ago
Jeff Garzik 3da434a2ef Introduce option to disable relay/mining of bare multisig scripts in TX outputs 10 years ago
Peter Todd 4fad8e6d83
Reject transactions with excessive numbers of sigops 10 years ago
Luke Dashjr ff6a7af154 getblocktemplate: longpolling support 12 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen 4b7b1bb1ac
Sanity checks for estimates 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
jtimon 834e46e847 CBlockIndex()::SetNull() method to avoid code repetition 10 years ago
Tom Harding 0da6b3fd18 Remove signal DoubleSpendDetected, use function 10 years ago
Pieter Wuille c9a0918330 Add a skiplist to the CBlockIndex structure. 10 years ago
Pieter Wuille aa81564700 Track peers' available blocks 10 years ago
Tom Harding d640a3ceab Relay double-spends, subject to anti-DOS 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago
Gavin Andresen 7f3b4e9569
Relax IsStandard rules for pay-to-script-hash transactions 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
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 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
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
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. 10 years ago
Mark Friedenbach e935293e17 Minor code cleanup: remove indentation 10 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 12 years ago
Pieter Wuille 75f51f2a63 Prepare block connection logic for headers-first. 11 years ago