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
/
wallet_send.py
Age
Commit message (
Expand
)
Author
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-02-07
test: Call ceildiv helper with integer
Martin Zumsande
2022-01-24
tests: Test specifying input weights
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-29
test: Implicitly sync after generate*, unless opted out
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
allow send rpc take external inputs and solving data
Andrew Chow
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: type error and out of range fee rates where missing
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-01-27
Fix wallet_send.py wallet setup to work with descriptors
Andrew Chow
2020-12-04
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-11-25
Merge #20410: wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-20
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-19
wallet: Do not treat default constructed types as None-type
MarcoFalke
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-11
wallet: fix bug in RPC send options
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 rpc send explicit fee rate coverage
Jon Atack
2020-10-18
test: Fix intermittent issue in wallet_send
MarcoFalke
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-09-17
[rpc] send: various touch-ups
Sjors Provoost
2020-09-17
[rpc] send: fix parsing replaceable option
Sjors Provoost
2020-09-10
[rpc] add send method
Sjors Provoost