paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

chainHead: Add support for storage pagination and cancellation #14755

Closed lexnv closed 1 year ago

lexnv commented 1 year ago

This PR adds configurable pagination for the storage query types: DescendantHashes and DescendantValues with the possibility to cancel the operation after the WaitingForContinue event is generated.

Builds on top of: https://github.com/paritytech/substrate/pull/14699 Closes: https://github.com/paritytech/substrate/issues/14549 Closes: https://github.com/paritytech/substrate/issues/14639

// @paritytech/subxt-team