Skip to content
Snippets Groups Projects

#176: Get rid of PyNaCl and use base58 module

Merged Moul requested to merge 176_get_rid_of_pynacl into dev
  • Get rid of PyNaCl module
  • Get rid of base58 code
  • Use base58 module

Close #176 (closed).

Edited by Moul

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Moul changed milestone to %0.9.0

    changed milestone to %0.9.0

  • Moul changed title from #176 (closed): Get rid of PyNaCl to #176 (closed): Get rid of PyNaCl and move to base58 module

    changed title from #176 (closed): Get rid of PyNaCl to #176 (closed): Get rid of PyNaCl and move to base58 module

  • Moul changed title from #176 (closed): Get rid of PyNaCl and move to base58 module to #176 (closed): Get rid of PyNaCl and use base58 module

    changed title from #176 (closed): Get rid of PyNaCl and move to base58 module to #176 (closed): Get rid of PyNaCl and use base58 module

  • I got an error installing in my dev directory ; however, cloning and installing in a clean dir did not return any issue. The raised error is not related to your changes.

    Copying the error for information :

    $ poetry install
    Installing dependencies from lock file
    
    Package operations: 0 installs, 1 update, 0 removals
    
      • Updating regex (2020.10.15 -> 2020.10.23): Failed
    
      EnvCommandError
    
      Command ['/home/bob/.cache/pypoetry/virtualenvs/silkaj-HKHTj0CI-py3.7/bin/pip', 'install', '--no-deps', '-U', 'file:///home/bob/.cache/pypoetry/artifacts/7c/36/0b/d8c48c5c77d275338c6bc8e63e8ab2e8b61e6a75af8dc45b87ec3b49f2/regex-2020.10.23-cp37-cp37m-manylinux2010_x86_64.whl'] errored with the following return code 1, and output: 
      regex-2020.10.23-cp37-cp37m-manylinux2010_x86_64.whl is not a supported wheel on this platform.
      
    
      at ~/.local/lib/python3.7/site-packages/poetry/utils/env.py:1074 in _run
          1070│                 output = subprocess.check_output(
          1071│                     cmd, stderr=subprocess.STDOUT, **kwargs
          1072│                 )
          1073│         except CalledProcessError as e:
        → 1074│             raise EnvCommandError(e, input=input_)
          1075│ 
          1076│         return decode(output)
          1077│ 
          1078│     def execute(self, bin, *args, **kwargs):
  • matograine approved this merge request

    approved this merge request

  • Moul mentioned in merge request !148 (merged)

    mentioned in merge request !148 (merged)

  • merged

Please register or sign in to reply
Loading