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
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-08
Merge bitcoin/bitcoin#29855: psbt: Check non witness utxo outpoint early
Ryan Ofsky
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-09
refactor: performance-for-range-copy in psbt.h
MarcoFalke
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-04-11
psbt: Check non witness utxo outpoint early
Ava Chow
2023-11-28
refactor: SpanReader without nVersion
MarcoFalke
2023-11-17
refactor: VectorWriter without nVersion
MarcoFalke
2023-11-16
serialize: drop GetSerializeSizeMany
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
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
[next]