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
2021-08-05
Merge bitcoin/bitcoin#22619: test: refactor: use consistent bytes <-> hex-str...
MarcoFalke
2021-08-04
test: refactor: remove binascii from test_framework
Zero-1729
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-08-03
Merge bitcoin/bitcoin#21528: [p2p] Reduce addr blackholes
fanquake
2021-08-02
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
MarcoFalke
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2021-08-01
Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witnes...
MarcoFalke
2021-07-30
Merge bitcoin/bitcoin#22490: test: Disable automatic connections per default ...
MarcoFalke
2021-07-29
[net_processing] Defer initializing m_addr_known
Amiti Uttarwar
2021-07-29
Merge bitcoin/bitcoin#22139: test: add type annotations to util.get_rpc_proxy
MarcoFalke
2021-07-27
test: add type annotations to util.get_rpc_proxy
fanquake
2021-07-27
test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
Sebastian Falbesoner
2021-07-27
test: introduce `generate_to_height` helper, use in rpc_signrawtransaction
Sebastian Falbesoner
2021-07-26
test: Disable automatic connections by default
Martin Zumsande
2021-07-20
Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...
fanquake
2021-07-15
Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...
W. J. van der Laan
2021-07-12
net, rpc: Enable AddrFetch connections for functional testing
Martin Zumsande
2021-07-11
test: fix segwit terminology (s/witness_program/witness_script/)
Sebastian Falbesoner
2021-07-05
test: use script_util helpers for creating P2W{PKH,SH} scripts
Sebastian Falbesoner
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
2021-07-03
test: remove confusing `MAX_BLOCK_BASE_SIZE`
Sebastian Falbesoner
2021-07-01
test: introduce `get_weight()` helper for CBlock
Sebastian Falbesoner
2021-07-01
test: introduce `get_weight()` helper for CTransaction
Sebastian Falbesoner
2021-06-28
test: use script_util helpers for creating P2PKH scripts
Sebastian Falbesoner
2021-06-28
test: wallet util: fix multisig P2SH-P2WSH script creation
Sebastian Falbesoner
2021-06-24
Merge bitcoin/bitcoin#22257: test: refactor: various (de)serialization helper...
MarcoFalke
2021-06-22
Revert "test: Add temporary logging to debug #20975"
MarcoFalke
2021-06-22
Merge bitcoin/bitcoin#22201: test: Fix TestShell to allow running in Jupyter ...
MarcoFalke
2021-06-21
add dummy file param to fix jupyter
Josiah Baker
2021-06-21
Merge bitcoin/bitcoin#22089: test: MiniWallet: fix fee calculation for P2PK a...
MarcoFalke
2021-06-21
test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)
Sebastian Falbesoner
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-06-19
Merge bitcoin/bitcoin#22210: test: Use MiniWallet in test_no_inherited_signal...
MarcoFalke
2021-06-18
test: Create all blocks with version 4 or higher
MarcoFalke
2021-06-11
test: make CAddress in functional tests comparable
Vasil Dimov
2021-06-11
test: implement ser/unser of I2P addresses in functional tests
Vasil Dimov
2021-06-10
test: Use MiniWallet in test_no_inherited_signaling RBF test
MarcoFalke
2021-06-10
test: Add txin.sequence option to MiniWallet
MarcoFalke
2021-06-08
test: MiniWallet: fix fee calculation for P2PK and check tx vsize
Sebastian Falbesoner
2021-06-08
test: MiniWallet: force P2PK signature to have fixed size (71 bytes)
Sebastian Falbesoner
2021-06-08
test: doc: improve doc for chain_transaction() helper
Sebastian Falbesoner
2021-06-08
test: refactor: dedup utility function chain_transaction()
Sebastian Falbesoner
2021-06-07
Merge bitcoin/bitcoin#22149: test: Add temporary logging to debug #20975
W. J. van der Laan
2021-06-04
test: Add temporary logging to debug #20975
MarcoFalke
2021-06-03
test: convert docs into type annotations in test_framework/test_node.py
fanquake
2021-06-03
test: convert docs into type annotations in test_framework/wallet.py
fanquake
2021-06-03
test: convert docs into type annotations in test_framework/util.py
fanquake
2021-05-31
test: run mempool_reorg.py even with wallet disabled
Darius Parvin
[next]