This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
[RPC-Spec-V2] Backport changes to chainHead #14636
Open
Description
Implement the following changes to the chainHead
class of RPC methods:
The chainHead_follow
is now responsible for generating the result of the other methods:
chainHead_follow
events / errors are extended to announce blocks and results of other methodschainHead_storage
,chainHead_call
,chainHead_body
are plain methods that return an operation IDchainHead_follow
produces the response of the provided operations- ongoing operations can be canceled by a new method
chainHead_stopOperation
- chainHead introduces a minimum 16 number of ongoing operations after which the
limitReached
event is produced
// @paritytech/subxt-team
Activity