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
/
key_io.cpp
Age
Commit message (
Expand
)
Author
2021-10-12
Add Bech32 error location function
Samuel Dobson
2021-10-12
More detailed error checking for base58 addresses
Samuel Dobson
2021-05-24
Separate WitnessV1Taproot variant in CTxDestination
Pieter Wuille
2021-03-16
Use Bech32m encoding for v1+ segwit addresses
Pieter Wuille
2021-03-15
Implement Bech32m encoding/decoding
Pieter Wuille
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-05
Add bounds checks in key_io before DecodeBase58Check
Pieter Wuille
2019-10-15
Remove unused includes
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-02-07
Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an inval...
practicalswift
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-03-07
Simplify Base32 and Base64 conversions
Pieter Wuille
2018-03-06
Generalize ConvertBits
Pieter Wuille
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille