Age | Commit message (Expand) | Author |
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 |
2019-11-19 | Have a PSBTAnalysis state that indicates invalid PSBT | Andrew Chow |
2019-11-01 | refactor: Remove redundant PSBT copy constructor | Hennadii Stepanov |
2019-10-30 | refactor: Replace all uses of boost::optional with our own Optional type | Wladimir J. van der Laan |
2019-10-08 | Fix bug where duplicate PSBT keys are accepted | John L. Jegutanis |
2019-07-09 | Move various SigningProviders to signingprovider.{cpp,h} | Andrew Chow |
2019-05-10 | Abstract out UpdatePSBTOutput from FillPSBT | Pieter Wuille |
2019-04-09 | [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp | Russell Yanofsky |
2019-03-26 | Add documentation of struct PSBTAnalysis et al | Glenn Willen |
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-03-04 | scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE | Ben Woosley |
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 | Switch away from exceptions in refactored tx code | Glenn Willen |
2019-02-11 | Move PSBT definitions and code to separate files | Glenn Willen |