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
2023-04-28
test: remove modinv python util helper function
Fabian Jahr
2023-04-28
Merge bitcoin/bitcoin#27483: Bump python minimum version to 3.8
fanquake
2023-04-23
test: simplify uint256 (de)serialization routines
Sebastian Falbesoner
2023-04-21
test: Use python3.8 pow()
MarcoFalke
2023-04-04
test: Remove windows workaround in authproxy
MarcoFalke
2023-03-31
test: Remove python3.5 workaround in authproxy
MarcoFalke
2023-03-28
refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey
ismaelsadeeq
2023-03-28
refactor: move address_to_scriptpubkey to address.py
ismaelsadeeq
2023-03-24
Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address...
fanquake
2023-03-23
test: add bech32 decoding support to address_to_scriptpubkey()
ismaelsadeeq
2023-03-23
test: test_bech32_decode in address.py
ismaelsadeeq
2023-03-20
test: Fix TypeError in wait_for_debug_log
MarcoFalke
2023-03-16
Merge bitcoin/bitcoin#27200: test: psbt: check non-witness UTXO removal for s...
Andrew Chow
2023-03-13
Merge bitcoin/bitcoin#27221: test: Default timeout factor to 4 under --valgrind
fanquake
2023-03-08
test: Use self.wait_until over wait_until_helper
MarcoFalke
2023-03-07
test: Default timeout factor to 4 under --valgrind
MarcoFalke
2023-03-04
test: PSBT: eliminate magic numbers for global unsigned tx key (0)
Sebastian Falbesoner
2023-02-22
Merge bitcoin/bitcoin#27137: test: Raise PRNG seed log to INFO
fanquake
2023-02-22
Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except
fanquake
2023-02-21
Raise PRNG seed log to INFO.
roconnor-blockstream
2023-02-20
Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...
fanquake
2023-02-18
lint: enable E722 do not use bare except
Leonardo Lazzaro
2023-02-17
test: fix test abort for high timeout values (and `--timeout-factor 0`)
Sebastian Falbesoner
2023-02-06
test: Add test for file system permissions
Hennadii Stepanov
2023-01-28
test: refactor: introduce `replace_in_config` helper
Sebastian Falbesoner
2023-01-18
scripted-diff: Use new python 3.7 keywords
MarcoFalke
2023-01-17
test: Run mempool_packages.py with MiniWallet
MarcoFalke
2023-01-17
test: Return fee from MiniWallet
MarcoFalke
2023-01-17
test: Return chain of MiniWallet txs from MiniWallet chain method
MarcoFalke
2023-01-17
test: Refactor MiniWallet sign_tx
MarcoFalke
2023-01-17
test: Return wtxid from create_self_transfer_multi
MarcoFalke
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2023-01-16
Merge bitcoin/bitcoin#26657: test: Run feature_bip68_sequence.py with MiniWallet
MarcoFalke
2023-01-16
Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`-du...
MarcoFalke
2023-01-12
test: skip sqlite3 tests if it isn't available
fanquake
2023-01-11
test: Fix intermittent timeout in p2p_permissions.py
MarcoFalke
2023-01-06
test: Add "include mempool" flag to MiniWallet rescan_utxos
Miles Liu
2023-01-06
test: Add "include immature coinbase" flag to MiniWallet get_utxos
Miles Liu
2023-01-06
test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_tx
Miles Liu
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
Merge bitcoin/bitcoin#26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to...
Andrew Chow
2022-12-20
Merge bitcoin/bitcoin#26638: test: prefer sqlite for wallet tests
Andrew Chow
2022-12-19
Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes
Greg Sanders
2022-12-19
Merge bitcoin/bitcoin#26656: tests: Improve runtime of some tests when `--ena...
MarcoFalke
2022-12-16
Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad...
Andrew Chow
2022-12-15
test: Introduce MIN_BLOCKS_TO_KEEP constant
Aurèle Oulès
2022-12-15
test: Wallet imports on pruned nodes
Aurèle Oulès
2022-12-12
test: add add_wallet_options to TestShell
josibake
2022-12-09
tests: Use batched RPC in feature_fee_estimation
Andrew Chow
[next]