laconicd/x/evm/types
2022-06-07 08:56:18 -05:00
..
access_list_test.go evm: unit tests (#619) 2021-10-08 13:11:19 +02:00
access_list_tx.go fix: use EffectiveGasPrice in ante handler for dynamic fee tx (#817) 2021-12-15 02:17:03 +00:00
access_list.go all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
chain_config_test.go build(deps): bump github.com/ethereum/go-ethereum from 1.10.9 to 1.10.11 (#676) 2021-10-25 15:01:04 +00:00
chain_config.go deps: upgrade geth to v1.10.15 (#935) 2022-02-14 23:08:41 +00:00
codec_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
codec.go Merge branch 'roy/upgrade-to-v0.46' of github.com:vulcanize/chiba-clonk into roy/upgrade-to-v0.46 2022-05-16 20:18:06 +05:30
compiled_contract.go Integration tests (#913) 2022-01-20 22:05:02 +00:00
config.go evm: refactor dup state transition code (#674) 2021-10-22 19:21:03 +02:00
dynamic_fee_tx_test.go fix: Web3 RPC handlers panic (#702) 2021-10-26 13:13:27 +02:00
dynamic_fee_tx.go fix: use EffectiveGasPrice in ante handler for dynamic fee tx (#817) 2021-12-15 02:17:03 +00:00
ERC20Contract.json rpc: transaction receipt test (#678) 2021-10-20 21:00:17 +02:00
errors_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
errors.go evm: improve error message for invalid account (#883) 2022-01-05 15:08:31 +01:00
events.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
evm.pb.go deps: upgrade geth to v1.10.15 (#935) 2022-02-14 23:08:41 +00:00
genesis_test.go evm: unit tests (#619) 2021-10-08 13:11:19 +02:00
genesis.go evm: fixed commented out simulations, pubsub, and handler tests (#655) 2021-10-11 13:09:53 +02:00
genesis.pb.go build(deps): bump github.com/ethereum/go-ethereum from 1.10.9 to 1.10.11 (#676) 2021-10-25 15:01:04 +00:00
interfaces.go WIP: trying to migrate auth handlers to middlewares 2022-04-20 17:20:55 +05:30
key.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
legacy_tx_test.go fix: Web3 RPC handlers panic (#702) 2021-10-26 13:13:27 +02:00
legacy_tx.go fix: use EffectiveGasPrice in ante handler for dynamic fee tx (#817) 2021-12-15 02:17:03 +00:00
logs_test.go crypto: updates from reviews (#535) 2021-09-07 17:29:24 +00:00
logs.go fix: empty log topics shouldn't be encoded as nil (#840) 2021-12-14 15:52:22 +01:00
msg_test.go rpc: eth_feeHistory (#734) 2021-11-17 11:58:52 +00:00
msg.go refactor: updated to ante handlers support 2022-06-07 08:56:18 -05:00
params_test.go evm, rpc: disable BaseFee for non London block (#662) 2021-10-13 15:39:47 +02:00
params.go fix: consistent BaseFee check logic (#855) 2021-12-28 07:59:28 +00:00
query.go rpc: debug_traceTransaction fails for succesful tx (#720) 2021-11-09 18:38:22 +00:00
query.pb.go rpc: debug_traceTransaction fails for succesful tx (#720) 2021-11-09 18:38:22 +00:00
query.pb.gw.go rpc: debug_traceTransaction fails for succesful tx (#720) 2021-11-09 18:38:22 +00:00
SimpleStorageContract.json Integration tests (#913) 2022-01-20 22:05:02 +00:00
storage_test.go changelog: v0.12.1 (#1019) 2022-03-29 15:38:22 +02:00
storage.go changelog: v0.12.1 (#1019) 2022-03-29 15:38:22 +02:00
TestMessageCall.json tests: add message call benchmark (#717) 2021-11-08 13:04:49 +00:00
tracer_test.go deps: upgrade geth to v1.10.15 (#935) 2022-02-14 23:08:41 +00:00
tracer.go build(deps): bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 (#945) 2022-02-19 00:57:43 +00:00
tx_args.go fix: contract address in contract creation receipt (#851) 2021-12-28 08:55:40 +01:00
tx_data_test.go evm: fix Chain ID derivation (#579) 2021-09-21 11:31:19 +00:00
tx_data.go fix: use EffectiveGasPrice in ante handler for dynamic fee tx (#817) 2021-12-15 02:17:03 +00:00
tx.go evm: add returnValue message on tracing (#962) 2022-03-02 02:14:21 +00:00
tx.pb.go fix: several issues with the passing receipt to hooks change (#869) 2022-01-04 12:02:41 +01:00
tx.pb.gw.go rpc: debug_traceTransaction fails for succesful tx (#720) 2021-11-09 18:38:22 +00:00
utils_test.go fix tx response decoding 2022-05-16 22:22:29 +08:00
utils.go fix tx response decoding 2022-05-16 22:22:29 +08:00