laconicd/x/evm/types
yihuang 1a48e09e78
rpc: implement eth_getPendingTransactions (#259)
* Implement `eth_getPendingTransactions`

Closes #244

* refactor repeatitive code

* Update ethereum/rpc/namespaces/eth/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/namespaces/eth/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/namespaces/eth/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/namespaces/eth/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* test UnwrapEthereumMsg

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-07-12 17:42:53 +00:00
..
access_list_tx.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
access_list.go lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00
callargs.go grpc: add eth_call query command (#236) 2021-07-09 09:04:46 +00: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_test.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
codec.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
errors.go evm: store reverted tx as not failed (#228) 2021-07-08 08:14:11 +00:00
events.go evm: store reverted tx as not failed (#228) 2021-07-08 08:14:11 +00:00
evm.pb.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00: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 evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
interfaces.go all: bump SDK to v0.43.0-rc0 (#194) 2021-06-29 13:02:21 -04:00
key.go fix: return ethereum-formatted tx hash to client (#202) 2021-06-30 05:35:11 -04:00
legacy_tx.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00: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 evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
msg.go rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00: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 grpc: add eth_call query command (#236) 2021-07-09 09:04:46 +00:00
query.pb.gw.go grpc: add eth_call query command (#236) 2021-07-09 09:04:46 +00: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 evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
tx_data.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
tx.pb.go evm, rpc: query ChainConfig via gRPC (#239) 2021-07-08 14:46:42 +00:00
utils_test.go rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00:00
utils.go rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00:00