All Versions
4
Latest Version
Avg Release Cycle
95 days
Latest Release
1534 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
July 08, 2020๐ This release provides a new command line interface for conversion to and from bech32 strings in the console.
โ Added
โ Added
bech32
command-line interface (CLI) for easy conversions in the console.Usage: bech32 [PREFIX] Convert to and from bech32 strings. Data are read from standard input.Available options: -h,--help Show this help text PREFIX An optional human-readable prefix (e.g. 'addr'). - When provided, the input text is decoded from various encoding formats and re-encoded to bech32 using the given prefix. - When omitted, the input text is decoded from bech32 to base16.Supported encoding formats: Base16, Bech32 & Base58.Examples: To Bech32: $ bech32 base16\_ \<\<\< 706174617465 base16\_1wpshgct5v5r5mxh0 $ bech32 base58\_ \<\<\< Ae2tdPwUPEYy base58\_1p58rejhd9592uusa8pzj2 $ bech32 new\_prefix \<\<\< old\_prefix1wpshgcg2s33x3 new\_prefix1wpshgcgeak9mv From Bech32: $ bech32 \<\<\< base16\_1wpshgct5v5r5mxh0 706174617465
๐ Documentation
๐ See README
๐ Supported Operating Systems
- ๐ง Linux 64 bit
Signatures
Name Role Approval Matthias Benkort @KtorZ Technical Team Lead โ๏ธ Piotr Stachyra @piotr-iohk QA Engineer โ๏ธ Tatyana Valkevych @tatyanavych Release Manager โ๏ธ -
v1.0.2 Changes
February 19, 2020- โ Added companion Template Haskell library
bech32-th
. Includes quasi-quoters for parsing and validating string literals at compile time.
- โ Added companion Template Haskell library
-
v1.0.1 Changes
February 13, 2020- ๐ Improved module documentation, adding basic examples to help beginner users quickly get up to speed.
- ๐ฆ Exposed functions
dataPartFromWords
anddataPartToWords
within public interface. - ๐ฆ Exposed the
Word5
type within the public interface. - ๐ฆ Exposed the
CharPosition
type within the public interface.
-
v1.0.0 Changes
September 27, 2019- ๐ Initial release pulled from https://github.com/input-output-hk/cardano-wallet