Layr-Labs / incredible-squaring-avs

Basic repo demoing a simple AVS middleware with full eigenlayer integration
Other
169 stars 119 forks source link

feat: fetch header instead of whole block #82

Closed MegaRedHand closed 1 month ago

MegaRedHand commented 1 month ago

Fetching the whole block includes unmarshaling all transactions, which limits compatibility with non-L1 networks. Since we only need the block's timestamp, we can fetch the block's header instead.

samlaf commented 1 month ago

@MegaRedHand can you rebase on top of master, just merged #81 which should fix the contracts-forge-tests pipeline failing.

MegaRedHand commented 1 month ago

@samlaf Done!