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
/
wallet.py
Age
Commit message (
Expand
)
Author
2021-06-21
Merge bitcoin/bitcoin#22089: test: MiniWallet: fix fee calculation for P2PK a...
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-03
test: convert docs into type annotations in test_framework/wallet.py
fanquake
2021-05-31
test: run mempool_reorg.py even with wallet disabled
Darius Parvin
2021-05-24
test: MiniWallet: introduce enum type for output mode
Sebastian Falbesoner
2021-05-17
test: MiniWallet: add P2PK support
Sebastian Falbesoner
2021-05-10
test: use MiniWallet for feature_csv_activation.py
Sebastian Falbesoner
2021-04-29
test: Run feature_cltv with MiniWallet
MarcoFalke
2021-04-23
test: Create MiniWallet.create_self_transfer
MarcoFalke
2021-04-22
test: Add MiniWallet.sendrawtransaction
MarcoFalke
2021-03-23
test: Remove wallet dependency of utxo set hash test
Fabian Jahr
2021-02-16
test: Speed up rpc_blockchain.py by removing miniwallet.generate()
MarcoFalke
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-08
test: Replace getmempoolentry with testmempoolaccept in MiniWallet
MarcoFalke
2020-11-16
test: run mempool_spend_coinbase.py even with wallet disabled
Michael Dietz
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-07
test: Use MiniWalet in p2p_feefilter
MarcoFalke