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

ci(repo): fix some failed ci issues #18515

Merged
merged 7 commits into from
Nov 25, 2024
Merged

ci(repo): fix some failed ci issues #18515

merged 7 commits into from
Nov 25, 2024

Conversation

mask-pp
Copy link
Contributor

@mask-pp mask-pp commented Nov 25, 2024

No description provided.

@mask-pp mask-pp enabled auto-merge (squash) November 25, 2024 05:05
@mask-pp mask-pp changed the title ci(repo): update go mod and use random port ci(repo): fix some failed ci issues Nov 25, 2024
@mask-pp mask-pp merged commit 3c2e943 into main Nov 25, 2024
16 checks passed
@mask-pp mask-pp deleted the ci_relate_fix_ branch November 25, 2024 14:44
@@ -322,6 +322,11 @@ func (c *Client) CalculateBaseFee(
return nil, fmt.Errorf("failed to fetch parent gas excess: %w", err)
}
}
// The time of l1Head should always be greater than that of l2Head.
// Since the block.Time after anvil rollback is smaller than the original one, the timestamp has to be modified here.
if currentTimestamp < l2Head.Time {
Copy link
Member

Choose a reason for hiding this comment

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

Still think changing the code here is probly not the best way to resolve this test issue, let me figure out later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants