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: sequencer rotation #992

Merged
merged 80 commits into from
Aug 22, 2024

updated deps

8393f36
Select commit
Loading
Failed to load commit list.
Merged

feat: sequencer rotation #992

updated deps
8393f36
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 21, 2024 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 150 in block/produce.go

See this annotation in the file changed.

Code scanning / CodeQL

Floating point arithmetic Note

Floating point arithmetic operations are not associative and a possible source of non-determinism

Check notice on line 49 in block/sequencers.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