-
Notifications
You must be signed in to change notification settings - Fork 334
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
Feature cleanup: Removing unwanted rounding in fee calculation #21 #4676
Feature cleanup: Removing unwanted rounding in fee calculation #21 #4676
Conversation
135b4e8
to
2d0d7df
Compare
fee/src/lib.rs
Outdated
remove_rounding_in_fee_calculation(pub), | ||
enable_secp256r1_precompile(pub) | ||
) | ||
field_qualifiers(enable_secp256r1_precompile(pub)) |
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.
@tao-stones I have asked Pankaj to revert the change that introduced this change (only became aware of it due to this PR).
Would prefer a clean revert commit, so going to wait for his response to my comment before approving this PR.
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.
Here's the revert: #4694
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.
rebased, thanks @pgarg66
2d0d7df
to
e840de3
Compare
can we please use more descriptive pr titles? "refactor" is inaccurate. no mention of which feature gate in the title. gonna be quite the spelunking mission to find this in 6mo+ |
Updated |
Problem
Feature https://github.com/anza-xyz/feature-gate-tracker/issues/21 has activated everywhere.
Summary of Changes
Fixes #