index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
outputtype.h
Age
Commit message (
Expand
)
Author
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-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
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-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
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
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