Vyper: Remove Gas Estimates from ABI

Created on 13 Sep 2020  路  5Comments  路  Source: vyperlang/vyper

https://twitter.com/_prestwich/status/1304986329604710401?s=20

Basically, since gas costs change all the time, we can't rely on the estimates that a particular version of Vyper uses. So, we should just get rid of this "feature"

NOTE: we'll still keep an upper bound on gas usage, for use with optimizations and to prevent gas attacks

Easy Pickings bug

Most helpful comment

43 tests break after removing it, taking a bit of time to refactor those tests.

All 5 comments

I'd like to take a swing at this...

@bitcoinbrisbane it should be that easy, yes! But if you could also try to remove that functionality from the rest of the codebase and the test suite, that'd seal the deal!

@bitcoinbrisbane it should be that easy, yes! But if you could also try to remove that functionality from the rest of the codebase and the test suite, that'd seal the deal!

On it

43 tests break after removing it, taking a bit of time to refactor those tests.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacqueswww picture jacqueswww  路  4Comments

pipermerriam picture pipermerriam  路  3Comments

denis-bogdanas picture denis-bogdanas  路  3Comments

jacqueswww picture jacqueswww  路  3Comments

vici0 picture vici0  路  3Comments