443 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Gregory Maxwell e5c4dfdfc0 Make the rand tests determinstic. (fixes #2714) 11 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 11 years ago
Pieter Wuille 12dff9801f Add HMAC-SHA512 to hash 11 years ago
Jeff Garzik 980bfe6ef8 Log reason for non-standard transaction rejection 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 11 years ago
Matt Corallo 14c12b094b Add new data-driven test-case. 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Matt Corallo e175c16f5b Add a few data-driven tests for SIGHASH_ANYONECANPAY 11 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 11 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 11 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen 72f14d26ec LoopForever and ThreadTrace helpers 11 years ago
Gavin Andresen 87b9931bed Fix signed/unsigned comparison warnings 11 years ago
Gavin Andresen e5f163a041 -alertnotify=<cmd> 11 years ago
Gavin Andresen 1472308d67 Some unit tests for CAlert 11 years ago
Gavin Andresen d3e8c6a9d3 Update unit test to match rule enforcement starts 21 March 11 years ago
Gavin Andresen 8c222dca4f CheckBlock rule until 15-May for 10,000 BDB lock compatibility 11 years ago
Peter Todd 091f184190 Test canonical prunable txout format explicitly 12 years ago
Peter Todd 6131d1d9df Add coverage for all invalid ops 12 years ago
Gregory Maxwell 907a2aa4c7 Internal RNG for approximateBestSubset to prevent degenerate behavior. 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Matt Corallo e1a4f3778c Add nFlags to CBloomFilter to make filter updating optional. 12 years ago
Matt Corallo 21aaf255ff Use CPartialMerkleTree for CMerkleBlock transactions. 12 years ago
Pieter Wuille 4bedfa9223 Add CPartialMerkleTree 12 years ago
Matt Corallo b1f99bed6f Add a nTweak to bloom filters to tweak the seed. 12 years ago
Matt Corallo 2878c67cb5 Add test cases for CMerkleBlock and CBloomFilter. 12 years ago
Pieter Wuille f9cae832e6 Parallelize script verification 12 years ago
Jeff Garzik ea9788517b test/util_tests.cpp: one more DateTimeStrFormat 'T' removal 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
Andrey 1a20469428 Updated help and tests for getreceivedby(account|address) 12 years ago
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago
Pieter Wuille 487db8a2b1 Make test_bitcoin run in a temp datadir 12 years ago
Pieter Wuille 99d0d0f356 Introduce script verification flags 12 years ago
Pieter Wuille c7075c4b65 Fix tests after cache tweaks 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Gavin Andresen 03346a61b1 Add redeemScript to listunspent output and signrawtransaction input 12 years ago
Gavin Andresen 2d43f88e1f Tests for raw transactions argument checking 12 years ago
Gavin Andresen c4d884e20e No need for test fixture now that multisig is enabled on main network. 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Pieter Wuille 4ca60bba5c Remove BDB block database support 12 years ago
Pieter Wuille e1bfbab802 Add LevelDB MemEnv support 12 years ago
Pieter Wuille d979e6e36a Use singleton block tree database instance 12 years ago
Pieter Wuille 13c51f20f6 Direct CCoins references 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille 0fa593d0fb Compact serialization for amounts 12 years ago
Pieter Wuille 4d6144f97f Compact serialization for variable-length integers 12 years ago