You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
- adds support for all the encodings in https://github.com/multiformats/multibase/blob/master/multibase.csv
- better errors showing the invalid chars and inputs
- `names` and `codes` exports the full object that maps names/codes to base instances
- you can use these to get the unprefixed base encoder/decoder
- two new methods exported, `encoding` and `encodingFromData`
- you can use these to get the unprefixed base encoder/decoder
- adds all the spec tests https://github.com/multiformats/multibase/tree/master/tests
- its also faster check benchmarks below
This module now only uses 2 base encoding implementations, 1 generalised rfc4648 and 1 generalised btc like.
closes#49closes#38closes#46closes#53closes#26
BREAKING CHANGE: `names` and `codes` export the full object that maps names/codes to base instances instead of just the keys
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/noviceSomeone with a little familiarity can pick upP0Critical: Tackled by core team ASAP
multiformats/multibase#65
refs:
multiformats/cid-utils-website#23 (comment)
The text was updated successfully, but these errors were encountered: