Skip to content

Conversation

@td202
Copy link
Contributor

@td202 td202 commented Nov 18, 2025

Purpose

_Describe the purpose of the pull request, link to issue describing the problem, etc.

Changes

  • Genesis creator support for P10.

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 marked this pull request as draft November 18, 2025 12:47
Comment on lines +1088 to +1090
if update_keys.level_2_keys.create_plt.is_none() {
bail!("P10 requires createPLT authorization.");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess this needs to be here for every protocol version >= 9. Would it make sense to figure out a way to do this once instead prior to this huge match statement, or are we fine with having to duplicate this for all eternity? 🤔

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.

3 participants