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.h
Age
Commit message (
Expand
)
Author
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-19
Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader
MarcoFalke
2023-04-21
Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in...
Andrew Chow
2023-03-18
rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex
ishaanam
2023-02-16
Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
fanquake
2023-02-06
Merge bitcoin/bitcoin#26345: refactor: modernize the implementation of uint256.*
Andrew Chow
2023-01-30
s/transcation/transaction/
Greg Sanders
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
clang-tidy: Fix `performance-for-range-copy` in headers
Hennadii Stepanov
2022-12-10
refactor: modernize the implementation of uint256.*
pasta
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-11-21
Do not use CScript for tapleaf scripts until the tapleaf version is known
Russell O'Connor
2022-10-17
Verify PSBT inputs rather than check for fields being empty
Greg Sanders
2022-10-06
psbt: Change m_tap_tree to store just the tuples
Andrew Chow
2022-08-16
[BugFix]: Do not allow deserializing PSBT with empty PSBT_OUT_TAP_TREE
Jeremy Rubin
2022-08-10
psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION
Andrew Chow
2022-07-25
psbt: Fix unsigned integer overflow
Aurèle Oulès
2022-06-30
psbt: Check Taproot tree depth and leaf versions
Andrew Chow
2022-06-27
Implement de/ser of PSBT's Taproot fields
Andrew Chow
2022-06-27
Move individual KeyOriginInfo de/ser to separate function
Andrew Chow
2022-06-07
doc: Correct comment describing value of MAX_FILE_SIZE_PSBT as in MiB
Ben Woosley
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-11
psbt: implement hash preimages fields
Antoine Poinsot
2021-12-10
Implement serializations for PSBT_GLOBAL_XPUB
Andrew Chow
2021-12-10
Separate individual HD Keypath serialization into separate functions
Andrew Chow
2021-12-10
moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...
Andrew Chow
2021-12-10
Implement PSBT proprietary type
Andrew Chow
2021-12-10
Add GetVersion helper to PSBT
Andrew Chow
2021-12-10
Implement PSBT versions
Andrew Chow
2021-12-10
Types are compact size uints
Andrew Chow
2021-12-08
psbt: Make sighash_type std::optional<int>
Andrew Chow
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
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-05-27
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
[psbt] add file size limit
Sjors Provoost
2020-01-16
Fix doxygen errors
Ben Woosley
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-11-20
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
[next]