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
/
qa
/
rpc-tests
/
p2p-compactblocks.py
Age
Commit message (
Expand
)
Author
2016-12-15
[qa] Update compactblocks test for multi-peer reconstruction
Suhas Daftuar
2016-11-21
Merge #8872: Remove block-request logic from INV message processing
Wladimir J. van der Laan
2016-11-14
[qa] Wait for specific block announcement in p2p-compactblocks
Russell Yanofsky
2016-11-11
Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842)
Wladimir J. van der Laan
2016-11-07
[qa] Respond to getheaders and do not assume a getdata on inv
Matt Corallo
2016-11-07
Modify getblocktxn handler not to drop requests for old blocks
Russell Yanofsky
2016-11-03
[qa] Test that invalid compactblocks don't result in ban
Suhas Daftuar
2016-11-02
[qa] Fix stale data bug in test_compactblocks_not_at_tip
Russell Yanofsky
2016-11-02
[qa] Fix bug in compactblocks v2 merge
Russell Yanofsky
2016-10-17
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-10-17
More agressively filter compact block requests
Matt Corallo
2016-10-15
[qa] Build v4 blocks in p2p-compactblocktests
Matt Corallo
2016-10-14
[qa] Send segwit-encoded blocktxn messages in p2p-compactblocks
Matt Corallo
2016-10-13
Merge #8904: [qa] Fix compact block shortids for a test case
Wladimir J. van der Laan
2016-10-11
Merge #8882: [qa] Fix race conditions in p2p-compactblocks.py and sendheaders.py
MarcoFalke
2016-10-10
[qa] Fix compact block shortids for a test case
Dagur Valberg Johannsson
2016-10-04
[qa] Another attempt to fix race condition in p2p-compactblocks.py
Suhas Daftuar
2016-10-04
[qa] Update p2p-compactblocks.py for compactblocks v2
Suhas Daftuar
2016-09-30
[qa] Fix race condition in p2p-compactblocks test
Suhas Daftuar
2016-09-15
Fix broken sendcmpct test in p2p-compactblocks.py
Suhas Daftuar
2016-07-29
Add p2p test for BIP 152 (compact blocks)
Suhas Daftuar