From e72598441235d71f26ef7a7fa7cfae81278352a0 Mon Sep 17 00:00:00 2001 From: Fabian Zeiher Date: Wed, 17 Jan 2024 15:59:25 +0100 Subject: [PATCH] Submission: Merged open-source contribution to Reth (#107) --- .../open-source/zeiher/SUBMISSION.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contributions/open-source/zeiher/SUBMISSION.md diff --git a/contributions/open-source/zeiher/SUBMISSION.md b/contributions/open-source/zeiher/SUBMISSION.md new file mode 100644 index 0000000..88649f0 --- /dev/null +++ b/contributions/open-source/zeiher/SUBMISSION.md @@ -0,0 +1,28 @@ +# Assignment Proposal + +## Title + +Open source contribution to reth + +## Names and KTH ID + + - Fabian Zeiher (zeiher@kth.se) + +## 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. \ No newline at end of file