Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: switch from bs58 to multibase for base58 #56

Merged
merged 6 commits into from
May 4, 2022

Commits on May 1, 2022

  1. cargo fmt

    dignifiedquire committed May 1, 2022
    Configuration menu
    Copy the full SHA
    6950fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30bfed View commit details
    Browse the repository at this point in the history
  3. chore: happy clippy

    dignifiedquire committed May 1, 2022
    Configuration menu
    Copy the full SHA
    195d766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe3cc5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bcd8ef View commit details
    Browse the repository at this point in the history
  6. refactor: switch from bs58 to multibase for base58

    Most projects will already use multibase in their dependency tree, so this should reduce duplication there.
    If multibase is not good enough for folks, we should make sure to improve it, so we can include it without worry.
    dignifiedquire committed May 1, 2022
    Configuration menu
    Copy the full SHA
    a9abfad View commit details
    Browse the repository at this point in the history