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

Apply recent patches #35

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Apply recent patches #35

merged 3 commits into from
Feb 6, 2024

Conversation

DracoLi
Copy link

@DracoLi DracoLi commented Feb 5, 2024

@DracoLi DracoLi requested review from nddeluca and galxy25 February 5, 2024 18:47
// 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
@DracoLi DracoLi merged commit e46067e into kava/release/v0.26.x Feb 6, 2024
6 of 14 checks passed
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