Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore(deps): bump blobstream to v4 #582

Merged
merged 1 commit into from
Nov 9, 2023

chore(deps): bump blobstream to v4

a16b7c7
Select commit
Loading
Failed to load commit list.
Merged

chore(deps): bump blobstream to v4 #582

chore(deps): bump blobstream to v4
a16b7c7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 9, 2023 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 96 in evm/evm_client.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.ParseUint
to a lower bit size type int64 without an upper bound check.