-
Notifications
You must be signed in to change notification settings - Fork 623
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
Use correct cost in gas profile for adding function call key #6749
Use correct cost in gas profile for adding function call key #6749
Conversation
@akhi3030 regarding permissions, I think someone (with more power than me) just needs to add you to the org. About the code, this is correct in principle but we also have to update tests that check for the exact gas profile. I believe the relevant buildkite pipelines are public, so you should be able to see the failing tests there. Just follow the link to details. (You might need to create an account.) You can also run tests locally. To get the same features as used in CI (nightly protocol features etc), ideally you just copy each of the failing commands from the CI output. |
Thanks. I've pinged some people to add me to the org.
Thanks for the info. I'll explore more. |
LGTM One more thing, probably we should also include this as a non protocol change in CHANGELOG.md. It is observable by users when they query an RPC node for gas usage. Pinging @marcelo-gonzalez as the 1.26 release owner, can we just add changes to the unreleased section? (Just making sure it doesn't get mixed with changes that made the 1.26 cut) |
ahh yes go ahead and add that, totally forgot to udpate the CHANGELOG. Just sent #6757, so should be easier to update the CHANGELOG after that. In case this PR is merged before that one, you can feel free to just add to the unreleased section and i'll handle the merge commit int hat PR |
PR #6749 incorrectly updated the CHANGELOG. This PR moves the change to the right section.
Closes #5961 .