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
/
test_framework
/
messages.py
Age
Commit message (
Expand
)
Author
2021-06-21
test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)
Sebastian Falbesoner
2021-06-21
scripted-diff: test: rename `FromHex` to `from_hex`
Sebastian Falbesoner
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-06-10
test: Use MiniWallet in test_no_inherited_signaling RBF test
MarcoFalke
2021-03-23
Unconditionally check for fRelay field in test framework
Troy Giorshev
2021-02-17
[test] Add P2P_SERVICES to p2p.py
John Newbery
2021-02-17
[test] Move MY_RELAY to p2p.py
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2021-02-17
[test] Move MY_VERSION to p2p.py
John Newbery
2021-02-17
[test] Move MIN_VERSION_SUPPORTED to p2p.py
John Newbery
2021-02-17
Merge #20993: test: store subversion (user agent) as string in msg_version
MarcoFalke
2021-01-23
Add capture parser
Troy Giorshev
2021-01-23
test: store subversion (user agent) as string in msg_version
Sebastian Falbesoner
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2020-12-08
Remove unused bits from service flags enum
MarcoFalke
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-09-20
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
MarcoFalke
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-03
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...
Wladimir J. van der Laan
2020-09-02
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
Wladimir J. van der Laan
2020-08-28
test framework: serialize/deserialize inv type as unsigned int
Jon Atack
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-23
test: add parameterized constructor for msg_sendcmpct()
Sebastian Falbesoner
2020-08-13
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-19
test: Update test framework p2p protocol version to 70016
Fabian Jahr
2020-07-10
[protocol] Remove unused CADDR_TIME_VERSION
John Newbery
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
2020-05-31
[test] Add test for NODE_COMPACT_FILTER.
Jim Posen
2020-05-26
[test] Add test for cfilters.
Jim Posen
2020-05-22
[test] Add test for cfheaders
Jim Posen
2020-05-20
Merge #18764: refactor: test: replace inv type magic numbers by constants
MarcoFalke
2020-05-08
[test] Add test for cfcheckpt
Jim Posen
2020-05-07
test: add inventory type constant MSG_CMPCT_BLOCK
Sebastian Falbesoner
2020-04-25
test: use zero-argument super() shortcut (Python 3.0+)
Sebastian Falbesoner
2020-04-20
test: add further BIP37 size limit checks to p2p_filter.py
Sebastian Falbesoner
2020-04-19
Merge #18610: scripted-diff: test: replace command with msgtype (naming)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
scripted-diff: test: replace command with msgtype
Sebastian Falbesoner
2020-04-11
test: complete impl. of msg_merkleblock and wait_for_merkleblock
Sebastian Falbesoner
2020-04-03
test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.py
Sebastian Falbesoner
2020-03-31
test: add BIP37 'filterclear' test to p2p_filter.py
Sebastian Falbesoner
2020-03-25
test: Add basic test for BIP 37
MarcoFalke
2020-03-03
test: Add bad-txns-*-toolarge test cases to invalid_txs
MarcoFalke
2020-01-23
test: Make msg_tx a witness tx
MarcoFalke
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-11
tests: add a test for the 'servicesnames' RPC field
darosior
2019-08-26
Avoid using mutable default parameter values
practicalswift
[next]