laconicd-deprecated/x/evm/keeper
Daniel Burckhardt cad7ff66b0
analytics(app): update telemetry to Ethermint modules (#1106)
* analytics(evm): replace telemetry gauges with counters and add gasUsed counter

* analytics(feemarket): add telemetry gauges for base fee and block gas

* analytics(feemarket): add telemetry gauges for gas_used per gas_limit

* analytics(feemarket): remove refund telemetry

* analytics(app): update CHANGELOG

* remove unwanted change

* address PR comments

* update comment
2022-06-02 15:04:33 +02:00
..
abci.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
grpc_query_test.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
grpc_query.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
hooks_test.go evm: PostTxProcessing hook - include the full message data (#1027) 2022-04-04 20:11:46 +02:00
hooks.go evm: PostTxProcessing hook - include the full message data (#1027) 2022-04-04 20:11:46 +02:00
keeper_test.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
keeper.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
migrations.go imp(evm): define minimum GasUsed proportional to GasLimit (#1087) 2022-05-25 13:52:34 +00:00
msg_server.go analytics(app): update telemetry to Ethermint modules (#1106) 2022-06-02 15:04:33 +02:00
params_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
params.go evm: move ChainConfig to Params (#266) 2021-07-14 05:13:55 -04:00
state_transition_benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
state_transition_test.go fix: default base fee state in genesis (#919) 2022-01-26 11:36:07 +01:00
state_transition.go imp(evm): define minimum GasUsed proportional to GasLimit (#1087) 2022-05-25 13:52:34 +00:00
statedb_benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
statedb_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
statedb.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils.go fix: minimal-gas-prices and baseFeePerGas conflicts (#916) 2022-01-26 10:44:41 +00:00