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
Some time ago I fixed a few issues with decimal_str_amount. It was an important function because the output of it was used as input when signing, so any error would result in an invalid signature.
A recent commit (c2820a5) changes formatting of zero from 0 to 0.0. I remember that this special casing was important for signing to be in sync with https://github.com/matter-labs/zksync
Was there a change in spec, or should this change be reverted?
The text was updated successfully, but these errors were encountered:
Some time ago I fixed a few issues with
decimal_str_amount
. It was an important function because the output of it was used as input when signing, so any error would result in an invalid signature.A recent commit (c2820a5) changes formatting of zero from
0
to0.0
. I remember that this special casing was important for signing to be in sync with https://github.com/matter-labs/zksyncWas there a change in spec, or should this change be reverted?
The text was updated successfully, but these errors were encountered: