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
/
wallet
/
test
/
wallet_tests.cpp
Age
Commit message (
Expand
)
Author
2021-12-06
Remove unused (and broken) functionality in SpanReader
Pieter Wuille
2021-12-03
Merge bitcoin/bitcoin#23653: Generalize/simplify VectorReader into SpanReader
MarcoFalke
2021-12-02
Generalize/simplify VectorReader into SpanReader
Pieter Wuille
2021-12-02
Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...
W. J. van der Laan
2021-11-27
Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet locked
Samuel Dobson
2021-11-22
wallet: Call load handlers without cs_wallet locked
João Barbosa
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-15
tests: Use Descriptor wallets for generic wallet tests
Andrew Chow
2021-10-06
Add to spends only transcations from me
S3RK
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-24
Use `context.args` in `CWallet::Create` instead of `gArgs`.
Kiminuo
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-06-12
wallet test refactor: add CreateSyncedWallet function
Russell Yanofsky
2021-06-10
scripted-diff: wallet/test: Use existing chainman
Carl Dong
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-19
wallet: make chain optional for CWallet::Create
Ivan Metlushko
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-04-27
move-only: Move constants to blockstorage
MarcoFalke
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2021-04-13
Merge #21634: tests: Skip SQLite fsyncs while testing
MarcoFalke
2021-04-12
tests: Skip SQLite fsyncs while testing
Andrew Chow
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-03
wallet: Add IsAddressUsed / SetAddressUsed methods
Russell Yanofsky
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-15
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-22
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-11
wallet: Fix clang build in Mac
Anthony Fieroni
[next]