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
2022-09-07
test: Fix `wallet_basic.py` for BDB-only wallets
Hennadii Stepanov
2022-08-30
test: simplify splitment with `sendall` in wallet_basic
brunoerg
2022-08-30
test: use `sendall` when emptying wallet
brunoerg
2022-08-18
test: speedup wallet tests by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-07-19
rpc: output parent wallet descriptors for coins in listunspent
Antoine Poinsot
2022-07-18
univalue: Return more detailed type check error messages
MacroFake
2022-07-03
test: pass `dustrelayfee=0` option for tests using dust (instead of `acceptno...
Sebastian Falbesoner
2022-03-25
Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default
MarcoFalke
2022-03-25
[wallet] don't create long chains by default
glozow
2022-02-01
test: add wtxid in expected_fields for wallet_basic
brunoerg
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
[next]