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
Age
Commit message (
Expand
)
Author
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-20
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
MarcoFalke
2020-09-19
Merge #19940: rpc: Return fee and vsize from testmempoolaccept
fanquake
2020-09-18
test: basic signet tests
Karl-Johan Alm
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-09
test: Run rpc_txoutproof.py even with wallet disabled
MarcoFalke
2020-09-09
test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
MarcoFalke
2020-09-09
test: bugfix: Actually pick largest utxo
MarcoFalke
2020-09-09
Merge #19800: test: Mockwallet
MarcoFalke
2020-09-07
test: Use MiniWalet in p2p_feefilter
MarcoFalke
2020-09-03
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...
Wladimir J. van der Laan
2020-09-03
Merge #19816: test: Rename wait until helper to wait_until_helper
fanquake
2020-09-02
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
Wladimir J. van der Laan
2020-09-01
Merge #19105: Add Muhash3072 implementation in Python
Wladimir J. van der Laan
2020-08-28
test framework: serialize/deserialize inv type as unsigned int
Jon Atack
2020-08-27
test: Remove unused lock arg from BitcoinTestFramework.wait_until
MarcoFalke
2020-08-27
test: Rename wait until helper to wait_until_helper
MarcoFalke
2020-08-26
test: Add docstring to wait_until() in util.py to warn about its usage
Seleme Topuz
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-21
test: resort imports
John Newbery
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-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-11
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
fanquake
2020-08-09
Merge #19657: test: Wait until is_connected in add_p2p_connection
Wladimir J. van der Laan
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-05
Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Wladimir J. van der Laan
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-08-04
Merge #19489: test: Fail wait_until early if connection is lost
MarcoFalke
2020-07-30
test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Ben Woosley
2020-07-27
Clean message_count and last_message
Troy Giorshev
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-19
test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_until
Jon Atack
2020-07-19
test: Use wtxid relay generally in functional tests
Fabian Jahr
2020-07-19
test: Update test framework p2p protocol version to 70016
Fabian Jahr
2020-07-16
test: Add chacha20 test vectors in muhash
Fabian Jahr
2020-07-16
test: Add basic Python/C++ Muhash implementation parity unit test
Fabian Jahr
2020-07-16
test: Add Python MuHash3072 implementation to test framework
Pieter Wuille
2020-07-16
test: Move modinv to util and add unit test
Fabian Jahr
2020-07-14
test: Fail wait_until early if connection is lost
MarcoFalke
2020-07-10
[protocol] Remove unused CADDR_TIME_VERSION
John Newbery
2020-07-01
Merge #19368: test: improve functional tests compatibility with BSD/macOS
Wladimir J. van der Laan
2020-06-25
test: retry when write to a socket fails on macOS
Ivan Metlushko
2020-06-24
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-21
test: Add connect_nodes method
MarcoFalke
2020-06-21
Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...
MarcoFalke
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
[next]