laconicd/testutil/network
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
..
doc.go tests: add testutils for integration testing (#132) 2021-06-25 05:18:37 -04:00
network_test.go tests: integration tests with JSON-RPC client (#704) 2021-11-14 14:34:10 +01:00
network.go deps: bump Cosmos SDK version to v0.45.0 (#912) 2022-01-18 22:02:10 +01:00
util.go fix: eth_newPendingTransactionFilter doesn't return ethereum tx hash (#1012) 2022-03-24 07:56:59 +00:00