This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add variant of state_subscribeStorage that waits for changes to be finalized #8273
Labels
A5-stale
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Currently, subxt uses
state_subscribeStorage
to listen for and decode events but this is unsafe because downstream clients may react to discarded events if the underlying block is forked. I have implemented a workaround here but it would be nice to embed such functionality directly in Substrate.The text was updated successfully, but these errors were encountered: