261 Commits (2b45345aaca9d0091972f983ac6e5c0b09d14777)

Author SHA1 Message Date
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
Pieter Wuille fecba4e269 Total money limit test 11 years ago
Jeff Garzik 8175c790eb script: reduce OP_RETURN standard relay bytes to 40 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
Christian von Roques a3138ed42b add test of DecodeBase58 skipping whitespace 11 years ago
Pieter Wuille 87fe71e1fc Add HasCanonicalPushes(), and use it in IsStandardTx 11 years ago
Pieter Wuille f59d8f0b64 Per-peer block download tracking and stalled download detection. 11 years ago
Matt Corallo c32a486f4b Add more data-driven tests. 11 years ago
Peter Todd 665bdd3bc9
Fix off-by-one errors in use of IsFinalTx() 11 years ago
Gavin Andresen fd67424c82 Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER 11 years ago
Noel Tiernan e6c6bc92f4 Adds additional zero checks for setCompact 11 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 11 years ago
Wladimir J. van der Laan 5a407bd095
makefile.am: split long lines into one file per line 11 years ago
Wladimir J. van der Laan eaafa23cbd Add test for GetTime() 11 years ago
Thomas Holenstein daa6b20e29 Unittests for uint256.h 11 years ago
Thomas Holenstein df840de5da
Make bitcoin compile without wallet if "db_cxx.h" is not present 11 years ago
Kangmo 0205abd83d Improve unit test code not to compare with explanatory messages for each platform. 11 years ago
Kangmo bccd5324ab Fix unit test error on OSX 10.9 using Apple LLVM v5.0. 11 years ago
Wladimir J. van der Laan 9e9056cd1a Remove -logtodebugger 11 years ago
Tamas Blummer 3e01c00f42 Add tests for correct and incorrect order of signatures for a multisig 11 years ago
Wladimir J. van der Laan fbc7a96d03 Re-enable miner tests in --disable-wallet mode 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Wladimir J. van der Laan 5094f8d46f Split off rpc_wallet_tests 11 years ago
Wladimir J. van der Laan 4f9e993bc9 Add --disable-wallet option to build system 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Gavin Andresen 49dc3a0f1a Make unit tests succeed with -DDEBUG_LOCKORDER 11 years ago
Gavin Andresen 4d707d5120 Add verbose boolean to getrawmempool 11 years ago
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