Open coleUI opened 3 years ago
UPDATE: web3.eth.get_filter_logs() is working, contract.events.MyEvent.createFilter() is still not
Also i have problem on this feature. The return value of events is empty dict... contract.events.MyEvent.createFilter() not working
pip freeze
outputWhat was wrong?
I have a filter poll set up in a docker container that is not returning the logs to one of my events. It works perfectly when I run the poll on my local machine for some reason. The event is relatively large compared to the other event (contains lists)...maybe this is the issue?
*Relevant Portion of the ABI
How can it be fixed?
The code works when running on my local machine and everything was copy and pasted onto the docker container, even ABIs. Could it have something to do with docker compatibility? This is the event:
event ProposalAccepted(address to, uint256 requestId, uint256[] tokenId, bytes32[] detailsHash, string[] tokenURI, address[] winner, uint256 remainingValue);
Note: We prefer to use issues to track our work. If you think you've encountered a bug in web3py or have a feature request, you're in the right place. If you have implementation or usage questions, please refer to our documentation and/or join the conversation on discord.