aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.h
Commit message (Expand)AuthorAgeFilesLines
* psbt: always put a non_witness_utxo and don't remove itAndrew Chow2020-06-241-2/+2
* psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow2020-06-241-7/+0
* [gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen2020-06-191-0/+3
* doc: Fix unrelated typos reported by codespellMarcoFalke2020-05-271-1/+1
* Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-0/+4
|\
| * [psbt] add file size limitSjors Provoost2020-03-271-0/+4
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Fix doxygen errorsBen Woosley2020-01-161-3/+3
* Merge #17524: psbt: handle unspendable psbtsMarcoFalke2019-12-101-0/+1
|\
| * Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow2019-11-191-0/+1
* | Merge #12461: scripted-diff: Rename key size consts to be relative to their c...Wladimir J. van der Laan2019-11-201-1/+1
|\ \ | |/ |/|
| * scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZEBen Woosley2019-03-041-1/+1
* | refactor: Remove redundant PSBT copy constructorHennadii Stepanov2019-11-011-1/+0
* | refactor: Replace all uses of boost::optional with our own Optional typeWladimir J. van der Laan2019-10-301-1/+1
* | Fix bug where duplicate PSBT keys are acceptedJohn L. Jegutanis2019-10-081-10/+19
* | Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-0/+1
* | Abstract out UpdatePSBTOutput from FillPSBTPieter Wuille2019-05-101-0/+6
* | [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky2019-04-091-33/+0
* | Add documentation of struct PSBTAnalysis et alGlenn Willen2019-03-261-13/+19
* | Refactor analyzepsbt for use outside RPC codeGlenn Willen2019-03-261-1/+39
* | Move PSBT decoding functions from core_io to psbt.cppGlenn Willen2019-03-261-0/+5
|/
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-4/+3
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-4/+3
* | Move PSBT UTXO fetching to a separate methodAndrew Chow2019-02-161-0/+8
* | Figure out what is missing during signingAndrew Chow2019-02-161-1/+1
* | Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+2
|/
* Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-0/+27
* Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-11/+4
* Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-0/+1
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+553