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
/
rpc_psbt.py
Age
Commit message (
Expand
)
Author
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
Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...
Ava Chow
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-07-08
Merge bitcoin/bitcoin#29855: psbt: Check non witness utxo outpoint early
Ryan Ofsky
2024-07-03
test: add test for modififed walletprocesspsbt calls
willcl-ark
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-04-24
Merge bitcoin/bitcoin#29870: rpc: Reword SighashFromStr error message
merge-script
2024-04-15
rpc: Reword SighashFromStr error message
MarcoFalke
2024-04-11
psbt: Check non witness utxo outpoint early
Ava Chow
2024-04-05
test: introduce and use `calculate_input_weight` helper
Sebastian Falbesoner
2024-03-01
test: fix weight estimates in functional tests
Max Edwards
2023-10-29
Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytes
fanquake
2023-10-25
test: replace random_bytes with randbytes #28720
ns-xvrn
2023-10-24
test: refactor: support sending funds with outpoint result
Sebastian Falbesoner
2023-09-15
test: check `descriptorprocesspsbt` return hex encoded tx
ismaelsadeeq
2023-09-06
test: remove unnecessary finalizepsbt rpc calls
ismaelsadeeq
2023-09-05
wallet rpc: return final tx hex from walletprocesspsbt if complete
Matthew Zipkin
2023-07-27
test: remove redundant test values
Jon Atack
2023-07-27
test: add coverage for passing an invalid sighashtype
Jon Atack
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-06
test: add test for `descriptorprocesspsbt` RPC
ishaanam
2023-05-04
Merge bitcoin/bitcoin#27325: test: various `converttopsbt` check cleanups in ...
Andrew Chow
2023-05-03
test: Update python tests to use named parameters instead of options objects
Ryan Ofsky
2023-04-21
Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...
Andrew Chow
2023-03-24
test: various `converttopsbt` check cleanups in rpc_psbt.py
Sebastian Falbesoner
2023-03-22
Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,...
Andrew Chow
2023-03-18
rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex
ishaanam
2023-03-16
Fix fund transaction case at 0-value, 0-fee
Greg Sanders
2023-03-05
test: psbt: check non-witness UTXO removal for segwit v1 input
Sebastian Falbesoner
2023-03-05
test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2023-01-11
Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund calls
Juan Pablo Civile
2023-01-03
Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
wallet: return accurate error messages from Coin Selection
furszy
2022-11-28
Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet tests
Andrew Chow
2022-11-14
Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error string
MacroFake
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-10-26
wallet: remove fetch pre-selected-inputs responsibility from SelectCoins
furszy
2022-10-17
Add test for PSBT input verification
Greg Sanders
2022-10-10
Adjust RPCTypeCheckObj error string
Leonardo Araujo
2022-10-06
tests: Test that PSBT_OUT_TAP_TREE is combined correctly
Andrew Chow
2022-08-10
psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION
Andrew Chow
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-07-23
test: check that combining PSBTs with different txs fails
Sebastian Falbesoner
2022-07-19
test: add test for decoding PSBT with per-input preimage types
Sebastian Falbesoner
2022-07-19
Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp...
MacroFake
2022-07-15
rpc: Default rbf enabled
Andrew Chow
[next]