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
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
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-18
Improve TransactionErrorString messages.
Glenn Willen
2020-05-07
test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
Danny Lee
2020-05-07
test: remove redundant two-way disconnect_nodes calls
Danny Lee
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-12
[rpc] walletcreatefundedpsbt: don't automatically append inputs
Sjors Provoost
2020-02-28
Make AnalyzePSBT next role calculation simple, correct
Gregory Sanders
2020-02-25
Merge #17264: rpc: set default bip32derivs to true for psbt methods
Samuel Dobson
2020-01-31
[test] PSBT RPC: check that bip32_derivs are present by default
Sjors Provoost
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2019-12-10
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-19
Mark PSBTs spending unspendable outputs as invalid in analysis
Andrew Chow
2019-09-18
Merge #16898: test: Remove connect_nodes_bi
MarcoFalke
2019-09-18
Merge #16512: rpc: Shuffle inputs and outputs after joining psbts
Wladimir J. van der Laan
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-04
Test that joinpsbts randomly shuffles the inputs
Andrew Chow
[next]