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

[TASK] Syntactic sugar for EVM/Tangle Event handler constructor #433

Open
drewstone opened this issue Nov 4, 2024 · 0 comments · May be fixed by #447
Open

[TASK] Syntactic sugar for EVM/Tangle Event handler constructor #433

drewstone opened this issue Nov 4, 2024 · 0 comments · May be fixed by #447
Assignees

Comments

@drewstone
Copy link
Contributor

drewstone commented Nov 4, 2024

Overview

All EVM job structs require passing in contract_instance: Default::default() we should make this API private and instead use new(...)

Tangle job structs also have required fields that can be abstracted away as functions of the env, and per such, the constructor should reflect this requirement.

@tbraun96 tbraun96 linked a pull request Nov 5, 2024 that will close this issue
@tbraun96 tbraun96 changed the title [TASK] Syntactic sugar for EVM Event handler constructor [TASK] Syntactic sugar for EVM/Tangle Event handler constructor Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planning 🗺️
Development

Successfully merging a pull request may close this issue.

2 participants