filips123 / ContentHashPy

Python implementation of EIP 1577 content hash
MIT License
16 stars 5 forks source link

Upgrade dependencies #3

Closed yabirgb closed 9 months ago

yabirgb commented 10 months ago

Hello! I'm yabir from the @rotki team and I work with @lefterisjp. Recently there was a release and it broke our app as we were running a fork of this project. What I've done here is:

The only issue is that I had to make a PR to add support for keccak at https://github.com/hashberg-io/multiformats/pull/16 and it hasn't release yet.

Feel free to review and once it releases my patch we can update the dep in the pyproject

sg495 commented 10 months ago

Hi everybody, and apologies for the temporary drop in keccak support. Following @yabirgb's pull request, we have now released multiformats>=0.3.1.post4, with keccak support restored (now based on pycryptodomex).

yabirgb commented 9 months ago

@filips123 feel free to check when you can

filips123 commented 9 months ago

Does this PR replace #2?

yabirgb commented 9 months ago

Yes @filips123 ! It finishes what was started in #2