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 constants file holds a bunch of values that are not Fields, such as canonical addresses. This results in our code then being littered with e.g. AztecAddress::from_field. It'd be great if we could just use the correct types from the get-go.