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
Currently, developers can only execute scripts at the latest sealed block. This is problemmatic for developers who are looking for only soft finality, as they cannot query this optimistic state representation.
Suggest A Solution
Add functionality to SDK builders & fcl.query. E.g. add a field such as height: "sealed" | "executed" | number
What are you currently working on that this is blocking?
Was working on an on-chain profile component and wanted to use soft finality. Once the transaction had executed, I wanted to query the updated state, however, this is not possible in FCL.
The text was updated successfully, but these errors were encountered:
Issue to be solved
Currently, developers can only execute scripts at the latest sealed block. This is problemmatic for developers who are looking for only soft finality, as they cannot query this optimistic state representation.
Suggest A Solution
Add functionality to SDK builders &
fcl.query
. E.g. add a field such asheight: "sealed" | "executed" | number
What are you currently working on that this is blocking?
Was working on an on-chain profile component and wanted to use soft finality. Once the transaction had executed, I wanted to query the updated state, however, this is not possible in FCL.
The text was updated successfully, but these errors were encountered: