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_messages.py
Age
Commit message (
Expand
)
Author
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-06-20
Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm...
Ava Chow
2024-05-30
net_processing: make all Misbehaving increments = 100
Pieter Wuille
2024-05-07
test: Use int.to_bytes over struct packing
MarcoFalke
2024-02-06
test: Don't use v2transport when it's too slow.
Martin Zumsande
2024-02-06
test: enable p2p_invalid_messages.py with v2transport
Martin Zumsande
2023-10-30
addrman: log AS only when using asmap
brunoerg
2023-05-21
test: p2p: check misbehavior for non-continuous headers messages
Sebastian Falbesoner
2023-03-17
test: Make the unlikely race in p2p_invalid_messages impossible
MarcoFalke
2023-02-10
test: p2p: check that headers message with invalid proof-of-work disconnects ...
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-19
log: improve addrman logging
Martin Zumsande
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2021-07-15
Rate limit the processing of incoming addr messages
Pieter Wuille
2021-05-07
net: Clarify message header validation errors
W. J. van der Laan
2021-05-06
net: Sanitize message type for logging
W. J. van der Laan
2020-11-19
p2p: Ignore version msgs after initial version msg
MarcoFalke
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-28
test: Check that invalid peer traffic is accounted for
MarcoFalke
2020-09-28
test: Remove confusing cast to same type (int to int)
MarcoFalke
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
2020-06-19
test: improve msg sends and p2p disconnections in p2p_invalid_messages
Jon Atack
2020-06-19
test: refactor test_large_inv() into 3 tests with common method
Jon Atack
2020-06-19
test: add p2p_invalid_messages logging
Jon Atack
2020-06-19
net: update misbehavior logging for oversized messages
Jon Atack
2020-06-17
Test buffered valid message
Troy Giorshev
2020-06-13
[tests] Don't import asyncio to test magic bytes
John Newbery
2020-06-08
Refactor resource exhaustion test
Troy Giorshev
2020-06-08
Fix "invalid message size" test
Troy Giorshev
2020-06-08
Move size limits to module-global
Troy Giorshev
2020-06-08
Remove two unneeded tests
Troy Giorshev
2020-05-07
test: explicit imports from test_framework.messages in p2p_invalid_messages.py
Sebastian Falbesoner
2020-05-07
test: replace inv type magic numbers by constants
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-13
test: Add various low-level p2p tests
MarcoFalke
2020-03-31
test: Remove redundant sync_with_ping after add_p2p_connection
MarcoFalke
2020-01-25
Merge #17770: test: bump test timeouts so that functional tests run in valgrind
MarcoFalke
2020-01-25
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
2020-01-15
Replace coroutine with async def in p2p_invalid_messages.py
Elichai Turkel
2019-11-14
test: Remove fragile assert_memory_usage_stable
MarcoFalke
2019-10-23
Remove oversized message detection from log and interface
Pieter Wuille
2019-10-18
Refactor: split network transport deserializing from message container
Jonas Schnelli
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-07-23
test: Skip flaky p2p_invalid_messages test on macOS
Fabian Jahr
[next]