This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 566
Problem: eth_newPendingTransactionFilter don't return correct tx hash #1011
Comments
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 22, 2022
Closes: evmos#1011 Solution: - use eth tx hash rather than tendermint one
11 tasks
fedekunze
added a commit
that referenced
this issue
Mar 24, 2022
#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>
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 24, 2022
evmos#1012) * Problem: eth_newPendingTransactionFilter don't return correct tx hash Closes: evmos#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>
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 24, 2022
evmos#1012) * Problem: eth_newPendingTransactionFilter don't return correct tx hash Closes: evmos#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>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System info: ethermint main
Steps to reproduce:
should return eth tx hash rather than tm hash.
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: