386 Commits (b02ddbedcba4f9d86b1aabeb71fe18ec03f9a41a)

Author SHA1 Message Date
Matt Corallo b02ddbedcb Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 12 years ago
Matt Corallo 9fb106e757 Add a CMerkleBlock to store merkle branches of filtered txes. 12 years ago
Matt Corallo 269d9c6492 Replace RelayMessage with RelayTransaction. 12 years ago
Matt Corallo 422d122537 Add a filter field in CNode, add filterload+filteradd+filterclear 12 years ago
Pieter Wuille c2b72ba27f Remove fClient 12 years ago
Philip Kaufmann 54413aab13 Bitcoin-Qt: never display own block count > estimated block count 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
Jeff Garzik 3f964b3c50 Remove 'T' from remaining date/time format strings. 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
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille c8b2e4426b Update the block file counter in database when using -reindex 12 years ago
Pieter Wuille 89b7019be8 Reconstruct coins/ from scratch when missing. 12 years ago
Pieter Wuille 8a28bb6dee Add -benchmark for reporting block processing times 12 years ago
Philip Kaufmann fa45c26a0e call CheckDiskSpace() before pre-allocating space 12 years ago
Philip Kaufmann a8a4b9673e add 2 constructors in CDiskBlockPos to simplify class usage 12 years ago
Pieter Wuille d33a9218ab Make SetBestChain() atomic 12 years ago
Philip Kaufmann b19388dd88 FlushBlockFile(): check for valid FILE pointer 12 years ago
Pieter Wuille 8259c57321 Only send reorged txn to mempool after checkpoint 12 years ago
Pieter Wuille 038784b979 Enable script verification for reorganized mempool tx 12 years ago
Luke Dashjr 2646080e3d Allow -printpriority without -debug 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Pieter Wuille 231b399952 Bugfix: remove conflicting transactions from memory pool 12 years ago
Philip Kaufmann 11406c89fe ConnectBlock(): fix error() format to be unsigned 12 years ago
Philip Kaufmann 42152c3da9 ensure we use our format macros to avoid compilation warnings 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 4ade04ddbd Print error for coinbase-pays-too-much case of ConnectBlock failing 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
Philip Kaufmann b56585d067 fix some missing indentations in main.cpp for better readability 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 05d9726805 LoadExternalBlockFile switched to CBufferedFile 12 years ago
Pieter Wuille cd6dc96c4f Do not reorganize if new branch has same amount of work 12 years ago
Pieter Wuille 1c83b0a377 Cache size optimizations 12 years ago
Pieter Wuille 28982cc9dc Remove P2SH transition code: P2SH violations may cause DoS trigger 12 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Wladimir J. van der Laan 4fbad9124e Fix out-of-bounds read noticed by Ricardo Correia 12 years ago
Gregory Maxwell faff50d129 Fixes a race condition in CreateNewBlock and a future null deref on testnet. 12 years ago
Pieter Wuille 4afc0b5411 Bugfix: actually use CCoinsViewMemPool 12 years ago
Pieter Wuille c2ed184f98 Added some comments 12 years ago
Pieter Wuille 1e64c2d585 Bugfix: off-by-one in priority calculation 12 years ago
Pieter Wuille 9e957fb3b1 Bugfix: add missing fee check 12 years ago
Pieter Wuille 56424040a4 Bugfix: off-by-one error in coinbase maturity check 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Philip Kaufmann 039bcbf12d remove init messages from ThreadImport() 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago