laconicd/rpc/ethereum
yihuang 70d52948da
fix: eth_newPendingTransactionFilter doesn't return ethereum tx hash (#1012)
* Problem: eth_newPendingTransactionFilter don't return correct tx hash

Closes: #1011
Solution:
- use eth tx hash rather than tendermint one

* changelog

* remove copied TODO comment and ignore err result of Notify

* add e2e test

* fix ws client in e2e test

* fix test

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-03-24 07:56:59 +00:00
..
backend eth_feeHistory - fix reward calculation from MsgEthereumTx (#990) 2022-03-15 08:11:31 +01:00
namespaces fix: eth_newPendingTransactionFilter doesn't return ethereum tx hash (#1012) 2022-03-24 07:56:59 +00:00
pubsub fix: websocket client duplicated messages (#955) 2022-02-25 19:08:30 +00:00
types rpc: make trace transaction api work with batch tx (#907) 2022-01-16 15:36:19 +00:00