492 Commits (396485b14dd60d92c980b1b6257e5ef8c7955167)

Author SHA1 Message Date
Eric Lombrozo 2a4d3464fd Pulled AcceptBlock out of CBlock. 11 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 11 years ago
Eric Lombrozo 1959997afb Pulled AddToBlockIndex out of CBlock. 11 years ago
Eric Lombrozo f3ae51dcce Pulled ConnectBlock out of CBlock. 11 years ago
Eric Lombrozo 5c363ed622 Pulled DisconnectBlock out of CBlock. 11 years ago
Eric Lombrozo 8031399494 Moved ReadBlockFromDisk implementation to main.cpp 11 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Eric Lombrozo 226f821942 Moved WriteBlockToDisk implementation from main.h to main.cpp 11 years ago
Eric Lombrozo a6dba0fdb2 Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk in main.h 11 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 11 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Mike Hearn 70e7fba06d Move implementation of some CBlockLocator methods 11 years ago
Matt Corallo 87cce04c17 Refactor fee rules to make them actually readable. 11 years ago
Matt Corallo b1f15b218b Remove broken option to skip input checking for wallet txn. 11 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 11 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 11 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 11 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 12 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 12 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 12 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 12 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Pieter Wuille 360cfe142c Allow the default key to be unavailable 12 years ago
Pieter Wuille 97e7901a3a Do not invoke DoS for non-canonical sigs 12 years ago
Pieter Wuille 20d0810f30 Require strictly-standard encodings in mempool 12 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 12 years ago
Pieter Wuille 6ed71b5e4f Make sure we always have a node to do IBD from 12 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 12 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 12 years ago
Pieter Wuille 92a129980f Update transaction statistics 12 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 12 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 12 years ago
Matt Corallo eb59c4ca8e Revert "Actually use mapAlreadyAskedFor." 12 years ago
Pieter Wuille c7f039b674 Process getdata invs separately until send buffer overflows 12 years ago
Pieter Wuille 41b052ad87 Use per-message send buffer, rather than per connection 12 years ago
Pieter Wuille 967f24590b Some fixes to CNetMessage processing 12 years ago
Jeff Garzik 607dbfdeaf P2P: parse network datastream into header/data components in socket thread 12 years ago
Pieter Wuille 3427517d50 Clean up global datastructures at shutdown. 12 years ago
Gavin Andresen 402f19b645 Before 15 May, limit created block size to 500K 12 years ago
Gavin Andresen 8c222dca4f CheckBlock rule until 15-May for 10,000 BDB lock compatibility 12 years ago
Philip Kaufmann 69e0774714 small changes in init, main, checkpoints.h and bitcoin-qt.pro 12 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 12 years ago