-
Notifications
You must be signed in to change notification settings - Fork 721
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
JSON-RPC: chainHead_v1_storage
started
event is missing discardedItems
property
#6683
Comments
Substrate implementation should no longer discard items because we rely entirely on backpressure, I'll have a quick look over the code, thanks for reporting this 🙏 |
even if it doesn't discard them, the |
Yep exactly, I think we missed this during a refactoring, will patch it 🙏 |
This PR ensures that substrate always reports discarded items as zero. This is needed to align with the rpc-v2 spec Closes: #6683 cc @paritytech/subxt-team --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: GitHub Action <action@github.com>
…tytech#6760) This PR ensures that substrate always reports discarded items as zero. This is needed to align with the rpc-v2 spec Closes: paritytech#6683 cc @paritytech/subxt-team --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: GitHub Action <action@github.com>
This PR ensures that substrate always reports discarded items as zero. This is needed to align with the rpc-v2 spec Closes: #6683 cc @paritytech/subxt-team --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: GitHub Action <action@github.com>
The
started
event of thechainHead_v1_storage
operation is not spec compliant because is missing thediscardedItems
property.The text was updated successfully, but these errors were encountered: