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
2020-12-10
test: add coverage for passing fee rate as a string
Jon Atack
2020-11-26
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
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-09
Merge #12265: [test] fundrawtransaction: lock watch-only shared address
Wladimir J. van der Laan
2018-04-06
[test] fundrawtransaction: lock watch-only shared address
Karl-Johan Alm
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-02-10
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-01-29
tests: Fix accidental redefinition of previously defined variable via list co...
practicalswift
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns