-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
13 tasks
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
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
No description provided.
The text was updated successfully, but these errors were encountered: