-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NIT-2798] Add contracts for HostIO gas tests #255
Conversation
These contracts will be used by the nitro tests that check the equivalence between stylus and EVM. Co-authored-by: Aman Sanghi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR does make the foundry config misalign with the hardhat config, I think it is ok since we are only using the hardhat build for production and it seems unlikely the different solc version and evm target would causes discrepancy in our tests. Might put up another PR in the near future to pin the pragma solidity of all contracts tho.
These contracts will be used by the nitro tests that check the equivalence between stylus and EVM.
Related Nitro PR: OffchainLabs/nitro#2708