laconicd-deprecated/rpc/ethereum/namespaces
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
..
debug fix: gosec issues (#779) 2021-11-25 15:12:57 +00:00
eth rpc: optimize tx index lookup (#810) 2021-12-16 22:30:22 +00:00
miner fix: improve error message in SendTransaction json-rpc api (#786) 2021-11-26 15:19:28 +01:00
net rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
personal rpc: personal_listWallets (#748) 2021-11-15 11:20:59 +00:00
txpool rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
web3 rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00