Layr-Labs / incredible-squaring-avs

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

dockerize anvil and pin at non-buggy version #33

Closed samlaf closed 6 months ago

samlaf commented 6 months ago

This addresses issue #34

Ideally foundry will solve this bug, and we'll be able to use latest version again to get nightly improvements. But for now, we'll stick to pinning anvil version that works.

dabit3 commented 6 months ago

Working great for me, only thing I might mention is that they need Docker installed and running as a prerequisite in order for this to work properly.

samlaf commented 6 months ago

Working great for me, only thing I might mention is that they need Docker installed and running as a prerequisite in order for this to work properly.

Updated readme in 6073062