0g-chain/x/evmutil/keeper
Nick DeLuca 55284aa575
Fix high gas usage for coin conversions (#1331)
* use an infinite gas meter during evm call operations, then consume
evm reported gas used

* consume gas after failure check -- provide best feedback first
2022-10-05 16:27:06 -06:00
..
bank_keeper_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
bank_keeper.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
conversion_test.go Fix high gas usage for coin conversions (#1331) 2022-10-05 16:27:06 -06:00
conversion.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
erc20_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
erc20.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
evm_test.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
evm.go Fix high gas usage for coin conversions (#1331) 2022-10-05 16:27:06 -06:00
grpc_query_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
grpc_query.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
invariants_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
invariants.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
keeper_test.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
keeper.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
msg_server_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
msg_server.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
params_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
params.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00