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
In the AztecProtocol monorepo, I'm getting different bytecode generated for yarn-project/aztec.js/src/abis/ecdsa_account_contract.json when I compile/build locally on m1 vs mainframe.
Not sure why this is the only contract where the abi/artifact is different.
noticed this on my branch (which doesnt change the noir source).
Expected Behavior
the same bytecode to be produced in yarn-project/aztec.js/src/abis/ecdsa_account_contract.json on m1 and x_86
Bug
just slightly different bytecode in a single aztec contract
To Reproduce
in aztec-packages, checkout dan/test-nargo-12 (or master, as of October 3rd 2023)
do top level ./bootstrap.sh or within yarn-projects/noir-contracts do ./boostrap.sh
git status will show yarn-project/aztec.js/src/abis/ecdsa_account_contract.json has changed on m1
Installation Method
Binary
Nargo Version
nargo 0.12.0 (git version hash: 3b43709, is dirty: false)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
In the AztecProtocol monorepo, I'm getting different bytecode generated for yarn-project/aztec.js/src/abis/ecdsa_account_contract.json when I compile/build locally on m1 vs mainframe.
Not sure why this is the only contract where the abi/artifact is different.
noticed this on my branch (which doesnt change the noir source).
Expected Behavior
the same bytecode to be produced in
yarn-project/aztec.js/src/abis/ecdsa_account_contract.json
on m1 and x_86Bug
just slightly different bytecode in a single aztec contract
To Reproduce
./bootstrap.sh
or withinyarn-projects/noir-contracts
do./boostrap.sh
git status
will showyarn-project/aztec.js/src/abis/ecdsa_account_contract.json
has changed on m1Installation Method
Binary
Nargo Version
nargo 0.12.0 (git version hash: 3b43709, is dirty: false)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: