This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
parity pubsub returns multiple logs, where as geth returns 1 log at a time if multiple logs in tx #6590
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M6-rpcapi 📣
RPC API.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
Before filing a new issue, please provide the following information.
actual
If multiple events occur in a single tx, parity will return will return an array containing all logs when subscribed using pubsub.
expected
This is different then geth's behavior where geth will emit each event individually.
steps to reproduce
web3/web3.js#1049 is a PR that was closed in web3js for context
The text was updated successfully, but these errors were encountered: