Age | Commit message (Expand) | Author |
2023-07-25 | kernel: Remove Univalue from kernel library | TheCharlatan |
2023-07-25 | kernel: Split ParseSighashString | TheCharlatan |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-05-04 | core_read: Replace boost::split with SplitString | Martin Leitner-Ankerl |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-23 | Fix Racy ParseOpCode function initialization | Jeremy Rubin |
2021-12-08 | psbt: Actually use SIGHASH_DEFAULT | Andrew Chow |
2021-10-11 | bitcoin-tx: Avoid treating overflow as OP_0 | MarcoFalke |
2021-10-08 | style: Fix whitespace in Parse* functions | MarcoFalke |
2021-10-08 | refactor: Use C++11 range based for loop in ParseScript | MarcoFalke |
2021-09-30 | Replace use of locale dependent atoi(…) with locale-independent std::from_c... | practicalswift |
2021-06-12 | Add support for SIGHASH_DEFAULT in RPCs, and make it default | Pieter Wuille |
2021-01-04 | doc: fix various typos | Ikko Ashimine |
2020-12-08 | Improve heuristic hex transaction decoding | Pieter Wuille |
2020-11-20 | Merge #19851: refactor: Extract ParseOpCode from ParseScript | Wladimir J. van der Laan |
2020-10-25 | refactor: remove use of boost::algorithm::replace_first | Sebastian Falbesoner |
2020-10-15 | Merge #17775: DecodeHexTx: Try case where txn has inputs first | Wladimir J. van der Laan |
2020-10-06 | refactor: Extract ParseOpCode from ParseScript | João Barbosa |
2020-05-22 | refactor: Replace const char* to std::string | Calvin Kim |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-27 | Limit decimal range of numbers ParseScript accepts | pierrenn |
2019-12-30 | DecodeHexTx: Break out transaction decoding logic into own function | Gregory Sanders |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-12-19 | DecodeHexTx: Try case where txn has inputs first | Gregory Sanders |
2019-06-06 | Include core_io.h from core_read.cpp | practicalswift |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-03-26 | Move PSBT decoding functions from core_io to psbt.cpp | Glenn Willen |
2019-02-11 | Move PSBT definitions and code to separate files | Glenn Willen |
2019-02-11 | Split DecodePSBT into Base64 and Raw versions | Glenn Willen |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-25 | Consolidate redundant implementations of ParseHashStr | Ben Woosley |
2018-08-13 | rpc: Expose ProcessNewBlockHeaders | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-25 | Merge #13753: scripted-diff: Remove trailing whitespaces | MarcoFalke |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
2018-07-22 | Removes Boost predicate.hpp dependency | 251 |
2018-07-16 | Create wallet RPCs for PSBT | Andrew Chow |
2018-07-16 | Create utility RPCs for PSBT | Andrew Chow |
2018-06-08 | Drop ParseHashUV in favor of calling ParseHashStr | Ben Woosley |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-19 | Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-22 | Use static_cast instead of C-style casts for non-fundamental types | practicalswift |
2017-09-06 | Add iswitness parameter to decode- and fundrawtransaction RPCs | MeshCollider |
2017-07-12 | Fix signed/unsigned comparison warning introduced in c8e29d7ff0. | Matt Corallo |
2017-07-11 | Replace MAX_OPCODE for OP_NOP10. | Mark Friedenbach |