Conversation
Pull Request ReviewThis Rust-based BSC node change enables the BEP-675 MEV gRPC listener on port 8552 by default when mining and BidBlock are active, adds an explicit disable flag, validates zero-port configurations, and exposes gRPC status through MEV parameters. It also preserves existing builder revoke deadlines when shorter policy or manual revocations are applied and adds tests for the new behavior. Sensitive ContentPrivate Key / Seed Phrase / Mnemonic / Secret Material:
Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
Pull Request ReviewThis Rust BSC node PR aligns the BEP-675 MEV gRPC transport with go-bsc defaults by using port 8552, enabling it when mining and BidBlock are active, adding an explicit disable flag, and exposing its configured state through Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
Pull Request ReviewThis Rust BSC node change enables the BEP-675 MEV gRPC listener on port 8552 by default when mining and BidBlock are enabled, adds an explicit disable flag/environment setting, and exposes the transport state through Sensitive ContentPrivate Key / Seed Phrase / Mnemonic / Secret Material:
Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
Description
related bnb-chain/bsc#3810
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes:
Potential Impacts