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-05-16 | util: add TransactionError includes and namespace declarations | Ryan Ofsky |
2024-05-16 | common: Add PSBTError enum | Ryan Ofsky |
2024-04-23 | Merge bitcoin/bitcoin#24313: Improve display address handling for external si... | Ava Chow |
2024-04-18 | Merge bitcoin-core/gui#806: refactor: Misc int sign change fixes | merge-script |
2024-04-16 | wallet: return and display signer error | Sjors Provoost |
2024-03-21 | refactor: Avoid implicit-integer-sign-change in createTransaction | MarcoFalke |
2024-03-15 | wallet refactor: use CWalletTx member functions to determine tx state | ishaanam |
2024-03-14 | scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflicted | ishaanam |
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 |