-
Notifications
You must be signed in to change notification settings - Fork 206
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 special handling for gas estimation #2274
Conversation
Coverage from tests in coverage: 46.3% of statements across all listed packagescoverage: 56.8% of statements in consensus/istanbul coverage: 23.7% of statements in consensus/istanbul/announce coverage: 54.3% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 63.3% of statements in consensus/istanbul/core coverage: 45.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.2% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
|
Hey @palango. I think this change is fine, but I think there is a problem with the previous change. Looking in ethapi.DoCall: celo-blockchain/internal/ethapi/api.go Line 912 in 36746b2
We can see that skipDebitCredit is set to true, but |
I fixed that in #2273 |
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.
Looking good!
This is now done by the `SkipDebitCredit` flag. Resolves #2267
36746b2
to
b854c1b
Compare
This is now done by the
SkipDebitCredit
flag.Resolves #2267