aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/psbt_wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* psbt: always put a non_witness_utxo and don't remove itAndrew Chow2020-06-241-1/+1
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
* Disable CWalletTx copy constructorRussell Yanofsky2020-05-011-4/+2
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...Andrew Chow2020-03-091-3/+1
* Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-2/+1
* psbt_wallet_tests: use unique_ptr for GetSigningProviderAnthony Towns2020-01-301-1/+1
* Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson2020-01-301-2/+2
|\
| * Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-1/+1
| * Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-1/+1
* | psbt: check output index is within bounds before accessingAndrew Chow2020-01-061-0/+9
|/
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-6/+7
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-2/+0
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-2/+1
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-2/+1
* | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-0/+1
|/
* Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-1/+3
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
* Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille2018-11-091-5/+1
|\
| * Simplify arguments to SignPSBTInputGlenn Willen2018-11-011-1/+1
| * Remove redundant txConst parameter to FillPSBTGlenn Willen2018-11-011-5/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* wallet: Add missing lockspracticalswift2018-10-091-0/+2
* [MOVEONLY] Move ParseHDKeypath to utilstrencodingsPieter Wuille2018-08-131-2/+0
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* wallet: Add tests for ParseHDKeypath(...)practicalswift2018-07-191-0/+76
* Tests for PSBTAndrew Chow2018-07-161-0/+74