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
2022-02-15
Merge bitcoin/bitcoin#24324: test: refactor: remove unneeded bytes<->hex conv...
MarcoFalke
2022-02-14
test: remove `import socket` in test_ipv6_local
brunoerg
2022-02-14
test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58`
Sebastian Falbesoner
2022-02-07
test: Call ceildiv helper with integer
Martin Zumsande
2022-01-31
test: Fix feature_init intermittent issues
MarcoFalke
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2022-01-13
test: use MiniWallet for mempool_accept.py
Sebastian Falbesoner
2022-01-11
test: MiniWallet: support default `from_node` for creating txs
Sebastian Falbesoner
2022-01-11
test: create txs with current `nVersion` (2) by default
Sebastian Falbesoner
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-12-29
test: add TestNode.wait_for_debug_log
James O'Beirne
2021-12-29
test: introduce TestNode.debug_log_bytes
James O'Beirne
2021-12-26
test: introduce `address_to_scriptpubkey` helper
Sebastian Falbesoner
2021-12-26
test: introduce `getnewdestination` helper for generating various address types
Sebastian Falbesoner
2021-12-14
Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-09
test: Replace hashlib.new with named constructor
MarcoFalke
2021-12-09
Merge bitcoin/bitcoin#23715: test: feature_rbf.py: check specified wallet typ...
MarcoFalke
2021-12-08
Swap out hashlib.ripemd160 for own implementation
Pieter Wuille
2021-12-08
Add pure Python RIPEMD-160
Pieter Wuille
2021-12-08
test: feature_rbf.py: check specified wallet type availability
Sebastian Falbesoner
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cpp
MarcoFalke
2021-11-30
Merge bitcoin/bitcoin#23289: test: add stress tests for initialization
W. J. van der Laan
2021-11-30
Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBD
W. J. van der Laan
2021-11-30
Remove GetAdjustedTime from init.cpp
MarcoFalke
2021-11-29
Merge bitcoin/bitcoin#23392: test: move check_node_connections to util
W. J. van der Laan
2021-11-26
test: always rescan after importing private keys in `init_wallet` helper
Sebastian Falbesoner
2021-11-18
test: add check_node_connections in util
brunoerg
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-16
Merge bitcoin/bitcoin#23516: test: Force --nosandbox when --valgrind
fanquake
2021-11-15
Merge bitcoin/bitcoin#23394: Taproot wallet test vectors (generation+tests)
W. J. van der Laan
2021-11-15
test: Force --nosandbox when --valgrind
MarcoFalke
2021-11-15
test: Return the largest utxo in MiniWallet.get_utxo
MarcoFalke
2021-11-12
tests: add deterministic signing mode to ECDSA
Pieter Wuille
2021-11-12
tests: abstract out precomputed BIP341 signature hash elements
Pieter Wuille
2021-11-12
tests: give feature_taproot access to sighash preimages
Pieter Wuille
2021-11-12
tests: add more fields to TaprootInfo
Pieter Wuille
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-09
test: MiniWallet: add P2TR support and use it per default
Sebastian Falbesoner
2021-11-09
Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...
MarcoFalke
2021-11-05
Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...
Samuel Dobson
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-28
[test] tx processing before and after ibd
glozow
2021-10-27
test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...
Sebastian Falbesoner
2021-10-26
test: add script_util helper for creating bare multisig scripts
Sebastian Falbesoner
2021-10-20
test: add node.chain_path and node.debug_log_path
James O'Beirne
2021-10-20
Make explicit the node param in init_wallet()
lsilva01
2021-10-18
Merge bitcoin/bitcoin#23207: test: Delete generate* calls from TestNode
MarcoFalke
[next]