391 Commits (723c7526368badda15df8ac1ffc047a0ab2e384a)

Author SHA1 Message Date
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 12 years ago
Pieter Wuille 398774181a Improve block database load error reporting 12 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
Pieter Wuille 2d1fa42e85 Add optional transaction index to databases 12 years ago
Matt Corallo 21aaf255ff Use CPartialMerkleTree for CMerkleBlock transactions. 12 years ago
Pieter Wuille 4bedfa9223 Add CPartialMerkleTree 12 years ago
Matt Corallo 9fb106e757 Add a CMerkleBlock to store merkle branches of filtered txes. 12 years ago
Matt Corallo 587f0f855e Add a CBlock.GetBlockHeader 12 years ago
Gavin Andresen ce99358f4a Remove IsFromMe() check in CTxMemPool::accept() 12 years ago
Philip Kaufmann ec95a809af small main.h cleanup (no code changes) 12 years ago
Pieter Wuille f9cae832e6 Parallelize script verification 12 years ago
Pieter Wuille 1d70f4bde8 Remove CheckSig_mode and move logic out of CheckInputs() 12 years ago
Pieter Wuille 2800ce7367 Add CScriptCheck: a closure representing a script check 12 years ago
Pieter Wuille f1136200a6 Move VerifySignature to main 12 years ago
Pieter Wuille 1f355b66cd New database check routine 12 years ago
Pieter Wuille 8539361e66 Add checksums to undo data 12 years ago
Pieter Wuille 2cbd71da06 Make DisconnectBlock fault-tolerant 12 years ago
Forrest Voight 03cac0bb8e changed CreateNewBlock to return a CBlockTemplate object, which includes per-tx fee and sigop count data 12 years ago
fanquake f0bf5fb245 Fix two typos in main.h 12 years ago
Pieter Wuille 8a28bb6dee Add -benchmark for reporting block processing times 12 years ago
Philip Kaufmann a8a4b9673e add 2 constructors in CDiskBlockPos to simplify class usage 12 years ago
Pieter Wuille 231b399952 Bugfix: remove conflicting transactions from memory pool 12 years ago
Pieter Wuille e754cf4133 Split off CBlockHeader from CBlock 12 years ago
Pieter Wuille 99d0d0f356 Introduce script verification flags 12 years ago
Luke Dashjr c34a32699e Change block references in debug.log to full hash instead of just 0..20 12 years ago
Luke Dashjr f3a84c3a6b Abstract block hash substr extraction (for debug.log) into BlockHashStr inline 12 years ago
Philip Kaufmann 13e5cce4c3 some small fixes for main.cpp/.h 12 years ago
Alexander Kjeldaas 40c5e409e1 o Removed verbose clang warning 12 years ago
Pieter Wuille 160b028b88 One-line comments for public main functions 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Pieter Wuille 7a5b7535bf Move ThreadImport to init.cpp 12 years ago
Pieter Wuille 1c83b0a377 Cache size optimizations 12 years ago
Pieter Wuille 9d6633ac0d Comments for constants 12 years ago
Pieter Wuille c9c7d4824f Add virtual destructor to CCoinsView 12 years ago
Pieter Wuille c2ed184f98 Added some comments 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille d979e6e36a Use singleton block tree database instance 12 years ago
Pieter Wuille 857c61df0b Prepare database format for multi-stage block processing 12 years ago
Pieter Wuille 13c51f20f6 Direct CCoins references 12 years ago
Pieter Wuille 64dd46fd05 Transaction hash caching 12 years ago