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

backport penumbra-fee string impls for 0.77.x #4542

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

conorsch
Copy link
Contributor

@conorsch conorsch commented Jun 4, 2024

Describe your changes

backports #4539 for inclusion in forthcoming 0.77.2. Refs #4306.

(cherry picked from commit 8035e29)

Issue ticket number and link

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    only friendly impls and cli changes, no changes to consensus logic

We recently enabled fees on Testnet 77 (#4306), and in the process
broke a few things, such as Galileo. While working on adding FeeTier
support to Galileo, Galileo's clap setup wanted Display and FromStr.
Added those to satisfy the build, and then circled back to pcli to reuse
the same impls, which allowed us to snip out some duplicative code.

(cherry picked from commit 8035e29)
@conorsch conorsch changed the title feat(fee): add FromStr, Display impls for FeeTier backport penumbra-fee string impls for 0.77.x Jun 4, 2024
Copy link
Contributor

@cratelyn cratelyn left a comment

Choose a reason for hiding this comment

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

🍒

@cratelyn cratelyn added this to the Sprint 8 milestone Jun 4, 2024
@cratelyn cratelyn added the A-fees Area: Relates to transaction fees label Jun 4, 2024
@conorsch conorsch merged commit 4a271b9 into release/v0.77.x Jun 4, 2024
11 checks passed
@conorsch conorsch deleted the backport-feetier-impls branch June 4, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-fees Area: Relates to transaction fees
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants