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

switch providers and txn submits to use finalized commit level #848

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

andymck
Copy link
Contributor

@andymck andymck commented Jul 25, 2024

We are seeing sporadic txn submits return an error result when their actual status is success. This results in some txns being resubmitted and hitting additional errors such as This transaction has already been processed. This has subsequently led to side effects on the boost manager side.

Changing commit level from confirmed to finalized should help to reduce the potential for such errors

@bbalser bbalser requested a review from maplant July 25, 2024 16:22
@madninja madninja merged commit 5f9d64f into main Jul 26, 2024
17 checks passed
@madninja madninja deleted the andymck/use-finalized-commit-level branch July 26, 2024 15:17
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