Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add feature to execute script at latest executed block #2052

Open
jribbink opened this issue Jan 8, 2025 · 1 comment
Open

[FEATURE] Add feature to execute script at latest executed block #2052

jribbink opened this issue Jan 8, 2025 · 1 comment
Labels

Comments

@jribbink
Copy link
Contributor

jribbink commented Jan 8, 2025

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 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.

@bluesign
Copy link

bluesign commented Jan 8, 2025

is this possible currently on AN ? I checked this before was not possible iirc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants