-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport/stable2412: chainHead: Always report discarded items for sto…
…rage operations (#6842) Backport PR for: - #6760 cc @paritytech/subxt-team Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: GitHub Action <action@github.com>
- Loading branch information
1 parent
4f49601
commit 2223370
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: 'chainHead: Always report discarded items for storage operations' | ||
doc: | ||
- audience: [Node Dev, Node Operator] | ||
description: |- | ||
This PR ensures that substrate always reports discarded items as zero. | ||
This is needed to align with the rpc-v2 spec | ||
crates: | ||
- name: sc-rpc-spec-v2 | ||
bump: patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters