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

Fee boosting improvements #15418

Merged
merged 12 commits into from
Nov 29, 2024
Merged

Fee boosting improvements #15418

merged 12 commits into from
Nov 29, 2024

Conversation

0xnogo
Copy link
Collaborator

@0xnogo 0xnogo commented Nov 26, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Nov 26, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@0xnogo 0xnogo changed the title Fee-boosting improvements Fee boosting improvements Nov 28, 2024
@0xnogo 0xnogo marked this pull request as ready for review November 29, 2024 02:40
@0xnogo 0xnogo requested review from a team as code owners November 29, 2024 02:40
integration-tests/smoke/ccip/fee_boosting_test.go Outdated Show resolved Hide resolved
integration-tests/testsetups/ccip/test_helpers.go Outdated Show resolved Hide resolved
Comment on lines 36 to 38
e, _, _ := testsetups.NewLocalDevEnvironment(t, logger.TestLogger(t), linkPrice, wethPrice, &changeset.TestConfigs{
IsFeeBoosting: true,
})
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we see if this test can be run using the sim chain? It would greatly increase the speed of the test

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

250s vs 70s.

integration-tests/smoke/ccip/fee_boosting_test.go Outdated Show resolved Hide resolved
integration-tests/smoke/ccip/fee_boosting_test.go Outdated Show resolved Hide resolved
integration-tests/smoke/ccip/fee_boosting_test.go Outdated Show resolved Hide resolved
@0xnogo 0xnogo requested a review from a team as a code owner November 29, 2024 08:10
makramkd
makramkd previously approved these changes Nov 29, 2024
.github/e2e-tests.yml Show resolved Hide resolved
integration-tests/smoke/ccip/fee_boosting_test.go Outdated Show resolved Hide resolved
@0xnogo 0xnogo enabled auto-merge November 29, 2024 13:54
),
)

return execCost.Cmp(fee) > 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit

Suggested change
return execCost.Cmp(fee) > 0
return willBoost

Copy link
Contributor

@asoliman92 asoliman92 left a comment

Choose a reason for hiding this comment

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

LGTM. a couple of nits

@0xnogo 0xnogo added this pull request to the merge queue Nov 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 29, 2024
@0xnogo 0xnogo added this pull request to the merge queue Nov 29, 2024
Merged via the queue into develop with commit 1ed47a6 Nov 29, 2024
173 of 174 checks passed
@0xnogo 0xnogo deleted the ng/fee-boosting-testv2 branch November 29, 2024 16:05
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.

3 participants