-
Notifications
You must be signed in to change notification settings - Fork 43
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
base: develop
Are you sure you want to change the base?
Conversation
c208014
to
e49250f
Compare
e49250f
to
580d1af
Compare
Decoder had to be moved from Filter into a separate filters map, otherwise it caused a lot of issues with assert.Equal for comparing filters.
056e40e
to
a91f827
Compare
Quality Gate failedFailed conditions |
TxHash: Signature(blockData.TransactionHash), | ||
} | ||
|
||
log.Data, err = base64.StdEncoding.DecodeString(programEvent.Data) |
There was a problem hiding this comment.
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.
JIRA: LINK-916