ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
975 stars 308 forks source link

Dependency does not exist on Crates.io #113

Closed ppoliani closed 3 years ago

ppoliani commented 3 years ago

At the moment it is not possible to build the project. The zeroize: 0.10.x has been yanked so cargo cannot find it.

Shall we update the crate to the latest version?

omershlo commented 3 years ago

thank you @ppoliani , looking into it!

ppoliani commented 3 years ago

Thanks @omershlo. I checked the latest version is 1.3.0; however the package is a dep of all the other sub-deps which are currently pointing to Github repos.

omershlo commented 3 years ago

Hi, fix is taking some time, Please try to work on one of the earlier tags instead of latest.

ppoliani commented 3 years ago

@omershlo thanks buddy. Do you mean that there is a version of the lib that doesn't depend on zeroize? I'm asking because any version below v1 if yanked so I think we'll get the same error.

survived commented 3 years ago

Hi @ppoliani, thanks for raising the issue. #114 fixes it

ppoliani commented 3 years ago

Thank you guys 👍