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
2024-06-21
wallet: notify when preset + automatic inputs exceed max weight
furszy
2024-04-05
test: introduce and use `calculate_input_weight` helper
Sebastian Falbesoner
2024-03-12
Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connections
Ava Chow
2024-03-01
test: fix flaky wallet_send functional test
Max Edwards
2024-03-01
test: fix weight estimates in functional tests
Max Edwards
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-09-06
test: remove unnecessary finalizepsbt rpc calls
ismaelsadeeq
2023-07-27
test: remove redundant test values
Jon Atack
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-01-11
Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund calls
Juan Pablo Civile
2023-01-03
Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...
Andrew Chow
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
wallet: return accurate error messages from Coin Selection
furszy
2022-11-28
Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet tests
Andrew Chow
2022-11-14
Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error string
MacroFake
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-10-26
wallet: remove fetch pre-selected-inputs responsibility from SelectCoins
furszy
2022-10-10
Adjust RPCTypeCheckObj error string
Leonardo Araujo
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
[next]