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

feat(cardano): add support for CIP36 governance registration format #2

Closed
wants to merge 6 commits into from

Conversation

davidmisiak
Copy link
Collaborator

@davidmisiak davidmisiak commented Sep 28, 2022

This PR adds support for CIP36 governance registration format. The corresponding firmware PR is here. Please see cardanoSignTransaction.md changes for the new transaction items.

I believe that the only breaking change is renaming these two items (so that it is clear that they serve also for other governance purposes, not only Catalyst):

  • catalystRegistrationParameters to governanceRegistrationParameters (in CardanoAuxiliaryData)
  • catalystSignature to governanceSignature (in CardanoAuxiliaryDataSupplement)

TODO:

  • rename proportion to weight
  • mention delegation count limit in docs
  • improve required signers version checks
  • add new testnets

Copy link
Collaborator

@gabrielKerekes gabrielKerekes 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 👍 I also tried signing some transactions with the connect-test app and it seems to work fine 👍

@davidmisiak
Copy link
Collaborator Author

Merged in trezor#6735

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