Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Get_Logs does not returns all logs #297

Closed
thomas-nguy opened this issue Jul 15, 2021 · 1 comment · Fixed by #300
Closed

Get_Logs does not returns all logs #297

thomas-nguy opened this issue Jul 15, 2021 · 1 comment · Fixed by #300
Assignees

Comments

@thomas-nguy
Copy link
Contributor

Steps to reproduce:

run yarn test --network ethermint basic

On Contract: Counter, it expects 3 logs on subtracts but ethermint returns only 2

If we run against Ganache, it works fine

Expected behavior:

Get_logs should returns all the log for a specific contract address search

Actual behavior:

Some logs are missing (needs investigation)

Additional info:

test_ok_log_ganache.log
test_bad_log_ethermint.log

@thomas-nguy thomas-nguy self-assigned this Jul 15, 2021
@yijiasu-crypto
Copy link
Contributor

In the test above, only logs from the first tx will be returned by calling eth_getLogs. Logs from 2nd tx are omitted

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants