index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
psbt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
1
-2
/
+2
*
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-24
1
-7
/
+0
*
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen
2020-06-19
1
-0
/
+3
*
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-05-27
1
-1
/
+1
*
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-23
1
-0
/
+4
|
\
|
*
[psbt] add file size limit
Sjors Provoost
2020-03-27
1
-0
/
+4
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
Fix doxygen errors
Ben Woosley
2020-01-16
1
-3
/
+3
*
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-10
1
-0
/
+1
|
\
|
*
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-19
1
-0
/
+1
*
|
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
2019-11-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE
Ben Woosley
2019-03-04
1
-1
/
+1
*
|
refactor: Remove redundant PSBT copy constructor
Hennadii Stepanov
2019-11-01
1
-1
/
+0
*
|
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
1
-1
/
+1
*
|
Fix bug where duplicate PSBT keys are accepted
John L. Jegutanis
2019-10-08
1
-10
/
+19
*
|
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
1
-0
/
+1
*
|
Abstract out UpdatePSBTOutput from FillPSBT
Pieter Wuille
2019-05-10
1
-0
/
+6
*
|
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
1
-33
/
+0
*
|
Add documentation of struct PSBTAnalysis et al
Glenn Willen
2019-03-26
1
-13
/
+19
*
|
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-26
1
-1
/
+39
*
|
Move PSBT decoding functions from core_io to psbt.cpp
Glenn Willen
2019-03-26
1
-0
/
+5
|
/
*
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-4
/
+3
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-4
/
+3
*
|
Move PSBT UTXO fetching to a separate method
Andrew Chow
2019-02-16
1
-0
/
+8
*
|
Figure out what is missing during signing
Andrew Chow
2019-02-16
1
-1
/
+1
*
|
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+2
|
/
*
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
1
-0
/
+27
*
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
1
-11
/
+4
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-0
/
+1
*
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-0
/
+553