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

add an option to only trigger a predicate after n block confirmations #453

Open
MicaiahReid opened this issue Oct 16, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Contributor

It can be confusing for a user to

  • get a trigger saying a block matched their predicate
  • get that block rolled back
  • get another block applied that matches their predicate

Some users may want to keep a live database of the chainstate as it pertains to their predicate, so the current implementation is great.

Other users may want to know "when is my predicate actually confirmed". They don't want to keep any chain state, they just want to be notified of some condition, and they only want it when that condition is confirmed.

@MicaiahReid MicaiahReid added the enhancement New feature or request label Oct 16, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in DevTools Oct 16, 2023
@andresgalante andresgalante moved this from 🆕 New to 📋 Backlog in DevTools Nov 6, 2023
@MicaiahReid MicaiahReid changed the title notify user if a predicate they recently received a trigger for is "confirmed" add an option to only trigger a predicate after n block confirmations Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant