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
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-10-24
test: refactor: support sending funds with outpoint result
Sebastian Falbesoner
2023-08-21
test: fix 'unknown named parameter' test in `wallet_basic`
brunoerg
2023-07-27
test: remove redundant test values
Jon Atack
2023-05-26
test: Move test_chain_listunspent wallet check from mempool_packages to walle...
MarcoFalke
2023-05-02
Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ...
Andrew Chow
2023-05-01
Merge bitcoin/bitcoin#26733: test: Add test for `sendmany` rpc that uses `sub...
Andrew Chow
2023-04-26
rpc: return block hash & height in getbalances, gettransaction & getwalletinf...
Harris
2023-01-17
Improve address decoding errors
Aurèle Oulès
2023-01-13
test: wallet: add coverage for `-spendzeroconfchange` setting
Sebastian Falbesoner
2023-01-01
Add test for `sendmany` rpc that uses `subtractfeefrom` parameter
Yusuf Sahin HAMZA
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-09-15
rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR
furszy
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
[next]