492 Commits (396485b14dd60d92c980b1b6257e5ef8c7955167)

Author SHA1 Message Date
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
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille 44d40f26dc Flush and sync block data 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
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille bba89aa82a Pre-allocate block and undo files in chunks 12 years ago
Pieter Wuille 5382bcf8cd Multiple blocks per file 12 years ago
Pieter Wuille 8adf48dc9b Preliminary undo file creation 12 years ago
Pieter Wuille 630fd8dcb6 One file per block 12 years ago
Pieter Wuille 0fa593d0fb Compact serialization for amounts 12 years ago
Pieter Wuille 66b02c93e6 Move external block import to separate thread 12 years ago
Jeff Garzik b855abb8db Revert "Send 'mempool' P2P command at the start of each P2P session" 12 years ago
Wladimir J. van der Laan 529a4d4824 remove "checkorder" and "reply" P2P commands 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 12 years ago