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

shielded-pool(component): simplify tracking of fmd parameters #3729

Closed
wants to merge 1 commit into from

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Feb 2, 2024

Close #3713, a follow-up to #3617. Now that we have shielded pool parameters, we do not want to have a separate code path to update the FMD parameters without also updating the shielded pool params.

Copy link
Member

@hdevalence hdevalence left a comment

Choose a reason for hiding this comment

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

I don't think we want to do this.

Long term the FMD parameters shouldn't be in the chain parameters anyways, similar to gas prices. They need to be dynamically adjusted based on transaction volume. The values in the AppParameters are just fixed starting parameters that should eventually be replaced by whatever parameters are needed to tune the auto-adjuster.

@erwanor
Copy link
Member Author

erwanor commented Feb 2, 2024

I see - tbh, I had not realized that it was V1 tagged but it is.

@erwanor erwanor closed this Feb 2, 2024
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.

shielded-pool: declutter fmd parameter init
2 participants