Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetBlockBodies (0x05) #381

Closed
Tracked by #128
mpaulucci opened this issue Sep 12, 2024 · 0 comments · Fixed by #710
Closed
Tracked by #128

GetBlockBodies (0x05) #381

mpaulucci opened this issue Sep 12, 2024 · 0 comments · Fixed by #710
Assignees
Labels
network Issues related to network communication

Comments

@mpaulucci
Copy link
Collaborator

No description provided.

@mpaulucci mpaulucci added this to the 2 - P2P Network milestone Sep 12, 2024
@mpaulucci mpaulucci added the network Issues related to network communication label Sep 12, 2024
@belfortep belfortep self-assigned this Oct 4, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 14, 2024
**Motivation**

<!-- Why does this pull request exist? What are its goals? -->
Adds the `GetBlockBodies` request and `BlockBodies` response for the eth
protocol

**Description**

<!-- A clear and concise general description of the changes this PR
introduces -->

- Adds `GetBlockBodies` and `BlockBodies` with encode/decode
capabilities
- Adds _rustic_ test with `UDP` sockets sending the data
- Changes `RLPxMessage` trait encode function to return a `Result`


<!-- Link to issues: Resolves #111, Resolves #222 -->

Closes #381 
Closes #382
@github-project-automation github-project-automation bot moved this from In Progress to Done in ethrex_l1 Oct 14, 2024
mpaulucci pushed a commit to mpaulucci/lambda_ethereum_rust that referenced this issue Oct 16, 2024
**Motivation**

<!-- Why does this pull request exist? What are its goals? -->
Adds the `GetBlockBodies` request and `BlockBodies` response for the eth
protocol

**Description**

<!-- A clear and concise general description of the changes this PR
introduces -->

- Adds `GetBlockBodies` and `BlockBodies` with encode/decode
capabilities
- Adds _rustic_ test with `UDP` sockets sending the data
- Changes `RLPxMessage` trait encode function to return a `Result`


<!-- Link to issues: Resolves lambdaclass#111, Resolves lambdaclass#222 -->

Closes lambdaclass#381 
Closes lambdaclass#382
mpaulucci pushed a commit to mpaulucci/lambda_ethereum_rust that referenced this issue Oct 16, 2024
**Motivation**

<!-- Why does this pull request exist? What are its goals? -->
Adds the `GetBlockBodies` request and `BlockBodies` response for the eth
protocol

**Description**

<!-- A clear and concise general description of the changes this PR
introduces -->

- Adds `GetBlockBodies` and `BlockBodies` with encode/decode
capabilities
- Adds _rustic_ test with `UDP` sockets sending the data
- Changes `RLPxMessage` trait encode function to return a `Result`


<!-- Link to issues: Resolves lambdaclass#111, Resolves lambdaclass#222 -->

Closes lambdaclass#381 
Closes lambdaclass#382
mpaulucci pushed a commit that referenced this issue Oct 16, 2024
**Motivation**

<!-- Why does this pull request exist? What are its goals? -->
Adds the `GetBlockBodies` request and `BlockBodies` response for the eth
protocol

**Description**

<!-- A clear and concise general description of the changes this PR
introduces -->

- Adds `GetBlockBodies` and `BlockBodies` with encode/decode
capabilities
- Adds _rustic_ test with `UDP` sockets sending the data
- Changes `RLPxMessage` trait encode function to return a `Result`


<!-- Link to issues: Resolves #111, Resolves #222 -->

Closes #381 
Closes #382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Issues related to network communication
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants