hodgerpodger / staketaxcsv

python repo to create blockchain CSVs
MIT License
252 stars 119 forks source link

Removal of pysha3 due to deprecation #327

Closed ctrl-i closed 11 months ago

ctrl-i commented 11 months ago

I recently tried to install staketaxcsv but ran into issues due to the deprecation of pysha3.

I created a quick fix using PyCryptodome.

It could probably be done differently by someone who knew what they were doing but this way at least worked for me.

See also this issue.