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

use evm index and tendermint as source of truth when trace status discrepency. #28

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

// some indexing services (e.g. blockscout) have a character limit
// for the field that stores this data
maxErrorStringLength := math.Min(200, float64(len(txMe.TxResult.Log)-1))
jsonResult["error"] = txMe.TxResult.Log[0:int64(maxErrorStringLength)]

Check failure

Code scanning / gosec

Potential integer overflow by integer type conversion Error

Potential integer overflow by integer type conversion
@galxy25 galxy25 merged commit 16368dc into kava/release/v0.24.x Dec 5, 2023
7 of 14 checks passed
@DracoLi DracoLi mentioned this pull request Feb 5, 2024
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.

1 participant