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
2022-06-27
psbt: Implement merge for Taproot fields
Andrew Chow
2022-06-27
psbt: Remove non_witness_utxo for segwit v1+
Andrew Chow
2022-06-27
Fill PSBT Taproot output data to/from SignatureData
Andrew Chow
2022-06-27
Fill PSBT Taproot input data to/from SignatureData
Andrew Chow
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-11
psbt: implement hash preimages fields
Antoine Poinsot
2021-12-10
Merge global xpubs in joinpsbts and combinepsbts
Andrew Chow
2021-12-10
Add GetVersion helper to PSBT
Andrew Chow
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-16
doc: Pick better named args for MutableTransactionSignatureCreator
MarcoFalke
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-06-12
Make GetInputUTXO safer: verify non-witness UTXO match
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2020-12-19
psbt: Assert that tx has a value in UpdatePSBTOutput
MarcoFalke
2020-11-23
refactor: Drop CDataStream constructors in favor of one taking a Span of bytes
MarcoFalke
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-19
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-01-29
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-19
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
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