elements/src/wallet/test
Wladimir J. van der Laan 1811e488d5
Merge #20575: Do not run functions with necessary side-effects in assert()
5021810650 Make CanFlushToDisk a const member function (practicalswift)
281cf99554 Do not run functions with necessary side-effects in assert() (practicalswift)

Pull request description:

  Do not run functions with necessary side-effects in `assert()`.

ACKs for top commit:
  laanwj:
    Code review ACK 5021810650
  sipa:
    utACK 5021810650
  theStack:
    Code Review ACK 5021810650 🟢

Tree-SHA512: 38b7faccc2f16a499f9b7b1b962b49eb58580b2a2bbf63ea49dcc418a5ecc8f21a0972fa953f66db9509c7239af67cfa2f9266423fd220963d091034d7332b96
2020-12-16 23:14:53 +01:00
..
coinselector_tests.cpp Merge #20575: Do not run functions with necessary side-effects in assert() 2020-12-16 23:14:53 +01:00
db_tests.cpp refactor: Consolidate redundant wallet database path and exists functions 2020-12-04 11:03:28 -04:00
init_test_fixture.cpp test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
init_test_fixture.h test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
init_tests.cpp refactor: Move wallet methods out of chain.h and node.h 2020-08-27 14:33:00 -04:00
ismine_tests.cpp test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
psbt_wallet_tests.cpp psbt: always put a non_witness_utxo and don't remove it 2020-06-24 16:32:19 -04:00
scriptpubkeyman_tests.cpp test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
wallet_crypto_tests.cpp refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) 2020-06-24 18:41:45 +02:00
wallet_test_fixture.cpp test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
wallet_test_fixture.h test: Remove no longer needed MakeChain calls 2020-12-07 20:46:03 -05:00
wallet_tests.cpp test: Fix inconsistent lock order in wallet_tests/CreateWallet 2020-12-10 20:49:06 +02:00
walletdb_tests.cpp Tests: Unit test related to WalletDB ReadKeyValue 2020-03-10 07:42:31 +00:00