mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Implement tracing spans for data columm RPC requests and responses (#7831)
#7830
This commit is contained in:
@@ -293,6 +293,7 @@ async fn process_block(&self, block: Block) -> Result<(), Error> {
|
||||
## Build and Development Notes
|
||||
- Full builds and tests take 5+ minutes - use large timeouts (300s+) for any `cargo build`, `cargo test`, or `make` commands
|
||||
- Use `cargo check` for faster iteration during development and always run after code changes
|
||||
- Use `cargo fmt --all && make lint-fix` to format code and fix linting issues once a task is complete
|
||||
- Prefer targeted package tests (`cargo test -p <package>`) and individual tests over full test suite when debugging specific issues
|
||||
- Always understand the broader codebase patterns before making changes
|
||||
- Minimum Supported Rust Version (MSRV) is documented in `lighthouse/Cargo.toml` - ensure Rust version meets or exceeds this requirement
|
||||
Reference in New Issue
Block a user