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
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.
The text was updated successfully, but these errors were encountered:
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
It can be confusing for a user to
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.
The text was updated successfully, but these errors were encountered: