laconicd-deprecated/rpc/ethereum/types
yihuang 514785bd89
rpc: optimize tx index lookup (#810)
Closes: #760

Solution:
- emit tx index to cosmos events
- rpc side try to use the events, but fallback to heavier approach when fails.

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

changelog

fix lint

fix TxIndexFromEvents

fix

Update rpc/ethereum/backend/backend.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-12-16 22:30:22 +00:00
..
addrlock.go rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
block_test.go rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
block.go tests: integration tests with JSON-RPC client (#704) 2021-11-14 14:34:10 +01:00
query_client.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
types.go rpc: eth_feeHistory (#734) 2021-11-17 11:58:52 +00:00
utils.go rpc: optimize tx index lookup (#810) 2021-12-16 22:30:22 +00:00