laconicd/x/evm/types
Thomas Nguy 5ba8ffe669
ante, evm: update gas consumption logic (#178)
* clean up logic by ignoring cosmos gas meter

* set gas used in txResponse

* reset and set the gas in context

* rename ante handler

* fix refundedgas logic

* remove gas update logic in keeper

* update context in keeper

* add test for EthSetupContextDecorator

* fix broken test due to gas logic change
2021-06-30 05:31:30 -04:00
..
access_list.go lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00
chain_config_test.go evm: error and block hash map updates (#60) 2021-05-31 10:54:59 -04:00
chain_config.go fix linter issues (#184) 2021-06-25 04:31:57 -04:00
codec.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
errors.go evm: stacktrace errors for keeper (#105) 2021-06-11 10:29:28 -04:00
events.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00
evm.pb.go tests: add testutils for integration testing (#132) 2021-06-25 05:18:37 -04:00
genesis_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
genesis.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
genesis.pb.go tests: add testutils for integration testing (#132) 2021-06-25 05:18:37 -04:00
interfaces.go all: bump SDK to v0.43.0-rc0 (#194) 2021-06-29 13:02:21 -04:00
key.go evm: use TransientStore for AccessList (#75) 2021-06-07 06:05:49 -04:00
logs_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
logs.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
msg_test.go fix: remove zero address validation (#205) 2021-06-29 11:08:07 -04:00
msg.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
params_test.go evm: error and block hash map updates (#60) 2021-05-31 10:54:59 -04:00
params.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
query.pb.go tests: add testutils for integration testing (#132) 2021-06-25 05:18:37 -04:00
query.pb.gw.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
storage_test.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00
storage.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
tx_data_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
tx_data.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
tx.pb.go ante, evm: update gas consumption logic (#178) 2021-06-30 05:31:30 -04:00
utils_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
utils.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00