You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Desired behavior: [What you would like to happen]
Filters provide notifications of certain events taking place in the Ethereum network.
Look forward to find event filter function enabled. https://web3py.readthedocs.io/en/stable/filters.html
Use case: [Why is this important (helps with prioritizing requests)]
If you want to find the transaction on the chain, you need to use filter function.
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered:
@fedekunze I think this is more related to the eth_newFilter function, which is implemented.
@ayeteng could you confirm that there are in fact logs being created by using eth_getTransactionLogs or eth_getTransactionReceipt? if there are logs and the filter isn't picking them up could you please post your contract?
Proposal: [Description of the feature]
Implement the event filter to get the relevant block by filtering the required condition
Current behavior: [What currently happens]
Desired behavior: [What you would like to happen]
Filters provide notifications of certain events taking place in the Ethereum network.
Look forward to find event filter function enabled.
https://web3py.readthedocs.io/en/stable/filters.html
Use case: [Why is this important (helps with prioritizing requests)]
If you want to find the transaction on the chain, you need to use filter function.
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: