-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Cherry Pick] Zircuit ZK Overflow detection #1594
Merged
stackman27
merged 4 commits into
ccip-develop
from
cherrypick/zircuit-overflow-detection
Jan 9, 2025
Merged
[Cherry Pick] Zircuit ZK Overflow detection #1594
stackman27
merged 4 commits into
ccip-develop
from
cherrypick/zircuit-overflow-detection
Jan 9, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Support Zircuit fraud transactions detection and zk overflow detection, need dedup and unit test * add dedup * fix test * add unit tests * rm * update chaintype * update for testnet chainType * address comments * update log level
* add nil ptr check for findBroadcastedAttempts * add changeset * fix loop variable lint * remove comment * add nil ptr check for BroadcastBeforeBlockNum * add error log * update log fmt * break logs * update sanity check * add unit test coverage for empty BroadcastBeforeBlockNum * update comments * fix test name * fix make
ogtownsend
approved these changes
Jan 8, 2025
stackman27
approved these changes
Jan 8, 2025
stackman27
added a commit
that referenced
this pull request
Jan 9, 2025
Support Zircuit fraud transactions detection and zk overflow detection, need dedup and unit test --------- Co-authored-by: Joe Huang <joe.huang@smartcontract.com> Co-authored-by: stackman27 <sishir.giri@smartcontract.com>
stackman27
added a commit
that referenced
this pull request
Jan 9, 2025
Support Zircuit fraud transactions detection and zk overflow detection, need dedup and unit test --------- ## Motivation ## Solution Co-authored-by: amit-momin <108959691+amit-momin@users.noreply.github.com> Co-authored-by: Joe Huang <joe.huang@smartcontract.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support Zircuit fraud transactions detection and zk overflow detection, need dedup and unit test