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

compatibility of IPFS plugin with Python 3 #2554

Merged
merged 2 commits into from Jul 14, 2020

Commits on May 11, 2017

  1. bugfix: Python3ify the IPFS plugin

    Paths were being constructed in a Python 3-incompatible way by concating
    bytes and strings. Do this more carefully by encoding and decoding of
    binary and strings.
    musoke committed May 11, 2017
    Configuration menu
    Copy the full SHA
    ca8c557 View commit details
    Browse the repository at this point in the history
  2. IPFS plugin: Add note to check hashes carefully

    In the future, just checking that a hash begins with "Qm" and has length
    46 will likely not be sufficient.
    musoke committed May 11, 2017
    Configuration menu
    Copy the full SHA
    c531927 View commit details
    Browse the repository at this point in the history