aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2024-07-20fuzz: reduce keypool size in scriptpubkeyman targetbrunoerg
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-17Merge bitcoin/bitcoin#30457: doc: getaddressinfo[isscript] is optionalmerge-script
2024-07-17doc: getaddressinfo[isscript] is optionalMarcoFalke
2024-07-16Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...Ava Chow
2024-07-15Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`merge-script
2024-07-11Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-defaultmerge-script
2024-07-11Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wal...glozow
2024-07-09Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...Ava Chow
2024-07-08Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages a...Ryan Ofsky
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter Wuille
2024-07-04fuzz: fix key size in crypter targetbrunoerg
2024-07-02wallet: fix FillPSBT errantly showing as completewillcl-ark
2024-07-01wallet: Use LegacyDataSPKM when loadingAva Chow
2024-07-01wallet: Move MigrateToDescriptor and DeleteRecords to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacySPKM data storage and handling to LegacyDataSPKMAva Chow
2024-07-01wallet: update mempool conflicts tests + docsishaanam
2024-06-28wallet: use LogTrace for walletdb log messages at trace levelAnthony Towns
2024-06-27Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRecip...Ava Chow
2024-06-27[wallet, rpc]: add `max_tx_weight` to tx funding optionsismaelsadeeq
2024-06-27[wallet]: update the data type of `change_output_size`, `change_spend_size` a...ismaelsadeeq
2024-06-27[doc]: update reason for deducting change output weightismaelsadeeq
2024-06-27[refactor]: update coin selection algorithms input parameter `max_weight` nameismaelsadeeq
2024-06-26Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_ROAva Chow
2024-06-26Merge bitcoin/bitcoin#30309: wallet: notify when preset + automatic inputs ex...Ava Chow
2024-06-21wallet: notify when preset + automatic inputs exceed max weightfurszy
2024-06-20refactor: remove extraneous lock annotations from function definitionsCory Fields
2024-06-20Merge bitcoin/bitcoin#30307: fuzz: Fix wallet_bdb_parser 32-bit unhandled fse...merge-script
2024-06-20Merge bitcoin/bitcoin#30248: refactor: Add explicit cast to expected_last_pag...merge-script
2024-06-19fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek errorMarcoFalke
2024-06-17move-only: refactor CreateTransactionInternaljosibake
2024-06-17wallet: use CRecipient instead of CTxOutjosibake
2024-06-14Merge bitcoin/bitcoin#27969: bumpfee: ignore WALLET_INCREMENTAL_RELAY_FEE whe...Ava Chow
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07refactor: Add explicit cast to expected_last_page to silence fuzz ISanMarcoFalke
2024-06-04Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...Ava Chow
2024-06-04Merge bitcoin/bitcoin#28074: fuzz: wallet, add target for `Crypter`Ava Chow
2024-06-04Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessorAva Chow
2024-06-04Merge bitcoin/bitcoin#28979: wallet, rpc: document and update `sendall` behav...Ava Chow
2024-06-04Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResultAva Chow
2024-06-03Merge bitcoin/bitcoin#30134: fuzz: add more coverage for `ScriptPubKeyMan`merge-script
2024-05-29fuzz: Handle missing BDBRO errorsAva Chow
2024-05-28Use `exact_target` shorthand in coinselector_testsMurch
2024-05-24Fold GetSelectionWaste() into ComputeAndSetWaste()Murch
2024-05-24fuzz: Fix wallet_bdb_parser stdlib error matchingMarcoFalke
2024-05-23Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValueRyan Ofsky
2024-05-22Merge bitcoin/bitcoin#30131: wallet, tests: Avoid stringop-overflow warning i...merge-script