245 Commits (35b8af92265ed74de63c3818e5290c27b3f35df2)

Author SHA1 Message Date
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Pieter Wuille 2461aba1ac Mempool consistency check 11 years ago
Gavin Andresen 159bc48193 Simplify storage of orphan transactions 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Jeff Garzik 18946846d5 Minor miner fixes (hey hey it's fun to say) 11 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 12 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 11 years ago
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 980bfe6ef8 Log reason for non-standard transaction rejection 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 6e68524e95 Removed the main.h include from net.cpp. 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. 12 years ago
Eric Lombrozo 65e7bbef74 Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 12 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 11 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 11 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 11 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 11 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 11 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 11 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 11 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gregory Maxwell e3800824d6 Make MIN_TX_FEE match MIN_RELAY_TX_FEE. 11 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 11 years ago
Pieter Wuille 398774181a Improve block database load error reporting 11 years ago
Gavin Andresen 41e1a0d766 Make transactions larger than 100K non-standard 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Gavin Andresen 15ebd4865a Fix two clang3.3 warnings 12 years ago
Pieter Wuille 7851033dd6 Improve dealing with abort conditions 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Pieter Wuille d0809a1925 Remove support for pre-checksum undo files 12 years ago
Pieter Wuille f369d02c51 Various performance tweaks to CCoinsView 12 years ago