-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add Kontrol proofs for L1StandardBridgeKontrol
and L1ERC721BridgeKontrol
#9183
Add Kontrol proofs for L1StandardBridgeKontrol
and L1ERC721BridgeKontrol
#9183
Conversation
packages/contracts-bedrock/test/kontrol/proofs/L1ERC721Bridge.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/L1ERC721Bridge.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/L1ERC721Bridge.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/L1ERC721Bridge.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/deployment/DeploymentSummary.t.sol
Show resolved
Hide resolved
Warning Rate Limit Exceeded@JuanCoRo has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 10 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe recent updates expand the scope of CI/CD checks, enhance testing strategies for the bedrock contract suite, and introduce new contracts and proofs for ERC721 and standard bridge functionalities. Key modifications include making test functions virtual for extensibility, adding new test files and deployment logic for bridge contracts, and improving symbolic execution tests. These changes aim to bolster the framework's robustness and flexibility in managing and testing bridge operations. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
packages/contracts-bedrock/test/kontrol/proofs/utils/DeploymentSummary.sol
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/deployment/KontrolDeployment.sol
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/L1ERC721Bridge.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/interfaces/KontrolInterfaces.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/OptimismPortal.k.sol
Outdated
Show resolved
Hide resolved
packages/contracts-bedrock/test/kontrol/proofs/interfaces/KontrolInterfaces.sol
Show resolved
Hide resolved
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.
Thank you!
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.
Thank you!
640b4cb
Description
Building on #9156, this PR adds the following:
L1StandardBridgeKontrol
contract, the proofsprove_finalizeBridgeERC20_paused
prove_finalizeBridgeETH_paused
L1ERC721BridgeKontrol
contract, the proofprove_finalizeBridgeERC21_paused
Tests
This PR adds the above proofs to be executed with Kontrol and exercises the tests from
<contract>_Test
on the deployment summary forL1StandardBridgeKontrol
andL1ERC721BridgeKontrol