Skip to content
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

Remove revert cases in exec race conditions #1246

Merged
merged 7 commits into from
Aug 2, 2024

Conversation

RensR
Copy link
Collaborator

@RensR RensR commented Aug 1, 2024

Motivation

Since the separation of manual exec window and DON exec window, it would theoretically be possible that two executions happen at the same time (although unlikely).

Solution

Remove reverts to ensure other msgs in the batches are unaffected

@RensR RensR requested review from makramkd, elatoskinas, RayXpub and a team as code owners August 1, 2024 13:04
Copy link
Contributor

github-actions bot commented Aug 1, 2024

LCOV of commit 557c89b during Solidity Foundry #6937

Summary coverage rate:
  lines......: 98.7% (1832 of 1856 lines)
  functions..: 96.3% (341 of 354 functions)
  branches...: 90.6% (774 of 854 branches)

Files changed coverage rate: n/a

# Conflicts:
#	contracts/gas-snapshots/ccip.gas-snapshot
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@RensR RensR merged commit eae928c into ccip-develop Aug 2, 2024
108 checks passed
@RensR RensR deleted the remove-reverts-if-msg-is-attempted branch August 2, 2024 17:57
dhaidashenko pushed a commit that referenced this pull request Sep 2, 2024
Since the separation of manual exec window and DON exec window, it would
theoretically be possible that two executions happen at the same time
(although unlikely).

Remove reverts to ensure other msgs in the batches are unaffected

---------

Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants