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

CCIP-4163 Out of order execution #15489

Merged
merged 13 commits into from
Dec 4, 2024
Merged

Conversation

mateusz-sekara
Copy link
Collaborator

Requires

Supports

Status: "complete",
Attestation: "0x9049623e91719ef2aa63c55f357be2529b0e7122ae552c18aff8db58b4633c4d3920ff03d3a6d1ddf11f06bf64d7fd60d45447ac81f527ba628877dc5ca759651b08ffae25a6d3b1411749765244f0a1c131cbfe04430d687a2e12fd9d2e6dc08e118ad95d94ad832332cf3c4f7a4f3da0baa803b7be024b02db81951c0f0714de1b",
}
if isFaulty {
response = attestationStatusResponse{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could re-use this struct in the mock responses you generate above.

response = `{
				"status": "pending",
				"error": "internal error"
			}`

integration-tests/smoke/ccip/ccip_ooo_execution_test.go Outdated Show resolved Hide resolved
integration-tests/smoke/ccip/ccip_ooo_execution_test.go Outdated Show resolved Hide resolved
integration-tests/smoke/ccip/ccip_ooo_execution_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Dec 3, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

lukaszcl
lukaszcl previously approved these changes Dec 3, 2024
sourceChain uint64,
e deployment.Environment,
) (*bind.TransactOpts, error) {
for _, user := range tenv.Users[sourceChain] {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AnieeG for some reason first 10 senders were... empty, just nils. I couldn't just pick the first one, but instead have this loop looking for the first one that is not nill and different than deployer

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fixed here - #15506

@mateusz-sekara mateusz-sekara added this pull request to the merge queue Dec 4, 2024
Merged via the queue into develop with commit c36f30d Dec 4, 2024
183 of 184 checks passed
@mateusz-sekara mateusz-sekara deleted the out-of-order-exec-tests branch December 4, 2024 13:13
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.

6 participants