LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
103 stars 29 forks source link

New release of parity backend broke `secp256kfun` #75

Closed h4sh3d closed 2 years ago

h4sh3d commented 2 years ago

Release 0.1.6 of secp256kfun_parity_backend broke secp256kfun version 0.6.2, it took me some time to figure out why this lib compiled a week ago and not anymore today without a new release, so I open this here if others run into that issue. Fell free to label that wontfix.

Potential fix for people using secp256kfun version 0.6.2, just pin the old version in Cargo.toml:

secp256kfun = "0.6"
secp256kfun_parity_backend = "=0.1.5"
LLFourn commented 2 years ago

Ah sorry I wasn't thinking that should have been a major version upgrade. Will fix today.

LLFourn commented 2 years ago

I just yanked 0.1.6 so that should fix this for now.