aboutsummaryrefslogtreecommitdiff
path: root/src/bench/wallet_balance.cpp
AgeCommit message (Expand)Author
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-15bench: Use DescriptorScriptPubKeyMan for wallet thingsAndrew Chow
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2020-12-19Replace boost::optional with std::optionalMarcoFalke
2020-12-07refactor: Replace uses ChainActive() in interfaces/chain.cppRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-07-30Merge #18011: Replace current benchmarking framework with nanobenchWladimir J. van der Laan
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-24bench: Start nodes with -nodebuglogfileMarcoFalke
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-25[test] move wallet helper functions into test libraryMartin Zumsande
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-17refactor: Add handleNotifications method to walletMarcoFalke
2019-04-15bench: Add wallet_balance benchmarksMarcoFalke