Skip to content

rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour evidence serialization#1467

Merged
ljoss17 merged 5 commits intomainfrom
romac/v038-evidence
Oct 23, 2024
Merged

rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour evidence serialization#1467
ljoss17 merged 5 commits intomainfrom
romac/v038-evidence

Conversation

@romac
Copy link
Contributor

@romac romac commented Sep 17, 2024

Specifically for these changes (Issue, PR)

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Added entry in .changelog/

@romac romac marked this pull request as ready for review September 17, 2024 18:07
@romac romac force-pushed the romac/v038-evidence branch 2 times, most recently from df8901e to f81ae58 Compare September 24, 2024 14:27
@romac romac force-pushed the romac/v038-evidence branch from f81ae58 to ccc53d4 Compare September 24, 2024 14:30
pub data: Vec<Vec<u8>>,

/// Evidence of malfeasance
// #[serde(with = "self::evidence_serializers")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes since it does not have any impact given that we deserialize through RawBlock

Copy link
Contributor

@ljoss17 ljoss17 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

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.

2 participants