aboutsummaryrefslogtreecommitdiff
path: root/src/node/psbt.cpp
AgeCommit message (Expand)Author
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-17Verify PSBT inputs rather than check for fields being emptyGreg Sanders
2022-08-02Remove ::GetVirtualTransactionSize() aliasMacroFake
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-14refactor: remove unneeded calls to strprintf()fanquake
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-06-12Construct and use PrecomputedTransactionData in PSBT signingPieter Wuille
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-02doc: Correct spelling errors in commentsBen Woosley
2020-02-28Make AnalyzePSBT next role calculation simple, correctGregory Sanders
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-10Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow
2019-11-19Mark PSBTs spending unspendable outputs as invalid in analysisAndrew Chow
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky