chonghe
|
522bd9e9c6
|
Update Rust Edition to 2024 (#7766)
* #7749
Thanks @dknopik and @michaelsproul for your help!
|
2025-08-13 03:04:31 +00:00 |
|
ThreeHrSleep
|
d60c24ef1c
|
Integrate tracing (#6339)
Tracing Integration
- [reference](5bbf1859e9/projects/project-ideas.md (L297))
- [x] replace slog & log with tracing throughout the codebase
- [x] implement custom crit log
- [x] make relevant changes in the formatter
- [x] replace sloggers
- [x] re-write SSE logging components
cc: @macladson @eserilev
|
2025-03-12 22:31:05 +00:00 |
|
Pawan Dhananjay
|
1f6850fae2
|
Rust 1.84 lints (#6781)
* Fix few lints
* Fix remaining lints
* Use fully qualified syntax
|
2025-01-10 01:13:29 +00:00 |
|
Michael Sproul
|
1447eeb40b
|
Improve single-node testnet support and Arc NetworkConfig/ChainSpec (#6396)
* Arc ChainSpec and NetworkConfig
* Fix release tests
* Fix lint
* Merge remote-tracking branch 'origin/unstable' into single-node-testnet
|
2024-09-24 00:16:18 +00:00 |
|
Jimmy Chen
|
96b00ef66c
|
Replace lazy_static! with LazyLock (#6189)
* Replace `lazy_static` with `LazyLock`.
* Merge branch 'unstable' into remove-lazy-static
# Conflicts:
# beacon_node/lighthouse_network/src/peer_manager/mod.rs
* Lint fixes.
* Merge branch 'unstable' into remove-lazy-static
# Conflicts:
# beacon_node/beacon_chain/src/metrics.rs
* Moar lint fixes.
* Update rust version to 1.80.0.
* Merge branch 'unstable' into remove-lazy-static
|
2024-07-29 11:42:31 +00:00 |
|
ethDreamer
|
4a48d7b546
|
Encode Execution Engine Client Version In Graffiti (#5290)
* Add `engine_clientVersionV1` structs
* Implement `engine_clientVersionV1`
* Update to latest spec changes
* Implement GraffitiCalculator Service
* Added Unit Tests for GraffitiCalculator
* Address Mac's Comments
* Remove need to use clap in beacon chain
* Merge remote-tracking branch 'upstream/unstable' into el_client_version_graffiti
* Merge branch 'unstable' into el_client_version_graffiti
# Conflicts:
# beacon_node/beacon_chain/Cargo.toml
|
2024-04-24 06:02:48 +00:00 |
|