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
Please update on this, I just found an issue that looks like it stems from this i.e. if you are subscribed and multiple events occur in the same mined block, you only get the first event data.
edit: I commented out those two lines and my code works now (after altering to accept an array). This is with parity running locally however not geth.
edit again: 1.0.0-beta.31 looks to have solved this.
https://github.com/ethereum/web3.js/blob/2386448e3068e98ebeb671f62f142b24d65ba79e/packages/web3-core-subscriptions/src/subscription.js#L258-L259
Is this ready to be updated so the full array of logs is returned? I saw the note about removing these lines once fixed in geth
The text was updated successfully, but these errors were encountered: