-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Submission: Merged open-source contribution to Reth (#107)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Open source contribution to reth | ||
|
||
## Names and KTH ID | ||
|
||
- Fabian Zeiher ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Task 3 | ||
|
||
## Category | ||
|
||
- Open source | ||
|
||
## Description | ||
|
||
Reth is an execution layer for ethereum implemented in Rust. | ||
The project is still in active development with a very open and friendly community. | ||
I found a [good issue](https://github.com/paradigmxyz/reth/issues/5906) that is very self-contained and seemed reasonable. | ||
The conversation with the maintainer and merged pull request can be found here: [fix: randomly sample peers in `NetworkState::announce_new_block()` for block propagation](https://github.com/paradigmxyz/reth/pull/5930) | ||
|
||
**Relevance** | ||
|
||
Reth implements a core component of the ethereum blockchain. |