Skip to content

Fix data race in parallel block trace by avoiding CacheMultiStore flu…

fc5bd23
Select commit
Loading
Failed to load commit list.
Draft

Kartik/debug trace speedups v6.3 experimental #3099

Fix data race in parallel block trace by avoiding CacheMultiStore flu…
fc5bd23
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 20, 2026 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 8 in evmrpc/block_trace_profiled.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note

Certain system packages contain functions which may be a possible source of non-determinism

Check notice on line 212 in evmrpc/block_trace_profiled.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 377 in evmrpc/block_trace_profiled.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