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_basic.py
Age
Commit message (
Expand
)
Author
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-17
test: get and decode tx with a single `gettransaction` RPC call
Sebastian Falbesoner
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-03
Merge bitcoin/bitcoin#17526: Add Single Random Draw as an additional coin sel...
Samuel Dobson
2021-09-25
Update lockunspent tests for lock persistence
Samuel Dobson
2021-09-23
tests: wallet_basic lock needed unspents
Andrew Chow
2021-09-09
Merge bitcoin/bitcoin#22788: scripted-diff: Use generate* from TestFramework
merge-script
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
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-16
qa: Test default include_mempool value of gettxout
João Barbosa
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-04
test: add coverage for passing fee rate as a string
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-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-10-29
wallet: add sendtoaddress/sendmany explicit fee rate coverage
Jon Atack
2020-10-25
wallet: fix SetFeeEstimateMode() error message
Jon Atack
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-30
doc: Remove double-whitespace from help string, other whitespace fixups
MarcoFalke
2020-09-28
[test] Make sure send rpc returns fee reason
Sishir Giri
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-05
test: Fix flaky wallet_basic test
Fabian Jahr
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-15
test: Remove confusing and broken use of wait_until global
MarcoFalke
2020-08-07
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-12
Merge #18202: refactor: consolidate sendmany and sendtoaddress code
Samuel Dobson
2020-06-24
tests for bumpfee / estimate_modes
Karl-Johan Alm
2020-06-19
[rpc] refactor: consolidate sendmany and sendtoaddress code
Sjors Provoost
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-05
test: Fix intermittent sync_blocks failures
MarcoFalke
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-01-09
test: remove getaddressinfo label tests
Jon Atack
2020-01-03
rpc: simplify getaddressinfo labels, deprecate previous behavior
Jon Atack
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
[next]