You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Implement the following changes to the
chainHeadclass of RPC methods:chainHeadfunctions to have proper limits json-rpc-interface-spec#66The
chainHead_followis 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 operationschainHead_stopOperationlimitReachedevent is produced// @paritytech/subxt-team