aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/transaction.h
AgeCommit message (Expand)Author
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-03-20wallet: track mempool conflictsishaanam
2024-03-14scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflictedishaanam
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-07Merge bitcoin/bitcoin#28546: wallet: prevent bugs from invalid transaction he...Andrew Chow
2023-10-27refactor: Add LIFETIMEBOUND to all (w)txid gettersMarcoFalke
2023-10-26Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiersAndrew Chow
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-19wallet: Copy all tx metadata to watchonly walletAndrew Chow
2023-10-12Introduce types for txids & wtxidsdergoegge
2023-09-27wallet: Add TxStateString function for debugging and loggingRyan Ofsky
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky
2023-01-30Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbasesglozow
2023-01-10wallet: Automatically abandon orphaned coinbases and their childrenAndrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-29wallet: Deduplicate Resend and ReacceptWalletTransactionsAndrew Chow
2022-02-01wallet: add GetWitnessHash()brunoerg
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-10-21doc: Fix CWalletTx::Confirmation docMarcoFalke
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-12wallet: refactor: avoid duplicate lookup on `mapValue["timesmart"]`Sebastian Falbesoner
2021-09-12wallet: refactor: inline function WriteOrderPos()Sebastian Falbesoner
2021-09-10wallet: refactor: inline function ReadOrderPos()Sebastian Falbesoner
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-05-31refactor: Switch serialize to uint8_t (1/n)MarcoFalke
2021-05-26MOVEONLY: CWallet transaction code out of wallet.cpp/.hRussell Yanofsky