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

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

Merged
merged 5 commits into from
Oct 23, 2024

Conversation

romac
Copy link
Member

@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/

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
Member 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!

@ljoss17 ljoss17 merged commit db94695 into main Oct 23, 2024
23 checks passed
@ljoss17 ljoss17 deleted the romac/v038-evidence branch October 23, 2024 11:43
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