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
/
node
/
psbt.cpp
Age
Commit message (
Expand
)
Author
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-02
doc: Correct spelling errors in comments
Ben Woosley
2020-02-28
Make AnalyzePSBT next role calculation simple, correct
Gregory Sanders
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-12-10
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-11-19
Mark PSBTs spending unspendable outputs as invalid in analysis
Andrew Chow
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky