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_fundrawtransaction.py
Age
Commit message (
Expand
)
Author
2022-08-30
test: use `sendall` when emptying wallet
brunoerg
2022-08-18
tests: Test that external inputs of txs in wallet is handled correctly
Andrew Chow
2022-08-18
wallet: SelectExternal actually external inputs
Andrew Chow
2022-07-18
univalue: Return more detailed type check error messages
MacroFake
2022-05-18
test: fundrawtransaction preset input weight calculation
S3RK
2022-01-24
tests: Test specifying input weights
Andrew Chow
2021-12-17
wallet: Strictly match tx change type to improve privacy
MarcoFalke
2021-12-07
Merge bitcoin/bitcoin#22689: rpc: deprecate top-level fee fields in getmempoo...
MarcoFalke
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-11-09
Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...
MarcoFalke
2021-11-02
rpc: deprecate fee fields from mempool entries
josibake
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-08
tests: Test for assertion when feerate is rounded down
Andrew Chow
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-23
tests: rpc_fundrawtx better test for UTXO inclusion with include_unsafe
Andrew Chow
2021-09-09
tests: rpc_fundrawtx use specific inputs for unavailable change test
Andrew Chow
2021-09-09
tests: rpc_fundrawtx lock to UTXO types
Andrew Chow
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-27
Use waste metric for deciding which selection to use
Andrew Chow
2021-08-20
Merge bitcoin/bitcoin#22707: test: refactor use of getrawmempool in functiona...
MarcoFalke
2021-08-19
test: fix bug in 22686
S3RK
2021-08-16
test: use getmempoolentry instead of getrawmempool in functional tests when a...
Michael Dietz
2021-08-13
test: Test for ApproximateBestSubset edge case with too little fees
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
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-04-27
test: fix off-by-ones in rpc_fundrawtransaction
Jon Atack
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-16
test: give fundraw more time for test_transaction_too_large
Jon Atack
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2020-12-24
Add a test that selects too large if BnB is used
Andrew Chow
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-11-01
Use a separate watchonly wallet in rpc_fundrawtransaction.py
Andrew Chow
2020-10-29
wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()
Jon Atack
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-05
scripted-diff: update max-fee-exceeded error message to include RPC
gzhao408
[next]