aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2023-11-20fuzz: add target for `DescriptorScriptPubKeyMan`brunoerg
2023-11-17refactor: VectorWriter without nVersionMarcoFalke
2023-11-17Merge bitcoin/bitcoin#28878: Remove version field from GetSerializeSizefanquake
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-16serialize: Drop useless version param from GetSerializeSize()Anthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-13Merge bitcoin/bitcoin#28721: multiprocess compatibility updatesfanquake
2023-11-08Merge bitcoin/bitcoin#28787: init: completely remove `-zapwallettxes` (remain...Andrew Chow
2023-11-07Merge bitcoin/bitcoin#28546: wallet: prevent bugs from invalid transaction he...Andrew Chow
2023-11-07doc: fix typosSjors Provoost
2023-11-05wallet: cache descriptor ID to avoid repeated descriptor string creationSebastian Falbesoner
2023-11-03init: completely remove `-zapwallettxes` (remaining hidden option)Sebastian Falbesoner
2023-10-30refactor: Fix bugprone-string-constructor warningMarcoFalke
2023-10-27refactor: Add LIFETIMEBOUND to all (w)txid gettersMarcoFalke
2023-10-26Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiersAndrew Chow
2023-10-26refactor: Return enum in LockDirectoryMarcoFalke
2023-10-25bugfix: Mark CNoDestination and PubKeyDestination constructor explicitMarcoFalke
2023-10-24build: Bump minimum supported Clang to clang-13MarcoFalke
2023-10-23wallet: Add asserts to detect unset transaction height valuesRyan Ofsky
2023-10-23Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...Ryan Ofsky
2023-10-23wallet, refactor: Add CWalletTx::updateState functionRyan Ofsky
2023-10-20interfaces: Rename CalculateBumpFees methods to be compatible with capn'protoRyan Ofsky
2023-10-20interfaces: Add schedulerMockForward method so mockscheduler RPC can work acr...Ryan Ofsky
2023-10-20interfaces: Fix const virtual method that breaks multiprocess supportRyan 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-12Introduce types for txids & wtxidsdergoegge
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-05wallet: No BDB creation, unless -deprecatedrpc=create_bdbMarcoFalke
2023-10-02Merge bitcoin/bitcoin#27596: assumeutxo (2)Andrew Chow
2023-10-02Merge bitcoin/bitcoin#28542: wallet: Check for uninitialized last processed a...fanquake
2023-10-02Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v...fanquake
2023-09-30wallet: validationinterface: only handle active chain notificationsJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-09-27Merge bitcoin/bitcoin#28505: rpc: bumpfee, improve doc for 'reduce_output' argAndrew Chow
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-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-09-22Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entriesHennadii Stepanov
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-19Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead...fanquake
2023-09-19Remove SER_GETHASH, hard-code client version in CKeyPool serializeMarcoFalke
2023-09-19Remove unused GetType() from OverrideStream, CVectorWriter, SpanReaderMarcoFalke
2023-09-14Merge bitcoin/bitcoin#26152: Bump unconfirmed ancestor transactions to target...Andrew Chow
2023-09-13Amend bumpfee for inputs with overlapping ancestryMurch
2023-09-13Bump unconfirmed parent txs to target feerateMurch
2023-09-13coinselection: Move GetSelectionWaste into SelectionResultAndrew Chow