Skip to content

Commit

Permalink
Add EVM event listener for Eigenlayer integration (#230)
Browse files Browse the repository at this point in the history
* 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
4 people authored Aug 26, 2024
1 parent 3737f12 commit 5b1842d
Show file tree
Hide file tree
Showing 37 changed files with 2,559 additions and 770 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "blueprints/incredible-squaring/contracts/lib/forge-std"]
path = blueprints/incredible-squaring/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "blueprints/incredible-squaring/contracts/lib/eigenlayer-middleware"]
path = blueprints/incredible-squaring/contracts/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
Loading

0 comments on commit 5b1842d

Please sign in to comment.