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
build(token): re-measure note circuits on compiler 0.34
Every circuit costs a little less than on 0.31.1, between 0.5% and 1.1%,
with no k boundary crossed. `transfer` stays the one worth watching at
roughly four fifths of the k=16 budget.
The pinned compatibility vectors did not move: 0.34 changes what the
circuits cost, not what they hash. So this is not a wire-format change
and nothing was regenerated.
The module needs no `--feature-zkir-v3`; it has no secp256k1 or ElGamal,
and `compile:token` is the one directory script on main that stays on
the v2 default.
0 commit comments