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
/
interfaces
/
wallet.h
Age
Commit message (
Expand
)
Author
2024-08-13
gui: Use wallet name for wallet migration rather than WalletModel
Ava Chow
2024-08-13
wallet, interfaces: Include database format in listWalletDir
Ava Chow
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-04-16
wallet: return and display signer error
Sjors Provoost
2023-10-20
interfaces: Fix const virtual method that breaks multiprocess support
Ryan Ofsky
2023-09-22
Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries
Hennadii Stepanov
2023-09-20
Merge bitcoin-core/gui#738: Add menu option to migrate a wallet
Hennadii Stepanov
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-06-23
GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs
Luke Dashjr
2023-06-13
interfaces, wallet: Expose migrate wallet
Andrew Chow
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-03
Change getWalletTxs to return a set instead of a vector
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-12
refactor: Return BResult from restoreWallet
MacroFake
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-06-21
refactor: use ForEachAddrBookEntry in interfaces::getAddresses
furszy
2022-01-14
interfaces: Remove unused is_final
MarcoFalke
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-21
wallet: add taprootEnabled() to interface
Sjors Provoost
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-11-25
refactor: Use underlying type of isminetype for isminefilter
MarcoFalke
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-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
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-05-27
gui: display address on external signer
Sjors Provoost
2021-05-27
wallet: add displayAddress to interface
Sjors Provoost
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-06-27
wallet: Do not include server symbols
MarcoFalke
2020-06-27
interfaces: Remove unused getDefaultChangeType
MarcoFalke
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
[next]