-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cross-chain standardisation: ERC-7786 interfaces, helpers and Axelar adapter #28
Conversation
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: Francisco Giordano <fg@frang.io>
#22) * Updated ERC specs * executeMessage returns bytes4 * Add AxelarGatewayDuplex * remove npm contracts dependency in favor of the master submodule * slither remappings * clarify CAIP-10 format * document reverts * unused imports * unexpected attributes too short * document remoteGateway format * clarify AxelarGatewayDestination._execute * rewrite require(..., error); as if (...) revert error; * typography * custom errors * replace require with string with custom error * Apply audit review suggestions * Adjust checks.yml * Point gitmodules to master on OZ contracts * lint * Fix CI * Fix CI 2 * Fix slither * up * up * Disable locked-ether slither rule for duplex * Make prettier version consistent * Remove passive mode * Apply suggestions from code review Co-authored-by: Ernesto García <ernestognw@gmail.com> * Update contracts/crosschain/axelar/AxelarGatewayDuplex.sol --------- Co-authored-by: Ernesto García <ernestognw@gmail.com>
✅ Deploy Preview for community-contracts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -49,8 +52,9 @@ | |||
"ethers": "^6.12.1", | |||
"hardhat": "^2.22.3", | |||
"hardhat-exposed": "^0.3.15", | |||
"prettier": "^3.2.5", | |||
"prettier": "^3.0.3", |
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.
If anyone is curious: @openzeppelin/contracts uses ^3.0.0.
If we use 3.2.5 here, the linter will find issues in lib/@openzeppelin-contract
.
We should make configure the linter so that it does not check lib/*
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.
We either go back here or up in the master branch of the vanilla repository
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.
created an issue for that: #29
No description provided.