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

P8 support #73

Merged
merged 2 commits into from
Feb 3, 2025
Merged

P8 support #73

merged 2 commits into from
Feb 3, 2025

Conversation

td202
Copy link
Contributor

@td202 td202 commented Jan 29, 2025

Purpose

Closes #72

Support protocol version 8.

Changes

  • The configure_baker operation can have metadata with the suspended boolean, indicating when a validator is manually suspended or resumed.
  • New validator_primed_for_suspension and validator_suspended operation types indicate when a validator is primed for suspension or suspended automatically as part of the tokenomics transaction.
  • Update dependencies
  • Change /node/options to report the node and middleware versions accurately. (i.e. query the node for the node version, and use the Cargo.toml version for the middleware version.)
  • Bump the version number.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

@td202 td202 requested review from rasmus-kirk and drsk0 January 29, 2025 15:20
Copy link

@drsk0 drsk0 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!

@td202 td202 merged commit 3072c17 into main Feb 3, 2025
2 checks passed
@td202 td202 deleted the p8-support branch February 3, 2025 10:04
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.

PU8 update Rosetta SDK
2 participants