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

[NONEVM-916] logpoller log processing & decoding #1002

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from

Conversation

reductionista
Copy link
Contributor

JIRA: LINK-916

@reductionista reductionista force-pushed the NONEVM-916-logpoller-process-decode branch from c208014 to e49250f Compare January 7, 2025 04:28
@reductionista reductionista force-pushed the NONEVM-916-logpoller-process-decode branch from e49250f to 580d1af Compare January 8, 2025 03:06
@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 75%)
5.6% Duplication on New Code (required ≤ 5%)

See analysis details on SonarQube

TxHash: Signature(blockData.TransactionHash),
}

log.Data, err = base64.StdEncoding.DecodeString(programEvent.Data)
Copy link
Contributor

Choose a reason for hiding this comment

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

errors related to decoding should be logged as critical as LP won't be able to ever process the msg.
We might also want just to abandon this log instead of constantly retrying, as we may be able to process other msgs.

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