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
with latest nargo (0.23), every compilation produces a Contract.json file with randomly ordered functions. It creates large diffs on after each compilation(see screenshot). I'd suggest using a deterministic JSON serializer to avoid this behaviour.
also, generate typescript artifacts deterministically as well (aztec-cli codegen)
The text was updated successfully, but these errors were encountered:
with latest nargo (0.23), every compilation produces a Contract.json file with randomly ordered functions. It creates large diffs on after each compilation(see screenshot). I'd suggest using a deterministic JSON serializer to avoid this behaviour.
also, generate typescript artifacts deterministically as well (aztec-cli codegen)
The text was updated successfully, but these errors were encountered: