paritytech / json-rpc-interface-spec

30 stars 3 forks source link

archive: Use subscriptions for `storageDiff` #161

Closed lexnv closed 1 week ago

lexnv commented 2 weeks ago

This PR modifies the archive_unstable_storageDiff as a subscription instead of a method.

The change mainly leverages subscriptions' backpressure without implementing a low-level API by the RPC crates.

This is a followup from:

cc @paritytech/subxt-team