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_import_rescan.py
Age
Commit message (
Expand
)
Author
2020-09-08
Do not create default wallet
Andrew Chow
2020-04-17
test: Bump timeout in wallet_import_rescan
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-19
test: Fix extra_args in wallet_import_rescan.py
MarcoFalke
2019-08-14
test: Test p2sh-witness and bech32 in wallet_import_rescan
MarcoFalke
2019-08-14
test: Replace fragile "rng" with call to random()
MarcoFalke
2019-08-14
test: Generate one block for each send in wallet_import_rescan
MarcoFalke
2019-05-06
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-04-22
test: Add missing syncwithvalidationinterfacequeue to wallet_import_rescan
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2018-11-13
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-09-13
Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"
MarcoFalke
2018-09-13
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...
MarcoFalke
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-09-10
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
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-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-06
[tests] bind functional test nodes to 127.0.0.1
Sjors Provoost
2018-02-22
Let wallet importmulti RPC accept labels for standard scriptPubKeys
Russell Yanofsky
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns