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
/
interfaces.cpp
Age
Commit message (
Expand
)
Author
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-25
Make GUI UTXO lock/unlock persistent
Samuel Dobson
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-06-28
Remove unused wallet pointer from NotifyAddressBookChanged
MarcoFalke
2021-06-28
Remove unused wallet pointer from NotifyTransactionChanged signal
MarcoFalke
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-27
gui: display address on external signer
Sjors Provoost
2021-05-27
wallet: add displayAddress to interface
Sjors Provoost
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-04-02
Fix wrong wallet RPC context set after #21366
Russell Yanofsky
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2021-02-23
rpc: add external signer RPC files
Sjors Provoost
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
refactor: Replace ListWalletDir() function with ListDatabases()
Russell Yanofsky
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky