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
The group and ff crates are a central piece. They are used in lots of our dependencies. As they also define traits, one need to make sure that that the whole dependency tree has the same version, else it can easily come to build failures.
Upgrading those two crates always mean a new breaking change release for all crates that update.
Timing: Currently we are not blocked on anything as for the Halo2 work we work of branches anyway. One reason to do it sooner rather then later would be to get neptune of their pasta_curves fork. As there are already breaking changes planned for group, it might make sense to wait and see if we could even skip one upgrade cycle.
Acceptance criteria
The whole dependency us upgraded to v0.13 of group and ff.
Risks + pitfalls
It needs quite a bit of coordination as several crates are involved.
Where to begin
Here are the crates that need to be updated. It's in the order that makes sure you can do the upgrade, as some depend on each other.
Description
The
group
andff
crates are a central piece. They are used in lots of our dependencies. As they also define traits, one need to make sure that that the whole dependency tree has the same version, else it can easily come to build failures.Upgrading those two crates always mean a new breaking change release for all crates that update.
Timing: Currently we are not blocked on anything as for the Halo2 work we work of branches anyway. One reason to do it sooner rather then later would be to get
neptune
of theirpasta_curves
fork. As there are already breaking changes planned forgroup
, it might make sense to wait and see if we could even skip one upgrade cycle.Acceptance criteria
The whole dependency us upgraded to v0.13 of
group
andff
.Risks + pitfalls
It needs quite a bit of coordination as several crates are involved.
Where to begin
Here are the crates that need to be updated. It's in the order that makes sure you can do the upgrade, as some depend on each other.
The text was updated successfully, but these errors were encountered: