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
/
test_framework
/
mininode.py
Age
Commit message (
Expand
)
Author
2017-03-20
Rename qa directory to test
John Newbery
2017-03-09
Always enable debug log and microsecond logging for test nodes.
John Newbery
2017-03-09
Use logging in mininode.py
John Newbery
2017-02-23
Fix docstrings in qa tests
John Newbery
2017-02-08
qa: Expose on-connection to mininode listeners
Matt Corallo
2017-02-08
qa: mininode learns when a socket connects, not its first action
Matt Corallo
2016-11-21
Make test constant consistent with consensus.h
BtcDrak
2016-11-09
Fix mininode version message format
jnewbery
2016-10-04
[qa] Add support for compactblocks v2 to mininode
Suhas Daftuar
2016-10-04
[qa] Fix bug in mininode witness deserialization
Suhas Daftuar
2016-10-02
[qa] mininode: Only allow named args in wait_until
MarcoFalke
2016-09-30
[qa] Fix race condition in p2p-compactblocks test
Suhas Daftuar
2016-07-29
Add support for compactblocks to mininode
Suhas Daftuar
2016-07-29
Tests: refactor compact size serialization in mininode
Suhas Daftuar
2016-07-06
Rename CTxinWitness -> CTxInWitness
Bob McElrath
2016-06-22
[qa] p2p segwit tests
Suhas Daftuar
2016-06-17
[qa] mininode: fail on send_message instead of silent return
MarcoFalke
2016-06-02
Continuing port of java comptool
mrbandrews
2016-05-31
Tests: Rework blockstore to avoid re-serialization.
mrbandrews
2016-05-05
[qa] Switch to py3
MarcoFalke
2016-04-23
[qa] mininode: Unfiddle strings into bytes
MarcoFalke
2016-04-20
Tests: Fix deserialization of reject messages
Suhas Daftuar
2016-04-10
[qa] py2: Unfiddle strings into bytes explicitly
MarcoFalke
2016-04-02
[qa] mininode: Combine struct.pack format strings
MarcoFalke
2016-04-01
[qa] mininode: Catch exceptions in got_data
MarcoFalke
2016-04-01
[qa] rpc-tests: Properly use integers, floats
MarcoFalke
2016-03-31
[qa] Use python2/3 syntax
MarcoFalke
2016-03-21
Add p2p test for feefilter
Alex Morcos
2016-03-21
Create SingleNodeConnCB class for RPC tests
Alex Morcos
2016-03-14
[qa] mininode: Add and use CONSTs
MarcoFalke
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Add RPC test exercising BIP68 (mempool only)
Suhas Daftuar
2016-02-04
[rpc-tests] Change solve() to use rehash
mrbandrews
2016-01-07
Add race-condition debugging tool to mininode
Suhas Daftuar
2015-12-18
Add more tests to p2p-fullblocktest
Suhas Daftuar
2015-12-04
test: remove necessity to call create_callback_map
Wladimir J. van der Laan
2015-11-29
Allow block announcements with headers
Suhas Daftuar
2015-05-18
[QA] restructure rpc tests directory
Jonas Schnelli