elements/src/wallet/test
Russell Yanofsky c0d07dc4cb wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
This is a step toward removing the Chain::Lock class and reducing cs_main
locking.

This change affects behavior in a few small ways.

- If there's no max_height specified, percentage progress is measured ending at
  wallet last processed block instead of node tip

- More consistent error reporting: Early check to see if start_block is on the
  active chain is removed, so start_block is always read and the triggers an
  error if it's unavailable
2020-03-31 08:36:02 -05:00
..
coinselector_tests.cpp test: Add cost_of_change parameter assertions to bnb_search_test 2020-02-22 11:11:09 -06:00
db_tests.cpp scripted-diff: test: Move setup_common to test library 2019-11-06 11:56:41 -05:00
init_test_fixture.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
init_test_fixture.h scripted-diff: test: Move setup_common to test library 2019-11-06 11:56:41 -05:00
init_tests.cpp scripted-diff: test: Move setup_common to test library 2019-11-06 11:56:41 -05:00
ismine_tests.cpp Refactor: Allow LegacyScriptPubKeyMan to be null 2020-01-23 16:34:28 -05:00
psbt_wallet_tests.cpp Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKeyMan::FillPSBT 2020-03-09 11:16:20 -04:00
scriptpubkeyman_tests.cpp wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition 2020-02-12 11:48:30 -05:00
wallet_crypto_tests.cpp scripted-diff: test: Move setup_common to test library 2019-11-06 11:56:41 -05:00
wallet_test_fixture.cpp Fix wallet unload race condition 2020-03-27 15:17:35 +00:00
wallet_test_fixture.h Fix wallet unload race condition 2020-03-27 15:17:35 +00:00
wallet_tests.cpp wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions 2020-03-31 08:36:02 -05:00