Age | Commit message (Expand) | Author |
2021-01-05 | Replace boost::variant with std::variant | MarcoFalke |
2020-12-01 | refactor: Improve use of explicit keyword | Fabian Jahr |
2020-11-26 | scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD | practicalswift |
2020-08-06 | refactor: Make HexStr take a span | Wladimir J. van der Laan |
2020-07-19 | span: Add Span::empty() and use it in script/descriptor | MarcoFalke |
2020-07-13 | Work around memory-aliasing in descriptor ParsePubkey | MarcoFalke |
2020-06-28 | Merge #19114: scripted-diff: TxoutType C++11 scoped enum class | MarcoFalke |
2020-06-24 | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) | Wladimir J. van der Laan |
2020-06-21 | scripted-diff: TxoutType C++11 scoped enum class | MarcoFalke |
2020-05-12 | Simplify usage of Span in several places | Pieter Wuille |
2020-05-08 | refactor: Remove override for final overriders | Hennadii Stepanov |
2020-04-23 | Add IsSingleType to Descriptors | Andrew Chow |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-07 | Cache parent xpub inside of BIP32PubkeyProvider | Andrew Chow |
2020-03-07 | Only cache xpubs that have a hardened last step | Andrew Chow |
2020-03-07 | Cache the immediate derivation parent xpub | Andrew Chow |
2020-03-07 | Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an... | Andrew Chow |
2020-03-07 | Rename BIP32PubkeyProvider.m_extkey to m_root_extkey | Andrew Chow |
2020-03-07 | Track the index of the key expression in PubkeyProvider | Andrew Chow |
2020-03-07 | Introduce DescriptorCache struct which caches xpubs | Andrew Chow |
2020-02-11 | Get the OutputType for a descriptor | Andrew Chow |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-11 | refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const | Hennadii Stepanov |
2019-11-04 | doc: Fix some misspellings | randymcmillan |
2019-10-28 | refactor: Remove redundant c_str() calls in formatting | Wladimir J. van der Laan |
2019-10-16 | Add some general std::vector utility functions | Pieter Wuille |
2019-10-10 | Merge #16887: Abstract out some of the descriptor Span-parsing helpers | MarcoFalke |
2019-10-08 | Add sortedmulti descriptor and unit tests | Andrew Chow |
2019-09-18 | Abstract out some of the descriptor Span-parsing helpers | Pieter Wuille |
2019-08-16 | Give more errors for specific failure conditions | Andrew Chow |
2019-08-16 | Return an error from descriptor Parse that gives more information about what ... | Andrew Chow |
2019-08-17 | Merge #15986: Add checksum to getdescriptorinfo | MeshCollider |
2019-08-14 | descriptor: fix missed m_script_arg arg renaming in #14934 | fanquake |
2019-08-14 | Merge #14934: Descriptor expansion cache clarifications | Wladimir J. van der Laan |
2019-08-06 | Add unmodified-but-with-checksum to getdescriptorinfo | Pieter Wuille |
2019-08-06 | Factor out checksum checking from descriptor parsing | Pieter Wuille |
2019-06-06 | Add private key derivation functions to descriptors | MeshCollider |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2019-04-04 | Keep full pubkeys in FlatSigningProvider::origins | Pieter Wuille |
2019-02-15 | Descriptor checksum | Pieter Wuille |
2019-02-14 | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp} | Andrew Chow |
2019-01-29 | [doc] descriptor: explain GetPubKey() usage with cached public key | Sjors Provoost |
2019-01-29 | scripted-diff: rename DescriptorImpl m_script_arg to m_subdescriptor_arg | Sjors Provoost |
2019-01-25 | Descriptor expansions only need pubkey entries for PKH/WPKH | Pieter Wuille |
2018-11-28 | Add descriptor expansion cache | Pieter Wuille |
2018-11-28 | [refactor] Combine the ToString and ToPrivateString implementations | Pieter Wuille |
2018-11-28 | [refactor] Use DescriptorImpl internally, permitting access to new methods | Pieter Wuille |
2018-11-28 | [refactor] Add a base DescriptorImpl with most common logic | Pieter Wuille |
2018-11-27 | Merge #14477: Add ability to convert solvability info to descriptor | Pieter Wuille |
2018-11-05 | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ... | practicalswift |