Commit Graph

450 Commits (0530ba0eae147563921b162ed05347234d8b53c0)

Author SHA1 Message Date
Wladimir J. van der Laan 99bc0b428b
Merge #11087: Diagnose unsuitable outputs in lockunspent().
7 years ago
MarcoFalke 3bdf242fc6
Merge #11677: qa: Remove unused NodeConn members
7 years ago
Wladimir J. van der Laan 7adeea3b0f
Merge #11641: qa: Only allow disconnecting all NodeConns
7 years ago
MarcoFalke fafdad0d46 qa: Remove unused NodeConn members
7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns
7 years ago
MarcoFalke 95e14dc81d
Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet
7 years ago
Pieter Wuille 033c78671b
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo
7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine
7 years ago
John Newbery ea0cd24f7d [tests] Tidy up receivedby.py
7 years ago
MarcoFalke 76b3349159
Merge #11468: [tests] Make comp test framework more debuggable
7 years ago
Wladimir J. van der Laan 1f4375f8e7
Merge #11580: Do not send (potentially) invalid headers in response to getheaders
7 years ago
MarcoFalke 5e3f5e4f25
Merge #11638: [tests] Dead mininode code
7 years ago
Wladimir J. van der Laan b5f9f025fe
Merge #11552: Improve wallet-accounts test
7 years ago
John Newbery fb00c45c32 [tests] Explicitly disallow support for p2p versions below 60001
7 years ago
John Newbery 3858aabbd0 [tests] Remove support for p2p alert messages
7 years ago
John Newbery c0b1274705 [tests] Remove support for bre-BIP31 ping messages
7 years ago
John Newbery 2904e301c5 [tests] Remove dead code from mininode.py
7 years ago
John Newbery 32ae82f5c3 [tests] use TestNode p2p connection in tests
7 years ago
John Newbery 5e5725cc2b [tests] Add p2p connection to TestNode
7 years ago
John Newbery b86c1cd208 [tests] fix TestNode.__getattr__() method
7 years ago
MarcoFalke dd561667cb
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, jnewbery)
7 years ago
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
MarcoFalke 1b8c88451b
Merge #11376: Ensure backupwallet fails when attempting to backup to source file
7 years ago
Wladimir J. van der Laan cffa5ee132
Merge #11531: Check that new headers are not a descendant of an invalid block (more effeciently)
7 years ago
Wladimir J. van der Laan e1f6a2a801
Merge #11565: Make listsinceblock refuse unknown block hash
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
Wladimir J. van der Laan d93fa261f0
Merge #11490: Disconnect from outbound peers with bad headers chains
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
MarcoFalke 57ee73990f
Merge #11538: qa: Fix race condition failures in replace-by-fee.py, sendheaders.py
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
Wladimir J. van der Laan 02ac8c892b
Merge #11452: Improve ZMQ functional test
7 years ago
Wladimir J. van der Laan 6759a24eaa
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
7 years ago
Wladimir J. van der Laan 2ca518deff
Merge #11486: [tests] Add uacomment tests
7 years ago
MarcoFalke 808c84f89d
Merge #11483: Fix importmulti bug when importing an already imported key
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
Jonas Schnelli 8c2de827e9
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping
7 years ago