mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-22 07:18:25 +00:00
Some updates to Lighthouse book (#6995)
* #6447 - Move some deprecated pages to a new section under `Archived` - Remove fallback log in mev as the log will not be present after VC using `/eth/v3/validator/blocks` endpoint by default - Add warning against using Btrfs file system (thank you @ChosunOne for the report) - Add data shared by @mcdee on tree states API queries time - Rename partial withdrawals to validator sweep to differentiate it from the upcoming execution layer partial withdrawals - Update NAT API response - Update docs on IPv6 - Rename .md files to follow a standard prefix section name, e.g., installation_*.md, advanced_*.md - Standardise .md files using underscore `_` instead of hyphen `-` to be consistent with other files naming conventions.
This commit is contained in:
@@ -15,7 +15,7 @@ to work on.
|
||||
To start contributing,
|
||||
|
||||
1. Read our [how to contribute](https://github.com/sigp/lighthouse/blob/unstable/CONTRIBUTING.md) document.
|
||||
2. Setup a [development environment](./setup.md).
|
||||
2. Setup a [development environment](./contributing_setup.md).
|
||||
3. Browse through the [open issues](https://github.com/sigp/lighthouse/issues)
|
||||
(tip: look for the [good first
|
||||
issue](https://github.com/sigp/lighthouse/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
|
||||
@@ -127,5 +127,5 @@ suggest:
|
||||
- [Rust by example](https://doc.rust-lang.org/stable/rust-by-example/)
|
||||
- [Learning Rust With Entirely Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/)
|
||||
- [Rustlings](https://github.com/rustlings/rustlings)
|
||||
- [Rust Exercism](https://exercism.io/tracks/rust)
|
||||
- [Rust Exercism](https://exercism.org/tracks/rust)
|
||||
- [Learn X in Y minutes - Rust](https://learnxinyminutes.com/docs/rust/)
|
||||
|
||||
Reference in New Issue
Block a user