502 Commits (940a21932ba769ba5829cba713579db84f96d2f8)

Author SHA1 Message Date
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
Russell Yanofsky 725b79a9cf [test] Verify node doesn't send headers that haven't been fully validated 7 years ago
Matt Corallo f3d4adfa6f Make p2p-acceptablock not an extended test 7 years ago
Matt Corallo 00dcda60f6 [qa] test that invalid blocks on an invalid chain get a disconnect 7 years ago
Matt Corallo 932f118e6a Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo 3b4ac43bc3 Rewrite p2p-acceptblock in preparation for slight behavior changes 7 years ago
Suhas Daftuar c60fd71a65 Disconnecting from bad outbound peers in IBD 7 years ago
John Newbery bd9c18171d [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Russell Yanofsky 659b2061c4 Make listsinceblock refuse unknown block hash 7 years ago
Russell Yanofsky bc9c0a7b74 Improve wallet-accounts test 7 years ago
Suhas Daftuar 6d51eaefe9 qa: Fix race condition in sendheaders.py 7 years ago
Suhas Daftuar c96b2e4f09 qa: Fix replace-by-fee race condition failures 7 years ago
Suhas Daftuar 08fd822771 qa: add test for minchainwork use in acceptblock 7 years ago
Russell Yanofsky 478a89c1ef Avoid opening copied wallet databases simultaneously 7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3 7 years ago
John Newbery 8f9e3627ef [tests] authproxy.py: tidy up __init__() 7 years ago
John Newbery 323d8f61e9 [tests] fix flake8 warnings in authproxy.py 7 years ago
John Newbery fc0176d01e [tests] use python3 for authproxy.py 7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping 7 years ago
MarcoFalke fa9de370b1 qa: Make tmpdir option an absolute path 7 years ago
Jonas Schnelli 7a91ceb5e0
[QA] Add RPC based rescan test 7 years ago
Eelis 28f8b66577 Diagnose unsuitable outputs in lockunspent(). 7 years ago
Cristian Mircea Messel c5dfa90aab [tests] Add uacomment tests 7 years ago
Pedro Branco a44a215177 Fix importmulti bug when importing an already imported key 7 years ago
João Barbosa cc9ee809ad Improve ZMQ functional test 7 years ago
João Barbosa 857b32b4b2 [tests] Add -walletnotify functional test 7 years ago
João Barbosa df18d29a02 [tests] Add -blocknotify functional test 7 years ago
John Newbery 9c72a464f8 [tests] Tidy up forknotify.py 7 years ago
Tomas van der Wansem 5d465e3962 Ensure backupwallet fails when attempting to backup to source file 7 years ago
John Newbery 7481579131 [tests] Make comp test framework more debuggable 7 years ago
Dusty Williams aa57590d7c Update importprivkey named args documentation 7 years ago
John Newbery 47ba8cf71e scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 7 years ago
John Newbery 677d893ff7 [tests] do not allow assert_raises_message to be called with JSONRPCException 7 years ago
John Newbery 5864e9c161 [tests] remove direct testing on JSONRPCException from individual test cases 7 years ago
Russell Yanofsky 4526d21e52 Add test for multiwallet batch RPC calls 7 years ago
Russell Yanofsky 74182f235c Add missing batch rpc calls to python coverage logs 7 years ago
Russell Yanofsky 505530c6cf Add missing multiwallet rpc calls to python coverage logs 7 years ago
Russell Yanofsky 9f67646f17 Make AuthServiceProxy._batch method usable 7 years ago
Russell Yanofsky e02007aade Limit AuthServiceProxyWrapper.__getattr__ wrapping 7 years ago
Jim Posen eff4bd8ab2 [test] P2P functional test for certain fingerprinting protections 7 years ago
MarcoFalke fafff1220c qa: Restore bitcoin-util-test py2 compatibility 7 years ago
Daniel Edgecumbe b7dfc6c4b8 [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning 7 years ago
Gregory Sanders 1088b5322d add functional test for mempoolreplacement command line arg 7 years ago
MarcoFalke 619bb05037 Squashed 'src/univalue/' changes from 16a1f7f6e..fe805ea74 7 years ago
NicolasDorier 06eaca6313 [RPC] Wallet: test importing of native witness scripts 7 years ago
Pieter Wuille fd0041aa27 Use BIP173 addresses in segwit.py test 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
John Newbery 5e69a430ee Add test for bitcoin-cli -getinfo 7 years ago
Andrew Chow 395cef7601 Change getmininginfo errors field to warnings 7 years ago
Andrew Chow f77f0e4825 Add warnings field to getblockchaininfo 7 years ago