This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[RPC-Spec-V2] Backport changes to chainHead #14636
Copy link
Copy link
Open
Labels
J0-enhancementAn additional feature request.An additional feature request.
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_followevents / errors are extended to announce blocks and results of other methodschainHead_storage,chainHead_call,chainHead_bodyare plain methods that return an operation IDchainHead_followproduces 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
limitReachedevent is produced
// @paritytech/subxt-team
### Tasks
- [ ] https://github.com/paritytech/substrate/issues/14222
- [ ] https://github.com/paritytech/substrate/issues/14637
- [ ] https://github.com/paritytech/substrate/issues/14638
- [ ] https://github.com/paritytech/substrate/issues/14639
- [ ] https://github.com/paritytech/substrate/issues/14640
Metadata
Metadata
Assignees
Labels
J0-enhancementAn additional feature request.An additional feature request.