Age | Commit message (Expand) | Author |
2023-04-16 | Don't return OutputType::UNKNOWN in ParseOutputType | Pttn |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-16 | Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups | Andrew Chow |
2022-08-10 | refactor: add UNKNOWN OutputType | josibake |
2022-08-07 | outputtype: remove redundant check for uncompressed keys in AddAndGetDestinat... | Antoine Poinsot |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-08-04 | make ParseOutputType return a std::optional<OutputType> | fanquake |
2021-06-22 | Disallow bech32m addresses for legacy wallet things | Andrew Chow |
2021-06-22 | Add OutputType::BECH32M | Andrew Chow |
2021-01-03 | refactor: Use C++17 std::array deduction for OUTPUT_TYPES | MarcoFalke |
2020-07-01 | Enable Wswitch for OutputType | MarcoFalke |
2020-06-19 | Convert CPubKey to WitnessV0KeyHash directly | Ben Woosley |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-12 | Revert "Store p2sh scripts in AddAndGetDestinationForScript" | Russell Yanofsky |
2020-01-23 | Store p2sh scripts in AddAndGetDestinationForScript | Andrew Chow |
2020-01-23 | List output types in an array in order to be iterated over | Andrew Chow |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-16 | Add some general std::vector utility functions | Pieter Wuille |
2019-07-09 | Move various SigningProviders to signingprovider.{cpp,h} | Andrew Chow |
2019-07-09 | scripted-diff: rename CBasicKeyStore to FillableSigningProvider | Andrew Chow |
2019-07-09 | Remove CKeyStore and squash into CBasicKeyStore | Andrew Chow |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-10 | Move AddAndGetDestinationForScript from wallet to outputype module | Anthony Towns |
2018-07-09 | Add outputtype module | Anthony Towns |