index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
p2p_invalid_block.py
Age
Commit message (
Expand
)
Author
2021-11-30
Remove GetAdjustedTime from init.cpp
MarcoFalke
2021-11-17
test: refactor: replace OP_1/OP_TRUE magic numbers by constants
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-12
test: remove unnecessary block rehashing prior to solving
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-06-15
test: check rejected future block later accepted
Luke Dashjr
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-06-02
New regression testing for CVE-2018-17144, CVE-2012-2459, and CVE-2010-5137.
lucash-dev
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2018-11-09
qa: Avoid race in p2p_invalid_block by waiting for the block request
MarcoFalke
2018-09-17
[qa] Test for duplicate inputs within a transaction
Suhas Daftuar
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-09
Merge #13669: Tests: Cleanup create_transaction implementations
MarcoFalke
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-09
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-02-13
[tests] Change invalidblockrequest to use BitcoinTestFramework
John Newbery
2018-02-13
[tests] Fix flake8 warnings in invalidblockrequest
John Newbery
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns