laconicd/app
Austin Abell 9802cbc98e
Gas usage implementation (#123)
* Set up gas consumption based on gas limit

* Convert evm gas meter to be infinite since being ignored

* Remove unnecessary declaration

* Update fees paid to validators to be function of gas limit and price instead of just gas

* added nonce check for node tx execution

* Increment account nonce after mempool check

* Remove unnecessary nonce increment
2019-10-19 08:14:38 +09:00
..
ante_test.go Cosmos SDK version update (#60) 2019-07-04 15:46:54 -04:00
ante.go Gas usage implementation (#123) 2019-10-19 08:14:38 +09: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