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
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-12
test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constant
MacroFake
2022-07-11
wallet: Precompute Txdata after setting PSBT inputs' UTXOs
Andrew Chow
2022-06-27
test: Test signing psbts without explicitly having scripts
Andrew Chow
2022-04-21
tests: Use descriptor that requires both legacy and segwit
Andrew Chow
2022-03-24
tests: Calculate input weight more accurately
Andrew Chow
2022-01-24
tests: Test specifying input weights
Andrew Chow
2021-12-08
psbt: Actually use SIGHASH_DEFAULT
Andrew Chow
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-06
Fix intermittent test failures due to missing sync_all
Samuel Dobson
2021-10-06
Use self.generate not node.generate throughout tests
Samuel Dobson
2021-10-03
Tests for funding with external inputs
Andrew Chow
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-09-28
Add test that walletprocesspsbt requires unlocked wallet when signing
Samuel Dobson
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransaction
W. J. van der Laan
2021-05-09
test: fee rate values that cannot be represented as sat/vB
Jon Atack
2021-05-09
rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3
Jon Atack
2021-05-09
test: explicit fee rates with invalid amounts
Jon Atack
2021-05-06
test: improve zero-value explicit fee rate coverage
Jon Atack
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-02-01
scripted-diff: Remove setup_clean_chain if default is not changed
Fabian Jahr
2020-12-04
test: add coverage for passing fee rate as a string
Jon Atack
2020-11-20
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-12
wallet: override minfee checks (fOverrideFeeRate) for fee_rate
Jon Atack
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-12
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-11
wallet: introduce fee_rate (sat/vB) param/option
Jon Atack
2020-11-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-10-29
wallet: add walletcreatefundedpsbt explicit fee rate coverage
Jon Atack
2020-10-29
test: refactor for walletcreatefundedpsbt fee rate coverage
Jon Atack
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-20
test: Replace use of (dis)?connect_nodes globals
Elliott Jin
2020-10-07
Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...
fanquake
2020-10-05
scripted-diff: update max-fee-exceeded error message to include RPC
gzhao408
2020-10-02
test: Assert exclusive PSBT funding options
Oliver Gugger
2020-10-02
test: Assert PSBT change type
Oliver Gugger
2020-09-07
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-07
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-26
test: test decodepsbt fee calculation (count input value only once per UTXO)
Sebastian Falbesoner
2020-06-24
tests: Check that segwit inputs in psbt have both UTXO types
Andrew Chow
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
[next]