Skip to content

[DO NOT MERGE] SF 2.0#7597

Draft
raduchis wants to merge 92 commits into
rc/supernovafrom
SF-2.0
Draft

[DO NOT MERGE] SF 2.0#7597
raduchis wants to merge 92 commits into
rc/supernovafrom
SF-2.0

Merge branch 'rc/supernova' into SF-2.0

a2aed73
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 16, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 3198 in process/block/metablock.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type int without an upper bound check.