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

Trigger that fires too often #5232

Open
mversic opened this issue Nov 12, 2024 · 1 comment
Open

Trigger that fires too often #5232

mversic opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
Security This issue asks for improved security

Comments

@mversic
Copy link
Contributor

mversic commented Nov 12, 2024

it's possible to register a trigger that fires so often that it jams the network. This should be guarded against. When registering such triggers they should get rejected

@mversic mversic added the Security This issue asks for improved security label Nov 12, 2024
@s8sato
Copy link
Contributor

s8sato commented Nov 14, 2024

  • Does a data trigger reacts to every data event in the event pool at the round? -- inspect
  • Related to Trigger execution model #4937 and Record trigger execution as a transaction #4968:
    One of the concepts of pooling events was preventing loop of trigger executions. If we want an event to be converted to an intrinsic transaction and inserted to the other ordered transactions without being pooled, it might come down to this issue

@s8sato s8sato self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security This issue asks for improved security
Projects
None yet
Development

No branches or pull requests

2 participants