Skip to content

Create Evm Submission component #108

@ueco-jb

Description

@ueco-jb

Copy of: Lay3rLabs/WAVS#720

What I'm thinking about:

  • batching logic (config: batch_size, batch_timeout_secs)
  • packet filtering (allowed_operators[])
  • prevent submitting the same packet twice
  • submission triggers (trigger: "immediate" | "batch_full" | "timeout") - when to actually submit the batch
  • packet ordering? (order_by: "timestamp" | "priority") - how to order packets within a batch

Optional, just an idea:

  • value thresholds (min_total_amount, max_total_value) - only submit if the combined amount of tokens in the batch is within certain threshold

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions