Layr-Labs / incredible-squaring-avs

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

docker compose up does not advance the chain #39

Closed samlaf closed 1 month ago

samlaf commented 2 months ago

due to some issue with anvil's --load-state restarting the chain at blockNumber 0, when we start anvil, we need to advance it artificially.

However, the current docker-compose file only starts the chain without doing this, so the aggregator fatals and crashes.

There are 2 ways to fix this: