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

Update the protobuf to change expression to topics #94

Open
chrisli30 opened this issue Jan 8, 2025 · 1 comment
Open

Update the protobuf to change expression to topics #94

chrisli30 opened this issue Jan 8, 2025 · 1 comment
Assignees
Labels
P1 Priority Level 1 wip

Comments

@chrisli30
Copy link
Member

chrisli30 commented Jan 8, 2025

The trigger is an array of Condition, which can be topics, dateRage, etc.
We imply or operator among all conditions.

[
{ type: "topics"
  value: ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
           null,
          "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788"],
},
{
type: "topics",
value:          ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
           "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788",
      ]
}
]
@chrisli30 chrisli30 added the P1 Priority Level 1 label Jan 8, 2025
@chrisli30
Copy link
Member Author

For ETH Transfer

[
{ type: "topics"
  value: ["NATIVE_TRANSFER",
           null,
          "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788"],
},
{
type: "topics",
value:          ["NATIVE_TRANSFER",
           "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788",
      ]
}
]

@v9n v9n added the wip label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Priority Level 1 wip
Projects
None yet
Development

No branches or pull requests

2 participants