-
Notifications
You must be signed in to change notification settings - Fork 20.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscribing to a log/filter in geth returns less results than Parity #3502
Comments
Could you run the following script and see which logs are missing? https://gist.github.com/bas-vk/299f4a686b66a22cf87302c561ee5866 The script assumes geth is running on http://localhost:8545 and parity on http://localhost:8546 and is synced >= 275836 (on ropsten). The dumped logs contain a tx hash. Could you see if you could fetch the receipt for these transactions and see if the receipt does contain these missing logs? |
|
System information
Geth version: 1.5.5
OS & Version: Windows
Expected behaviour
Subscribing to the ENS SimplifiedHashRegistry ("0xc68de5b43c3d980b0c110a77a5f78d3c4c4d63b4").AuctionStarted() event log in geth returns 3 fewer AuctionStarted events than Parity. At the time of lodging this issue its 420 for Geth and 423 for Parity.
Actual behaviour
Geth not returning some event logs, particularly the first one.
Steps to reproduce the behaviour
Subscribe to event listing above. Using ABI defined in https://github.com/ethereum/ens/blob/master/ensutils.js
The text was updated successfully, but these errors were encountered: