index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
psbt.cpp
Age
Commit message (
Expand
)
Author
2019-10-15
Remove unused includes
practicalswift
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-10
Abstract out UpdatePSBTOutput from FillPSBT
Pieter Wuille
2019-05-02
Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...
practicalswift
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-03-26
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-26
Move PSBT decoding functions from core_io to psbt.cpp
Glenn Willen
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-16
Move PSBT UTXO fetching to a separate method
Andrew Chow
2019-02-16
Figure out what is missing during signing
Andrew Chow
2019-02-16
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen