aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/spend_tests.cpp
AgeCommit message (Expand)Author
2024-04-25refactor: Drop util::Result operator=Ryan Ofsky
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-10-25bugfix: Mark CNoDestination and PubKeyDestination constructor explicitMarcoFalke
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-08-25wallet: use descriptor satisfaction size to estimate inputs sizeAntoine Poinsot
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-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-06Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument commentsMarcoFalke
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-12-02test: Coin Selection, duplicated preset inputs selectionfurszy
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-08send: refactor CreateTransaction flow to return a BResult<CTransactionRef>furszy
2022-07-08wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'furszy
2022-05-16wallet: CreateTransaction(): return out-params as (optional) structSebastian Falbesoner
2022-01-24wallet: Allow user specified input size to overrideAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-15tests: Use legacy change type in subtract fee from outputs testAndrew Chow
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-06-12wallet test: Add test for subtract fee from recipient behaviorRussell Yanofsky