Skip to content

Merge branch 'julien/speedup' into julien/testapp

3ea90e3
Select commit
Loading
Failed to load commit list.
Closed

chore: add batch submission for testapp endpoint #3238

Merge branch 'julien/speedup' into julien/testapp
3ea90e3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 10, 2026 in 3s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 131 in pkg/telemetry/executor_tracing.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an unsigned 64-bit integer from
strconv.ParseUint
to a lower bit size type int64 without an upper bound check.

Check failure on line 64 in pkg/telemetry/sequencer_tracing.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an unsigned 64-bit integer from
strconv.ParseUint
to a lower bit size type int64 without an upper bound check.