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
2022-08-19
bumpfee: be able to bump fee of a tx with external inputs
Andrew Chow
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-29
refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
Jon Atack
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-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-07-08
Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access
Andrew Chow
2022-06-21
refactor: use ForEachAddrBookEntry in interfaces::getAddresses
furszy
2022-06-14
refactor: getAddress don't access m_address_book, use FindAddressEntry function
furszy
2022-06-08
wallet: IsSpent, 'COutPoint' arg instead of (hash, index)
furszy
2022-06-08
wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index)
furszy
2022-05-18
Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro...
MacroFake
2022-05-16
Add more proper thread safety annotations
Hennadii Stepanov
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
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-12-08
MOVEONLY: Move rpcwallet to rpc/wallet
Samuel Dobson
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
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
[next]