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

[R4R]-fix: ivan/fix/eth_estimateGas:gas required exceeds allowance (0) #73

Conversation

asdv23
Copy link

@asdv23 asdv23 commented Mar 19, 2024

Test Cases Before Test Result After Test Result
from acc has no mnt and gasPrice/1559 is nil gas required exceeds allowance (0) Pass
from acc has no mnt and gasPrice/1559 is not nil err: insufficient funds for gas * price + value err: insufficient funds for gas * price + value
from acc has enough mnt and gasPrice/1559 is nil Pass Pass
from acc has enough mnt and gasPrice/1559 is not nil Pass Pass
from acc has mnt but not enough and gasPrice/1559 is not nil gas required exceeds allowance (542100) gas required exceeds allowance (542100)

@asdv23 asdv23 closed this Mar 19, 2024
@asdv23
Copy link
Author

asdv23 commented Mar 19, 2024

After branch #74 is merged, it will also be merged into this develop branch.

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.

1 participant