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

Correct conway parser, so that --key-reg-deposit-amt is mandatory #456

Merged
merged 5 commits into from Nov 16, 2023

Conversation

smelc
Copy link
Contributor

@smelc smelc commented Nov 15, 2023

Changelog

- description: |
    Make --key-reg-deposit-amt mandatory in the parser of conway stake-address registration-certificate, because it is actually mandatory.
# uncomment types applicable to the change:
  type:
  # - feature        # introduces a new feature
  # - breaking       # the API has changed in a breaking way
  - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  - improvement    # QoL changes e.g. refactoring
  - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...

Context

Fixes #449

How to trust this PR

  • Observe the change in golden files

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

@smelc smelc changed the title Smelc/stakeaddr reg deposit value mandatory in conway era Correct conway parser, so that --key-reg-deposit-amt is mandatory Nov 15, 2023
@smelc smelc marked this pull request as ready for review November 15, 2023 13:22
Copy link
Contributor

@carlhammann carlhammann left a comment

Choose a reason for hiding this comment

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

This looks good to me. I wonder whether #449 applies only to this command. Does it maybe also apply to conway drep registration-certificate and conway stake-address deregistration-certificate?

@carlhammann
Copy link
Contributor

carlhammann commented Nov 15, 2023

Also, maybe "bugfix" is applicable here?

@smelc
Copy link
Contributor Author

smelc commented Nov 15, 2023

Does it maybe also apply to conway drep registration-certificate and conway stake-address deregistration-certificate?

Good point @carlhammann 🙏 I had already checked that stake-address deregistration-certificate is unaffected. Let me check drep registration-certificate 👍

@smelc
Copy link
Contributor Author

smelc commented Nov 15, 2023

@carlhammann> nope it's all good, drep registration-certificate is not affected 👍

@smelc smelc force-pushed the smelc/stakeaddr-reg-deposit-value-mandatory-in-conway-era branch from d2e8347 to e79703a Compare November 16, 2023 08:49
@smelc smelc enabled auto-merge November 16, 2023 08:49
@smelc smelc added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit a3d4a04 Nov 16, 2023
19 checks passed
@smelc smelc deleted the smelc/stakeaddr-reg-deposit-value-mandatory-in-conway-era branch November 16, 2023 09:44
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.

StakeAddress Registration deposit value not optional for conway era
2 participants