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
/
src
/
bench
/
wallet_balance.cpp
Age
Commit message (
Expand
)
Author
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-15
bench: Use DescriptorScriptPubKeyMan for wallet things
Andrew Chow
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-07-30
Merge #18011: Replace current benchmarking framework with nanobench
Wladimir J. van der Laan
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-24
bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-25
[test] move wallet helper functions into test library
Martin Zumsande
2019-11-25
[test] move mining helper functions into test library
Martin Zumsande
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-15
bench: Add wallet_balance benchmarks
MarcoFalke