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

logging, edge case fixes #15696

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

logging, edge case fixes #15696

wants to merge 1 commit into from

Conversation

krehermann
Copy link
Contributor

Requires

Supports

@krehermann krehermann requested review from a team as code owners December 14, 2024 23:38
@krehermann krehermann enabled auto-merge December 14, 2024 23:38
@krehermann krehermann force-pushed the ks/deployment-bug-fixes branch from bd3dca0 to db0366b Compare December 15, 2024 22:35
Copy link
Contributor

AER Report: CI Core

aer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Deployment Project / Get Tests To Run , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakeguard Deployment Project / Run Tests , Flakeguard Deployment Project / Report , Flakey Test Detection , SonarQube Scan

1. Replacement transaction underpriced: [TestKeeperEthIntegration/legacy_registry1_1]

Source of Error:
Run tests	2024-12-15T22:43:11.0008787Z 	 	replacement transaction underpriced
Run tests	2024-12-15T22:43:11.0009658Z 	Test: 	TestKeeperEthIntegration/legacy_registry1_1

Why: The error "replacement transaction underpriced" occurs when a new transaction with the same nonce as a pending transaction is submitted, but the gas price of the new transaction is not sufficiently higher than the gas price of the pending transaction. This is a common issue in Ethereum transactions where the network requires a higher gas price to replace an existing transaction.

Suggested fix: Ensure that the gas price of the replacement transaction is significantly higher than the original transaction. This can be done by setting a higher gas price increment or using a gas price oracle to determine the appropriate gas price for replacement transactions.

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.

2 participants