775 Commits (80d1f2e48364f05b2cdf44239b3a1faa0277e58e)

Author SHA1 Message Date
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Mike Hearn 6a4c196dd6 Drop fees by 10x due to the persistently higher exchange rate. 11 years ago
Wladimir J. van der Laan c82788efff tests: add testcases for strprintf 11 years ago
Luke Dashjr eb12a14da7 configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common 11 years ago
Gavin Andresen feaec80cb0 Test alerts high at high PROTOCOL_VERSIONs 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Matt Corallo eacc6f4a26 Add a few more basic script/tx test-cases. 11 years ago
Gavin Andresen d5d1425657 Bug fix: CDataStream::GetAndClear() when nReadPos > 0 11 years ago
Olivier Langlois f171ec0c7d Make util phexdigit array reusable 11 years ago
Peter Todd 22de68dffc
Relay OP_RETURN TxOut as standard transaction type 11 years ago
Wladimir J. van der Laan 840905a8fd Add test for monetary value parsing 11 years ago
Wladimir J. van der Laan 4538130790 Add test for monetary value formatting 11 years ago
Jeff Garzik 0db9a805bd Revert "Switch to using raw_utf8" 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Jeff Garzik a79342479f Relay OP_RETURN data TxOut as standard transaction type 11 years ago
Pieter Wuille f5857e5cb5 Inline signature serializer 11 years ago
Pieter Wuille 1657ed2ab4 Fix minor unit test memory leaks 11 years ago
Cory Fields 7a3df1cd94 autotools: fix the Makefile.include to be safely included anywhere. 11 years ago
Cory Fields 152e51c7af included-tests: generate binary data from test files for inclusion into test binaries 11 years ago
Luke Dashjr 1e9d3b1392 Bugfix: Since test_bitcoin is being built and run inside src/test/, try using relative directories from that point 11 years ago
Cory Fields b4d8d03b86 autotools: use an absolute path to test data 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Peter Todd 214d45b6b9
Document and test OP_RESERVED weirdness 11 years ago
Jeff Garzik 7e17018995 CreateNewBlock() now takes scriptPubKey argument, 11 years ago
Peter Todd 4eecdcacaf
Add MurmurHash3() unit test 11 years ago
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check. 11 years ago
Gavin Andresen 8dc206a1e2 Reject non-canonically-encoded sizes 11 years ago
Gavin Andresen 42656ea2e5 Make RPC password resistant to timing attacks 11 years ago
Gavin Andresen bdd34642dc More unit tests for NUMEQUAL 11 years ago
Gavin Andresen 159bc48193 Simplify storage of orphan transactions 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Peter Todd aff83e9c02 Add unittests for multiple ELSEs in a row 11 years ago
constantined 2ecb7555a9 Switch to using raw_utf8 11 years ago
Pieter Wuille a59db19ee3 BIP32 test vectors 11 years ago
Gregory Maxwell e5c4dfdfc0 Make the rand tests determinstic. (fixes #2714) 12 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 12 years ago
Pieter Wuille 12dff9801f Add HMAC-SHA512 to hash 12 years ago
Jeff Garzik 980bfe6ef8 Log reason for non-standard transaction rejection 12 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Matt Corallo 14c12b094b Add new data-driven test-case. 12 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
Matt Corallo e175c16f5b Add a few data-driven tests for SIGHASH_ANYONECANPAY 12 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago
Gavin Andresen 72f14d26ec LoopForever and ThreadTrace helpers 12 years ago
Gavin Andresen 87b9931bed Fix signed/unsigned comparison warnings 12 years ago