994 Commits (05009935f9ac070197113954d680bc2c9150b9b3)

Author SHA1 Message Date
John Newbery 2b175d4b01 Clean up bctest.py and bitcoin-util-test.py 8 years ago
Daniel Kraft f91afe9aac trivial: Remove variable unused after refactoring 8 years ago
jnewbery 32c0d6e1d2 Add logging to bitcoin-util-test.py 8 years ago
Wladimir J. van der Laan eedc461882 Merge `doc/unit-tests.md` into `src/test/README.md` 8 years ago
Gregory Maxwell 2082b5574c Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
Cory Fields 59ac5c5b72 net: Use deterministic randomness for CNode's nonce, and make it const 8 years ago
Wladimir J. van der Laan 6c5cd9d022 test: Add format-dependent comparison to bctest 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
Pieter Wuille 4100499db4 Return shared_ptr<CTransaction> from mempool removes 8 years ago
Pieter Wuille 51f278329d Make removed and conflicted arguments optional to remove 8 years ago
mruddy fc146095d2 RPC: augment getblockchaininfo bip9_softforks data 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Wladimir J. van der Laan 5eaaa83ac1 Kill insecure_random and associated global state 8 years ago
Johnson Lau 9260085377 test segwit uncompressed key fixes 8 years ago
Johnson Lau 4c0c25a604 Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 8 years ago
Johnson Lau acf853df91 Add script tests for FindAndDelete in pre-segwit and segwit scripts 8 years ago
jnewbery 621441a7a7 add verbose mode to bitcoin-util-test.py 8 years ago
jonnynewbs 4408558843 Update bitcoin-tx to output witness data. 8 years ago
Matt Corallo f5efa28393 Remove CConnman parameter from ProcessNewBlock/ActivateBestChain 8 years ago
Pieter Wuille 6aa28abf53 Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
jnewbery da94697708 bitcoin-util-test.py should fail if the output file is empty 8 years ago
jnewbery b82f493938 Add option to run bitcoin-util-test.py manually 8 years ago
jnewbery 54e5d7c1b8 Add bitcoin-tx JSON tests 8 years ago
Johnson Lau e41bd449ab Add policy: null signature for failed CHECK(MULTI)SIG 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
Johnson Lau c72c5b1e3b Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH 8 years ago
MarcoFalke 3333bd2d15 [test] Remove redundant print in addrman_tests 8 years ago
Pieter Wuille d9ff591d42 Move static global randomizer seeds into CConnman 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields 551e0887db net: move nLastNodeId to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields aaf018e3b7 net: handle nodesignals in CConnman 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Cory Fields cd16f48028 net: Create CConnman to encapsulate p2p connections 8 years ago
Jeremy Rubin 426e7bce0e Fix obvious assignment/equality error in test 8 years ago
Jeremy Rubin f71d4a3786 Minimal fix to slow prevector tests as stopgap measure 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Pieter Wuille 35fe0393f2 Rename to PrecomputedTransactionData 8 years ago
MarcoFalke fa1cf9e7b8 [test] Remove unused code 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Nicolas DORIER ab48c5e721 Unit test for sighash caching 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 8 years ago
Pavel Janík a159f25e19 Remove redundand (and shadowing) declaration 8 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Cory Fields 1017b8a960 net: Add direct tests for new CSubNet constructors 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Chris Stewart b8db185952 Update README.md 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago