-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: add FeeTier support to galileo tx sending #98
Conversation
quoth @conorsch, in #review-please. there's still a bit of fee plumbing to do, so i've marked this as a draft, but will review once it's ready 🙂 |
There was a problem hiding this 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! 🙏
Closes #97. Tested by running locally and pasting an address into a private discord channel: received funds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for removing the fee flag altogether ✨
During Testnet 77 we enabled fees [0] and in the process broke some things like Galileo. Adding FeeTier support is rather straightforward, although this changeset requires a patch to the `penumbra-fee` crate in order to compile [1]. [0] penumbra-zone/penumbra#4306 [1] penumbra-zone/penumbra#4539
Confirmed this changeset still works after building against penumbra-zone/penumbra#4559 |
During Testnet 77 we enabled fees [0] and in the process broke some things like Galileo. Adding FeeTier support is rather straightforward, although this changeset requires a patch to the
penumbra-fee
crate in order to compile [1].[0] penumbra-zone/penumbra#4306
[1] penumbra-zone/penumbra#4539