Skip to content

feat: implement Ping message decoding#94

Merged
ricomateo merged 76 commits intomainfrom
ping-decoding
Jul 2, 2024
Merged

feat: implement Ping message decoding#94
ricomateo merged 76 commits intomainfrom
ping-decoding

Conversation

@ricomateo
Copy link
Contributor

@ricomateo ricomateo commented Jun 28, 2024

This PR depends on #92

Motivation

Description

Enables Ping message decoding

Closes #79

@ricomateo ricomateo marked this pull request as ready for review July 2, 2024 12:59
@ricomateo ricomateo requested a review from a team as a code owner July 2, 2024 12:59
}
}

impl<T1: RLPDecode, T2: RLPDecode, T3: RLPDecode, T4: RLPDecode> RLPDecode for (T1, T2, T3, T4) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this one really needed? taking into account that we have the Decoder helper for structs?

@ricomateo ricomateo merged commit e0e4a3a into main Jul 2, 2024
@ricomateo ricomateo deleted the ping-decoding branch July 2, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Ping message decoding

3 participants