adridadou / eth-contract-api

EthereumJ native API or how to call contracts easily and with type safety
http://www.davidroon.com/ethcontractapi/
Apache License 2.0
60 stars 34 forks source link

solve gas estimation hack for ethJ backend #81

Closed adridadou closed 7 years ago

adridadou commented 7 years ago

Right now, we add 100K gas for each call because it seems that the gas estimation falls short for some reason.

I have to check with the ethJ guys to see where the problem might come from and make it clean