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

feat: block production misbehavior detection #1071

Merged
merged 53 commits into from
Oct 22, 2024

move err invalid signature fraud

adffd84
Select commit
Loading
Failed to load commit list.
Merged

feat: block production misbehavior detection #1071

move err invalid signature fraud
adffd84
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 22, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 202 in block/manager.go

See this annotation in the file changed.

Code scanning / CodeQL

Spawning a Go routine Note

Spawning a Go routine may be a possible source of non-determinism

Check notice on line 203 in block/manager.go

See this annotation in the file changed.

Code scanning / CodeQL

Spawning a Go routine Note

Spawning a Go routine may be a possible source of non-determinism

Check warning on line 65 in types/validation.go

See this annotation in the file changed.

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism