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
Problem
Currently, events are emitted as soon as the first block is confirmed. A better security approach would be to wait for a couple of block confirmations after the event is emitted.
The risk the first block is malicious is low, but still good security practice to implement. Better safe than sorry.
Suggestion
Between 4 - 6.
Considerations
More block confirmation degrades UX and increases the relayer queue for concurrent users.
The text was updated successfully, but these errors were encountered:
thomas779
changed the title
feat: increase block confirmations
feat: increase block confirmations before calling functions
Nov 19, 2023
Problem
Currently, events are emitted as soon as the first block is confirmed. A better security approach would be to wait for a couple of block confirmations after the event is emitted.
The risk the first block is malicious is low, but still good security practice to implement. Better safe than sorry.
Suggestion
Between 4 - 6.
Considerations
More block confirmation degrades UX and increases the relayer queue for concurrent users.
The text was updated successfully, but these errors were encountered: