-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chainHead: Always report discarded items for storage operations (#6760)
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 <[email protected]> Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
f4a196a
commit df1375e
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