aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/psbt_wallet_tests.cpp
AgeCommit message (Expand)Author
2022-03-16doc: Delete old line of code that was commented outMichael Folkson
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-15tests: Use descriptors in psbt_wallet_testsAndrew Chow
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2020-06-24psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-09Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...Andrew Chow
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2020-01-30psbt_wallet_tests: use unique_ptr for GetSigningProviderAnthony Towns
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Remove unused TransactionError constantsMarcoFalke
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2018-11-09Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-11-01Simplify arguments to SignPSBTInputGlenn Willen
2018-11-01Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-10-09wallet: Add missing lockspracticalswift
2018-08-13[MOVEONLY] Move ParseHDKeypath to utilstrencodingsPieter Wuille
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-19wallet: Add tests for ParseHDKeypath(...)practicalswift
2018-07-16Tests for PSBTAndrew Chow