Closed
Description
Where did the idea come from?
What was done?
What is left to do?
- Cache
validator_groups
andgroup_rotation_info
got fromrequest_validator_groups
call to runtime (note that thenow
field of theGroupRotationInfo
will be different for each relay parent within the session); - Avoid wrapping caching function errors in
RuntimeApiError
. Instead, the return value of those functions should beResult<..., Error>
; - Move the cached attributes from
PerSessionCache
to the general-purposeRuntimeInfo
(src: backing: improve session buffering for runtime information #6284 (review)).
Metadata
Assignees
Labels
A task for a first time contributor to become familiar with the Polkadot-SDK.An enhancement to provide better overall performance in terms of time-to-completion for a task.This PR/Issue is related to the topic “node”.This PR/Issue is related to runtime APIs.This PR/Issue is related to/affects the Polkadot network.
Type
Projects
Status
Backlog