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
Basically all smart contracts that are presented in this repo are producing builds that differs from those saved in the same repo. This makes contributing not very comfortable.
Steps to reproduce:
Clone repo
run yarn install
run yarn gen or yarn test
The text was updated successfully, but these errors were encountered:
We could probably just add autogenerated things to .gitignore and stop committing those to the repo. I would guess nobody checks diffs between old and new auto-generated files because those are not really readable
Gusarich
changed the title
Contracts are being compiled with different result when building locally
Contracts from this repo are being compiled with different result when building locally
Mar 26, 2024
Basically all smart contracts that are presented in this repo are producing builds that differs from those saved in the same repo. This makes contributing not very comfortable.
Steps to reproduce:
yarn install
yarn gen
oryarn test
The text was updated successfully, but these errors were encountered: