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_compactblocks.py
Age
Commit message (
Expand
)
Author
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-06-14
test: check for `getblocktxn` request with out-of-bounds tx index
Sebastian Falbesoner
2022-05-18
[test] Remove segwit argument from build_block_on_tip()
John Newbery
2022-05-15
[net processing] Only accept `sendcmpct` with version=2
John Newbery
2022-05-15
[net processing] Only advertise support for version 2 compact blocks
John Newbery
2022-05-15
[net] Stop testing version 1 compact blocks.
John Newbery
2021-12-27
test: use MiniWallet for p2p_compactblocks.py
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
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-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-10
Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfo
MarcoFalke
2020-10-16
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-09-29
test: add test for high-bandwidth mode states in getpeerinfo
Sebastian Falbesoner
2020-09-20
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
MarcoFalke
2020-09-12
QA: Use GBT to get block versions correct
Luke Dashjr
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-23
test: add parameterized constructor for msg_sendcmpct()
Sebastian Falbesoner
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-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-30
test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected
Ben Woosley
2020-06-05
[tests] Only acquire lock once in p2p_compactblocks.py
John Newbery
2020-05-07
test: add inventory type constant MSG_CMPCT_BLOCK
Sebastian Falbesoner
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2020-04-24
refactor: test: use wait_for_getdata() in p2p_compactblocks.py
Sebastian Falbesoner
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-05-08
tests: Make msg_block a witness block
MarcoFalke
2019-04-01
[qa] Overhaul p2p_compactblocks.py
Suhas Daftuar
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2018-10-24
Merge #14296: [wallet] Remove addwitnessaddress
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-23
[test] Remove deprecated addwitnessaddress from p2p_compactblocks.py
John Newbery
2018-09-23
[test] Fix flake8 warnings in tests
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-22
[qa] mininode: Expose connection state through is_connected
MarcoFalke
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
[next]