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
2024-10-02
test: add tx_in_orphanage()
tdb3
2024-09-28
test: switch MiniWallet padding unit from weight to vsize
Sebastian Falbesoner
2024-09-24
test: Add missing sync_mempools() to fill_mempool()
MarcoFalke
2024-09-24
test: Refactor fill_mempool to extract send_batch helper
MarcoFalke
2024-09-04
Merge bitcoin/bitcoin#30723: lint: Speed up and fix flake8 checks
Ava Chow
2024-09-04
Merge bitcoin/bitcoin#29566: test: update satoshi_round function
Ava Chow
2024-08-29
Merge bitcoin/bitcoin#30714: test: fix `TestShell` initialization (late follo...
glozow
2024-08-29
test: [refactor] Fix E714 pycodestyle
MarcoFalke
2024-08-25
test: fix `TestShell` initialization (late follow-up for #30463)
Sebastian Falbesoner
2024-08-25
test: add null block xor key
tdb3
2024-08-25
refactor: lift NUM_XOR_BYTES
tdb3
2024-08-25
refactor: move read_xor_key() to TestNode
tdb3
2024-08-23
test: add blocks_key_path
tdb3
2024-08-14
test: refactor: move `read_xor_key`/`util_xor` helpers to util module
Sebastian Falbesoner
2024-08-07
test: update satoshi_round function
naiyoma
2024-08-02
test: check that keyless P2A 'signing' via `signrawtransactionwithkey` succeeds
Sebastian Falbesoner
2024-08-02
Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...
glozow
2024-08-02
Merge bitcoin/bitcoin#30554: test: Avoid CScript() as default function argument
merge-script
2024-07-31
test: Avoid CScript() as default function argument
MarcoFalke
2024-07-31
test: Make leaf_script mandatory when scriptpath is set in TaprootSignatureMsg
MarcoFalke
2024-07-30
test: fix constructor of msg_tx
Martin Zumsande
2024-07-30
test: Add anchor mempool acceptance test
Greg Sanders
2024-07-26
Merge bitcoin/bitcoin#30076: test: fix MiniWallet script-path spend (missing ...
glozow
2024-07-22
Merge bitcoin/bitcoin#30463: qa: Functional test improvements
glozow
2024-07-17
Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...
Ava Chow
2024-07-16
qa: Consider `cache` and `config.ini` relative to invocation directory
Hennadii Stepanov
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-07-16
Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...
Ava Chow
2024-07-02
net: require P2P binds to succeed
Vasil Dimov
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-06-21
test: Check that disconnection happens when >4095 garbage bytes is sent
stratospher
2024-06-17
Merge bitcoin/bitcoin#28312: test: fix `keys_to_multisig_script` (P2MS) helpe...
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
test: fix MiniWallet internal key derivation for tagged instances
Sebastian Falbesoner
2024-06-11
Merge bitcoin/bitcoin#30252: test: Remove redundant verack check
merge-script
2024-06-11
test: fix MiniWallet script-path spend (missing parity bit in leaf version)
Sebastian Falbesoner
2024-06-11
test: refactor: return TaprootInfo from P2TR address creation routine
Sebastian Falbesoner
2024-06-11
Merge bitcoin/bitcoin#30162: test: MiniWallet: respect passed feerate for pad...
glozow
2024-06-10
Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...
Ryan Ofsky
2024-06-10
test: Remove redundant verack check
MarcoFalke
2024-06-08
Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, cli
merge-script
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
test: Add functional test for continuing a reindex
TheCharlatan
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-06-07
test: use json-rpc 2.0 in all functional tests by default
Matthew Zipkin
2024-06-06
Merge bitcoin/bitcoin#29401: test: Remove struct.pack from almost all places
Ava Chow
2024-06-05
test: add unit test for `keys_to_multisig_script`
Sebastian Falbesoner
2024-06-05
test: fix `keys_to_multisig_script` (P2MS) helper for n/k > 16
Sebastian Falbesoner
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
[next]