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
2022-08-29
test: Test that an unconfirmed not-in-mempool chain is rebroadcast
Andrew Chow
2022-08-11
test: add tests for `datacarrier` and `datacarriersize` options
w0xlt
2022-08-09
test: refactor: deduplicate `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` constants
Sebastian Falbesoner
2022-07-19
refactor: move `from_binary` helper from signet miner to test framework
Sebastian Falbesoner
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-05-13
test: make BIP157 messages default-constructible (MESSAGEMAP compatibility)
Sebastian Falbesoner
2022-01-11
test: create txs with current `nVersion` (2) by default
Sebastian Falbesoner
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-12-09
test: Replace hashlib.new with named constructor
MarcoFalke
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-08-16
refactor: replace remaining binascii method calls
Zero-1729
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-08-02
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
MarcoFalke
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2021-07-15
Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...
W. J. van der Laan
2021-07-03
test: remove confusing `MAX_BLOCK_BASE_SIZE`
Sebastian Falbesoner
2021-07-01
test: introduce `get_weight()` helper for CBlock
Sebastian Falbesoner
2021-07-01
test: introduce `get_weight()` helper for CTransaction
Sebastian Falbesoner
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-18
test: Create all blocks with version 4 or higher
MarcoFalke
2021-06-11
test: make CAddress in functional tests comparable
Vasil Dimov
2021-06-11
test: implement ser/unser of I2P addresses in functional tests
Vasil Dimov
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
[next]