wealdtech/ethdo

The latest Windows version seems to be broken

Closed this issue · 8 comments

The releases 1.33.0 and 1.33.1 do always crash with ERR Init curve=5 on Windows 11.

Older versions work fine.

I can confirm this. I'm getting the same issue.

The issue was introduced with release 1.33.0. Looking at the diff, I'm guessing the issue was introduced with an updated dependency in 1c23e7c. I'll try to track which dependency is the source of this.

It seems like the issue is in the github.com/herumi/bls-eth-go-binary dependency.

Updating github.com/herumi/bls-eth-go-binary to v1.32.1 should fix this issue. See herumi/bls-eth-go-binary#54

mcdee commented

Thanks for tracking this down. Building a new release now.

mcdee commented

https://github.com/wealdtech/ethdo/releases/tag/v1.33.2 is now available, please let me know if this addresses the issue.

This latest release, v1.33.2, now works on Windows. Thanks.

mcdee commented

Thanks again for chasing this down and confirming the fix.