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

refactor(manager): cleanup proposer, full node and rotation flows #1183

Merged
merged 8 commits into from
Oct 31, 2024

lint fix

2251cad
Select commit
Loading
Failed to load commit list.
Merged

refactor(manager): cleanup proposer, full node and rotation flows #1183

lint fix
2251cad
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 31, 2024 in 4s

6 new alerts

New alerts in code changed by this pull request

  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 28 in block/modes.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 29 in block/modes.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 32 in block/modes.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 33 in block/modes.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 40 in block/modes.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 70 in block/modes.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