aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/psbt_wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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