aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
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
2023-05-25Fix `#include`s in `src/wallet`Hennadii Stepanov
2023-05-25wallet: skip block scan if block was created before wallet birthdayfurszy
2023-05-25refactor: single method to append new spkm to the walletfurszy
2023-05-14wallet, tests: mark unconflicted txs as inactiveishaanam
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-06Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...fanquake
2023-05-01Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdataAndrew Chow
2023-04-22wallet: introduce generic recursive tx state updating functionishaanam
2023-04-21Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...Andrew Chow
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan