You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tofn depends on multi-party-ecdsa tag v0.4.3, which in turn depends oncurv tag v0.2.6, which is broken. So I would expect multi-party-ecdsa tag v0.4.3 also to be broken, but it's not.
Add --locked to the cargo install command in the Dockerfile for tofnd. This tells cargo not to ignore the Cargo.lock file. This file points to the right version of rust-gmp and so the project builds.
Binary projects can alternatively recommend users to use the --locked flag with cargo install to use the original Cargo.lock that contains the known good version.
The build is currently broken on master: https://github.com/axelarnetwork/tofnd/runs/2196540191
The text was updated successfully, but these errors were encountered: