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

Fix call gas limit #138

Merged
merged 4 commits into from
Jun 4, 2023
Merged

Fix call gas limit #138

merged 4 commits into from
Jun 4, 2023

Conversation

Vid201
Copy link
Member

@Vid201 Vid201 commented Jun 2, 2023

This PR fixes estimation for call gas limit.

Code is a little bit messy, gonna refactor with some other things in the subsequent PR.

@Vid201 Vid201 requested a review from zsluedem June 2, 2023 15:45
Copy link
Collaborator

@zsluedem zsluedem 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 to me

@@ -459,6 +493,7 @@ mod tests {

use super::*;

#[ignore]
Copy link
Collaborator

@zsluedem zsluedem Jun 4, 2023

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be great to mock the case locally instead of relying on external source in test cases.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, agree. I was thinking of removing this test case for now and revisiting it later. You can remove it in your PR.

@zsluedem zsluedem merged commit 9df5faa into main Jun 4, 2023
@Vid201 Vid201 deleted the fix/call_gas_limit branch June 4, 2023 09:47
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.

2 participants