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
2023-12-08
wallet: use optional for change position as an optional in CreateTransaction
Andrew Chow
2023-11-13
Merge bitcoin/bitcoin#28721: multiprocess compatibility updates
fanquake
2023-10-24
build: Bump minimum supported Clang to clang-13
MarcoFalke
2023-10-20
interfaces: Add schedulerMockForward method so mockscheduler RPC can work acr...
Ryan Ofsky
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
Clean up things that include script/standard.h
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-05-01
Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata
Andrew Chow
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-12
refactor: Remove CAddressBookData::destdata
Ryan Ofsky
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-04-11
wallet: Add wallet/types.h for simple public enum and struct types
Ryan Ofsky
2023-04-03
gui: bugfix, getAvailableBalance skips selected coins
furszy
2023-01-17
wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
Seibart Nedor
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-07
Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...
fanquake
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-11-29
refactor: Rename ambiguous interfaces::MakeHandler functions
Ryan Ofsky
2022-09-19
Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...
fanquake
2022-09-16
Bugfix: Wallet: Return util::Error rather than non-error nullptr when CreateW...
Luke Dashjr
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
[next]