laconicd/app
Dustin Brickwood 69e0873dd9
eth_estimateGas (#128)
* Draft eth_estimateGas
* implemented eth_estimateGas
* refactored doCall to be used for both eth_call and eth_estiamteGas

* updated to reflect requested changes

* moved GenerateFromArgs func

* removed todo

* revert comment

* fixes dereference issue

* gofmted
2019-10-30 13:30:24 -05:00
..
ante_test.go eth_estimateGas (#128) 2019-10-30 13:30:24 -05:00
ante.go Fixes gas limit for simulated transaction (#130) 2019-10-29 11:52:26 -04:00
ethermint_test.go Update CosmosSDK version to 0.36.0 (#82) 2019-08-15 12:26:40 -04:00
ethermint.go Changed store type for block storage (#117) 2019-09-30 10:22:29 -04:00
export.go Update CosmosSDK version to 0.36.0 (#82) 2019-08-15 12:26:40 -04:00
test_utils.go eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00