aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-11wallet: Assert that the wallet is not initialized in LoadWalletAndrew Chow
2023-12-08Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...fanquake
2023-12-05wallet: Migrate entire address book entriesAndrew Chow
2023-11-23wallet: birth time update during tx scanningfurszy
2023-11-23refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTimefurszy
2023-11-21wallet: batch external signer descriptor importSjors Provoost
2023-11-21wallet: descriptors setup, batch db operationsfurszy
2023-11-21Use Txid in COutpointdergoegge
2023-10-23wallet: Add asserts to detect unset transaction height valuesRyan Ofsky
2023-10-23wallet, refactor: Add CWalletTx::updateState functionRyan Ofsky
2023-10-23Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...Ryan Ofsky
2023-10-19wallet: Reload watchonly and solvables wallets after migrationAndrew Chow
2023-10-19wallet: Copy all tx metadata to watchonly walletAndrew Chow
2023-10-17Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging...Andrew Chow
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-02Merge bitcoin/bitcoin#27596: assumeutxo (2)Andrew Chow
2023-09-30wallet: validationinterface: only handle active chain notificationsJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-09-27wallet: Add TxStateString function for debugging and loggingRyan Ofsky
2023-09-26wallet: Check last block and conflict height are valid in MarkConflictedAndrew Chow
2023-09-20Merge bitcoin-core/gui#738: Add menu option to migrate a walletHennadii Stepanov
2023-09-19Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...Andrew Chow
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-09-06Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...Andrew Chow
2023-08-25wallet: use descriptor satisfaction size to estimate inputs sizeAntoine Poinsot
2023-08-22Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cppfanquake
2023-08-18Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...fanquake
2023-08-18Remove unused includes from wallet.cppMarcoFalke
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-10wallet: disallow migration of invalid or not-watched scriptsfurszy
2023-08-08refactor: Enforce C-str fmt strings in WalletLogPrintf()MarcoFalke
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-07-06wallet: migration bugfix, persist empty labelsfurszy
2023-07-06wallet: migration bugfix, clone 'send' record label to all walletsfurszy
2023-07-06Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ...glozow
2023-06-28Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serializationAndrew Chow
2023-06-27Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular orderRyan Ofsky
2023-06-27walletdb: refactor address book loadingAndrew Chow
2023-06-27Use only Span{} constructor for byte-like types where possibleMarcoFalke
2023-06-23wallet: Give deprecation warning when loading a legacy walletAndrew Chow
2023-06-20Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...Ryan Ofsky
2023-06-13interfaces, wallet: Expose migrate walletAndrew Chow
2023-06-12wallet: Generated migrated wallet's path from walletdir and nameAndrew Chow
2023-06-09Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai...Ryan Ofsky
2023-06-01streams: Drop confusing DataStream::Serialize method and << operatorRyan Ofsky
2023-05-30scripted-diff: move settings to common namespaceTheCharlatan
2023-05-29Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet`fanquake
2023-05-27Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra...Andrew Chow