aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2021-08-09Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errorsSamuel Dobson
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-07-27Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...MarcoFalke
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2021-07-01Use bilingual_str for address fetching functionsAndrew Chow
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2021-06-12wallet test: Add test for subtract fee from recipient behaviorRussell Yanofsky
2021-06-12wallet test refactor: add CreateSyncedWallet functionRussell Yanofsky
2021-06-10scripted-diff: wallet/test: Use existing chainmanCarl Dong
2021-06-09Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...Samuel Dobson
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-26Merge bitcoin/bitcoin#17331: Use effective values throughout coin selectionSamuel Dobson
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-05-19Change SelectCoins_test to actually test SelectCoinsAndrew Chow
2021-05-19Remove use_bnb and bnb_usedAndrew Chow
2021-05-19Do both BnB and Knapsack coin selection in SelectCoinsMinConfAndrew Chow
2021-05-19Roll static tx fees into nValueToSelect instead of having it be separateAndrew Chow
2021-05-19wallet: make chain optional for CWallet::CreateIvan Metlushko
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2021-04-27move-only: Move constants to blockstorageMarcoFalke
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-13Merge #21634: tests: Skip SQLite fsyncs while testingMarcoFalke
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-04-07Drop JSONRPCRequest constructors after #21366Russell Yanofsky
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-17Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...Samuel Dobson
2021-03-16Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-03-03wallet: Add IsAddressUsed / SetAddressUsed methodsRussell Yanofsky
2021-03-03interfaces: Stop exposing wallet destdata to guiRussell Yanofsky
2021-02-09Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a check...Kiminuo
2021-02-01Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...Samuel Dobson
2021-01-15test: Clear forced -walletdir setting after wallet init_testsKiminuo
2021-01-11Merge #20480: Replace boost::variant with std::variantfanquake
2021-01-05Replace boost::variant with std::variantMarcoFalke
2021-01-04doc: Use https URLs where possibleSawyer Billings
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-16Merge #20575: Do not run functions with necessary side-effects in assert()Wladimir J. van der Laan
2020-12-12Merge #20275: wallet: List all wallets in non-SQLite and non-BDB buildsMarcoFalke
2020-12-10test: Fix inconsistent lock order in wallet_tests/CreateWalletHennadii Stepanov
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-12-07refactor: Replace uses ChainActive() in interfaces/chain.cppRussell Yanofsky
2020-12-06Do not run functions with necessary side-effects in assert()practicalswift
2020-12-04refactor: Consolidate redundant wallet database path and exists functionsRussell Yanofsky
2020-11-19Merge #15710: wallet: Catch ios_base::failure specificallyWladimir J. van der Laan