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
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
2020-09-07
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-04-18
Merge #17219: wallet: allow transaction without change if keypool is empty
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-12
[rpc] fundrawtransaction: add_inputs option to control automatic input adding
Sjors Provoost
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2020-02-04
[wallet] allow transaction without change if keypool is empty
Sjors Provoost
2020-02-04
[wallet] CreateTransaction: simplify change address check
Sjors Provoost
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-26
tests: Add a test for funding with sufficient preset inputs and subtractFeeFr...
Andrew Chow
2019-11-06
[tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.py
John Newbery
2019-11-06
[tests] Use -whitelist in rpc_fundrawtransaction.py
John Newbery
2019-11-04
[tests] Speed up rpc_fundrawtransaction.py
John Newbery
2019-11-01
test: rm ascii art in rpc_fundrawtransaction
Jon Atack
2019-11-01
test: add rpc_fundrawtransaction logging
Jon Atack
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-07-02
test: Split fundrawtx test into subtests
MarcoFalke
2019-07-02
test: Make local symbols in run_test members
MarcoFalke
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2018-12-22
scripted-diff: Remove unused 'split' parameter to setup_network
MarcoFalke
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-09
No longer shutdown after encrypting the wallet
Andrew Chow
[next]