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

Remove duplicate gas from std #3588

Merged
merged 3 commits into from
Dec 13, 2022
Merged

Conversation

jtriley-eth
Copy link
Contributor

Removed gas function in favor of context_gas.

Resolves #2464

@jtriley-eth jtriley-eth added the breaking May cause existing user code to break. Requires a minor or major release. label Dec 13, 2022
@jtriley-eth jtriley-eth requested a review from otrho as a code owner December 13, 2022 16:39
Copy link
Contributor

@mohammadfawaz mohammadfawaz left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks.

@jtriley-eth jtriley-eth merged commit 949dfb9 into master Dec 13, 2022
@jtriley-eth jtriley-eth deleted the jtriley-eth/rm-duplicate-gas branch December 13, 2022 19:52
sdankel pushed a commit that referenced this pull request Dec 14, 2022
Removed `gas` function in favor of `context_gas`.

Resolves #2464
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking May cause existing user code to break. Requires a minor or major release. code quality lib: std Standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std contains a duplicate function for getting the gas in the current context
3 participants