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
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
2019-11-24
test: add rpc getaddressinfo labels test coverage
Jon Atack
2019-09-26
Change default address type to bech32
Gregory Sanders
2019-09-22
test: use named args for sendrawtransaction calls
Jon Atack
2019-09-18
Merge #16898: test: Remove connect_nodes_bi
MarcoFalke
2019-09-18
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-15
test: improve gettransaction test coverage
Jon Atack
2019-09-14
rpc: fix regression in gettransaction
Jon Atack
2019-09-13
[wallet] Rename 'decode' argument in gettransaction method to 'verbose'
John Newbery
2019-08-30
tests: Add a new functional test for gettransaction
darosior
2019-08-18
wallet/rpc: Use the default maxfeerate value as BTC/kB
Joonmo Yang
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-04-09
test: Pass at most one node group to sync_all
MarcoFalke
2019-03-29
[rpc] remove resendwallettransactions RPC
John Newbery
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-01
Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
MarcoFalke
2019-02-26
add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
Adam Jonas
2019-02-17
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-02-11
tests: Added missing tests for RPC wallet errors
Ben Carman
2019-02-01
Merge #15247: qa: Use wallet to retrieve raw transactions
MarcoFalke
2019-01-26
qa: Use wallet to retrieve raw transactions
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-25
qa: Style-only fixes in touched files
MarcoFalke
2018-11-30
[tests] Add wallet_balance.py
John Newbery
2018-11-04
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-10-16
[tests] Small fixups before deprecating generate
John Newbery
2018-10-13
tests: add test for 'getaddressinfo' RPC result 'ischange' field
whythat
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-06-29
[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
John Newbery
2018-06-25
[qa] wallet_basic: Specify minimum required amount for listunspent
MarcoFalke
2018-06-24
Merge #13160: wallet: Unlock spent outputs
Wladimir J. van der Laan
2018-05-25
test: Output should be unlocked when spent
João Barbosa
2018-05-02
[tests] Remove 'account' API from wallet functional tests
John Newbery
2018-05-01
[tests] Fix flake8 warnings in several wallet functional tests
John Newbery
2018-04-16
[tests] Set -deprecatedrpc=accounts in tests
John Newbery
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
[next]