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
Instead of using a plain ZeroVec for both the numerator and denominator in the ConstantValue, consider creating a newtype wrapper around ZeroVec. This wrapper could implement human-readable JSON serialization. Additionally, it should include functions for converting to and from BigInt.