-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Conversation
Status: "complete", | ||
Attestation: "0x9049623e91719ef2aa63c55f357be2529b0e7122ae552c18aff8db58b4633c4d3920ff03d3a6d1ddf11f06bf64d7fd60d45447ac81f527ba628877dc5ca759651b08ffae25a6d3b1411749765244f0a1c131cbfe04430d687a2e12fd9d2e6dc08e118ad95d94ad832332cf3c4f7a4f3da0baa803b7be024b02db81951c0f0714de1b", | ||
} | ||
if isFaulty { | ||
response = attestationStatusResponse{ |
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.
you could re-use this struct in the mock responses you generate above.
response = `{
"status": "pending",
"error": "internal error"
}`
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
4689c3d
to
7529591
Compare
aabefd5
to
a4935d2
Compare
sourceChain uint64, | ||
e deployment.Environment, | ||
) (*bind.TransactOpts, error) { | ||
for _, user := range tenv.Users[sourceChain] { |
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.
@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
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.
should be fixed here - #15506
Requires
Supports