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_segwit.py
Age
Commit message (
Expand
)
Author
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-09-26
test: remove unused constants in functional tests
Sebastian Falbesoner
2020-09-25
Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...
MarcoFalke
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-09-02
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
Wladimir J. van der Laan
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-26
test: use CInv::MSG_WITNESS_TX flag in p2p_segwit
Jon Atack
2020-08-25
[test] Remove final references to mininode
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-21
scripted-diff: Rename mininode_lock to p2p_lock
John Newbery
2020-08-11
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
fanquake
2020-08-09
Merge #19649: Restore test case for p2p transaction blinding
Wladimir J. van der Laan
2020-08-07
Merge #19620: Add txids with non-standard inputs to reject filter
fanquake
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-04
test addition of unknown segwit spends to txid reject filter
Gregory Sanders
2020-08-02
Test that wtxid relay peers add wtxid to reject filter
Gregory Sanders
2020-08-02
Restore test case for p2p transaction blinding
Gregory Sanders
2020-07-30
test: request parents of orphan from wtxid relay peer
Anthony Towns
2020-07-19
test: Use wtxid relay generally in functional tests
Fabian Jahr
2020-07-19
test: Add tests for wtxid tx relay in segwit test
Fabian Jahr
2020-07-19
Add support for tx-relay via wtxid
Suhas Daftuar
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2020-05-01
test: Fix intermittent p2p_segwit issue
MarcoFalke
2020-04-24
Merge #18745: test: Check submitblock return values
MarcoFalke
2020-04-22
test: Check submitblock return values
MarcoFalke
2020-04-22
test: check for matching object hashes in wait_for_getdata
Danny Lee
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-03
test: remaining replacements of (send_message+sync_with_ping) with send_and_ping
Sebastian Falbesoner
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2020-03-12
Merge #18213: test: Fix race in p2p_segwit
MarcoFalke
2020-02-28
test: Fix race in p2p_segwit
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2020-01-23
test: Make msg_tx a witness tx
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-11
test: Use proper MAX_SCRIPT_ELEMENT_SIZE
Hennadii Stepanov
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-17
Merge #15982: tests: Make msg_block a witness block
MarcoFalke
2019-05-14
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-08
tests: Make msg_block a witness block
MarcoFalke
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-04-27
Merge #15846: [POLICY] Make sending to future native witness outputs standard
MeshCollider
2019-04-25
Add test for superfluous witness record in deserialization
Gregory Sanders
2019-04-18
[POLICY] Make sending to future native witness outputs standard
Pieter Wuille
[next]