laconicd-deprecated/x/evm
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
..
client eth_estimateGas (#128) 2019-10-30 13:30:24 -05:00
types eth_estimateGas (#128) 2019-10-30 13:30:24 -05:00
genesis.go eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00
handler.go Fixes gas limit for simulated transaction (#130) 2019-10-29 11:52:26 -04:00
keeper_test.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
keeper.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
module.go Gas usage implementation (#123) 2019-10-19 08:14:38 +09:00
querier.go Implements eth_getProof (#122) 2019-10-16 09:46:50 +09:00