aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-12-11Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-codefanquake
2023-12-11Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr...fanquake
2023-12-08wallet: return CreatedTransactionResult from FundTransactionAndrew Chow
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction version in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction locktime in CreateTransactionAndrew Chow
2023-12-08wallet: Set preset input sequence through coin controlAndrew Chow
2023-12-08wallet: Replace SelectExternal with SetTxOutAndrew Chow
2023-12-08coincontrol: Replace HasInputWeight with returning optional from GetAndrew Chow
2023-12-08wallet: Introduce and use PreselectedInput class in CCoinControlAndrew Chow
2023-12-08Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...fanquake
2023-12-05rpc, doc: encryptwallet, mention HD seed rotation and new backupfurszy
2023-12-05build: Enable -Wunreachable-codeMarcoFalke
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-29Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no...fanquake
2023-11-29fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz targetMarcoFalke
2023-11-29fuzz: Fix nullptr deref in scriptpubkeymanMarcoFalke
2023-11-28scripted-diff: Use DataStream in most placesMarcoFalke
2023-11-28refactor: SpanReader without nVersionMarcoFalke
2023-11-28Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...fanquake
2023-11-27Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications targetfanquake
2023-11-27fuzz: Faster wallet_notifications targetMarcoFalke
2023-11-24Merge bitcoin/bitcoin#28922: Use Txid in COutpointfanquake
2023-11-24Export assert from util/check.hMarcoFalke
2023-11-21wallet: batch external signer descriptor importSjors Provoost
2023-11-21wallet: descriptors setup, batch db operationsfurszy
2023-11-21wallet: batch legacy spkm TopUpfurszy
2023-11-21wallet: batch descriptor spkm TopUpfurszy
2023-11-21Use Txid in COutpointdergoegge
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-25bugfix: Mark CNoDestination and PubKeyDestination constructor explicitMarcoFalke
2023-10-24build: Bump minimum supported Clang to clang-13MarcoFalke