236 Commits (52b3c6d66b323969bbd5fdc5886eb57b6c960765)

Author SHA1 Message Date
Warren Togami 5dfe402720 Litecoin: Reduce DEFAULT_MAX_ORPHAN_TRANSACTIONS to 25 10 years ago
Gavin Andresen e0199e9ae8 Store fewer orphan tx by default, add -maxorphantx option 10 years ago
Wladimir J. van der Laan 4f7e47a64e Limit CNode::mapAskFor 10 years ago
Pieter Wuille bc7bc9d751 Add normalized transaction hash 11 years ago
Luke Dashjr 9ae42ca79b Bump copyright years to 2014 for changed files 11 years ago
Gavin Andresen 1222b1b59c Handle "conflicted" transactions properly 11 years ago
Gregory Maxwell 6a51fcf1bd [raw] reject insanely high fees by default in sendrawtransaction 11 years ago
Peter Todd c847e6fe32 Show short scriptPubKeys correctly 11 years ago
Warren Togami def3c9e53b Litecoin: Reduce Dust thresholds by 10x 11 years ago
Warren Togami 80aa7891ec Litecoin: Reduce prioritysize from 27KB to 17KB 11 years ago
theuni e3de4e6417 Fix uninitialized variable added in b33b9a6fe 11 years ago
Matt Corallo 8ede0c3460 Fix comparison tool by asking for blocks more aggressively 11 years ago
Jeff Garzik fbf54fb6da miner: constify CreateNewBlock() arg scriptPubKeyIn 11 years ago
Jeff Garzik b3060a26d0 CreateNewBlock() now takes scriptPubKey argument, 11 years ago
Jeff Garzik 0e65e7bd07 Minor miner fixes (hey hey it's fun to say) 11 years ago
Jeff Garzik e2bc2dff95 Pass check level, check depth to VerifyDB() 11 years ago
Warren Togami d4c56161ae Revert "Litecoin: Remove native coin generation." 11 years ago
Warren Togami cd8eeccc2d Litecoin: Runtime detection of SSE2 32bit x86 for Scrypt 11 years ago
Gavin Andresen 0d90ac1b56 Simplify storage of orphan transactions 11 years ago
Warren Togami 1877fb9aae Litecoin: Unit test for scrypt_1024_1_1_256() hash 11 years ago
Warren Togami 3ce5732926 Litecoin: DUST_SOFT_LIMIT=0.01, DUST_HARD_LIMIT=0.0001, 250KB block soft limit, 100KB tx size limit 12 years ago
Adrian Gallagher 94bf538131 Litecoin: Remove native coin generation. 12 years ago
coblee 2db43142bc Litecoin: Add mininput to deal with dust spam. By default, mininput is set to 0.0001. This means that create transaction will ignore any transactions with an output value less than 0.0001. You can override the default by passing in -mininput on startup or by calling setmininput. 12 years ago
coblee 0b646aed42 Litecoin: Protocol, genesis and parameters * 2.5 minute average between blocks * 3.5 days between diff changes * 84 million coin limit * Addresses begin with L 12 years ago
Warren Togami 2acab1baf1 Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) 12 years ago
Jeff Garzik cb3076a3da Log reason for non-standard transaction rejection 12 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 12 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 12 years ago
Pieter Wuille 1657c4bc49 Use a uint256 for bnChainWork 12 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago
Gregory Maxwell e3800824d6 Make MIN_TX_FEE match MIN_RELAY_TX_FEE. 12 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