Skip to content

fix: increase P2P pubsub max message size to match blob size limit#3344

Merged
chatton merged 1 commit into
mainfrom
cian/fix-p2p-message-size-limit
Jun 8, 2026
Merged

fix: increase P2P pubsub max message size to match blob size limit#3344
chatton merged 1 commit into
mainfrom
cian/fix-p2p-message-size-limit

fix: increase P2P pubsub max message size to match blob size limit

4dfb500
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 8, 2026 in 4s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 469 in pkg/p2p/client.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 int without an upper bound check.

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.