aboutsummaryrefslogtreecommitdiff
path: root/src/outputtype.cpp
AgeCommit message (Expand)Author
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-10refactor: add UNKNOWN OutputTypejosibake
2022-08-07outputtype: remove redundant check for uncompressed keys in AddAndGetDestinat...Antoine Poinsot
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-06-22Add OutputType::BECH32MAndrew Chow
2021-01-03refactor: Use C++17 std::array deduction for OUTPUT_TYPESMarcoFalke
2020-07-01Enable Wswitch for OutputTypeMarcoFalke
2020-06-19Convert CPubKey to WitnessV0KeyHash directlyBen Woosley
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-12Revert "Store p2sh scripts in AddAndGetDestinationForScript"Russell Yanofsky
2020-01-23Store p2sh scripts in AddAndGetDestinationForScriptAndrew Chow
2020-01-23List output types in an array in order to be iterated overAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-16Add some general std::vector utility functionsPieter Wuille
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-07-09Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-10Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns
2018-07-09Add outputtype moduleAnthony Towns