Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EVM event listener for Eigenlayer integration (#230)
* Add evm event listener wip * Remove toml dep * Remove weird lifetime from cursor * fix compile issues * small fixes * Small fix * Begin adding event handler type and listener impl into job/report macro * Updates to event listener * Improve macro for event handler definition * Compile current event handler impl * Organize event handlers into separate folders * Get compiling, parse event, call job, submit tx * Uncomment tangle job * Update Cargo.toml Co-authored-by: Donovan Tjemmes <[email protected]> * Update blueprints/incredible-squaring/Cargo.toml Co-authored-by: Donovan Tjemmes <[email protected]> * Update macros/blueprint-proc-macro/src/job.rs Co-authored-by: Donovan Tjemmes <[email protected]> * Update sdk/src/events_watcher/evm.rs Co-authored-by: Donovan Tjemmes <[email protected]> * Update sdk/src/events_watcher/evm.rs Co-authored-by: Donovan Tjemmes <[email protected]> * Move macro deps inside function * Setup example avs for eigen and tangle * Clippy * Update tangle dep * Clippy allow * Clippy, build fix * Clippy * Clippy --------- Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: drew <[email protected]> Co-authored-by: Donovan Tjemmes <[email protected]>
- Loading branch information