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
/
test
/
bech32_tests.cpp
Age
Commit message (
Expand
)
Author
2021-12-06
Make Bech32 LocateErrors return error list rather than using out-arg
Samuel Dobson
2021-11-23
Report encoding type in bech32 error message
Samuel Dobson
2021-11-23
Improve Bech32 boost tests
Samuel Dobson
2021-10-12
Modify copyright header on Bech32 code
Samuel Dobson
2021-10-12
Add boost tests for bech32 error detection
MeshCollider
2021-05-28
test: remove BasicTestingSetup from bech32 unit tests
fanquake
2021-03-15
Add Bech32m test vectors
Pieter Wuille
2021-03-15
Implement Bech32m encoding/decoding
Pieter Wuille
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-05
tests: Move CaseInsensitiveEqual to test/util/str
practicalswift
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-05-15
Merge #12881: Minor optimizations to bech32::Decode(); add tests.
Wladimir J. van der Laan
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-12
Tighten up bech32::Decode(); add tests.
murrayn
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-28
Import Bech32 C++ reference code & tests
Pieter Wuille