631 Commits (f4e1c347cf1861595609ba841d35c4a59b50bde2)

Author SHA1 Message Date
Gregory Maxwell 94c8bfb23b Move assert(pindexNew); to above where we dereference pindexNew. 11 years ago
Wladimir J. van der Laan af4c2ac8ce Fix `-printblocktree` output 11 years ago
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
ditto-b c5a9d2ca9e Fix for GetBlockValue() after block 13,440,000 11 years ago
Mike Hearn 037b4f1485 Make mining fee policy match relay fee policy. 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 11 years ago
R E Broadley c4656e0d88 Add progress to initial display of latest block downloaded. 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
Philip Kaufmann bbfce8a4c9 fix non-standard reason string in main.cpp 11 years ago
Pieter Wuille 87fe71e1fc Add HasCanonicalPushes(), and use it in IsStandardTx 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Pieter Wuille f59d8f0b64 Per-peer block download tracking and stalled download detection. 11 years ago
Pieter Wuille bbde1e99c8 Limit the number of orphan blocks 11 years ago
Luke Dashjr c117d9e93a Support for error messages and a few more rejection reasons 11 years ago
Luke Dashjr 14e7ffcc64 Use standard BIP 22 rejection reasons where applicable 11 years ago
Philip Kaufmann b34e88a88f use english for all reason strings in IsStandardTx() 11 years ago
Pieter Wuille 75f51f2a63 Prepare block connection logic for headers-first. 11 years ago
Pieter Wuille 0ec16f35d6 Move only: extract WriteChainState and UpdatedTip from SetBestChain. 11 years ago
Peter Todd 665bdd3bc9
Fix off-by-one errors in use of IsFinalTx() 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Wladimir J. van der Laan b77dfdc9e3 Typesafe strprintf/error/LogPrint functions 11 years ago
Ashley Holman d8b4b49667 Don't store or send side-chain blocks lower than last checkpoint. 11 years ago
Pieter Wuille da0fecffa7 Store orphan blocks in serialized form 11 years ago
Philip Kaufmann 7e08e29117 better std::exception logging for block/undo files 11 years ago
Wladimir J. van der Laan 19a5676280 Use mutex pointer instead of name for AssertLockHeld 11 years ago
Wladimir J. van der Laan cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Gregory Maxwell 9b59e3bda8 Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
Gavin Andresen 4d707d5120 Add verbose boolean to getrawmempool 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Gavin Andresen 98c7c8fd1d Remove dead transaction replacement code 11 years ago
Gavin Andresen c649637b6c mutex debugging routines: LocksHeld() and AssertLockHeld() 11 years ago
Mike Hearn a946aa8d3e Store and use a sanitized subVer 11 years ago
Mike Hearn ba6a4ea344 Add some additional logging to give extra network insight. 11 years ago
Mike Hearn 6a4c196dd6 Drop fees by 10x due to the persistently higher exchange rate. 11 years ago
Julian Langschaedel 848fe68acd cleanup error message consistency 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Cozz Lovan 8dfd8c62dc pass nBytes as parameter to GetMinFee(..) 11 years ago
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Gavin Andresen 358ce2664d New reject p2p message 11 years ago
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Pieter Wuille 84674082b0 Make CCoinsView use block hashes instead of indices 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Patrick Strateman 75ef87dd93 process received messages one at a time without sleeping between messages 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Pieter Wuille caca6aa4eb Make some globals in main non-public. 11 years ago
Pieter Wuille 85eb2cef33 Do not use the redundant BestInvalidWork record in the block database. 11 years ago