yetanotherco / aligned_layer

Aligned is a verification layer for zero-knowledge proofs using EigenLayer. Our mission is to accelerate the adoption of zero-knowledge and validity proofs on Ethereum.
https://alignedlayer.com/
MIT License
146 stars 342 forks source link

Fix: Bump `eigensdk-go` version #1470

Open PatStiles opened 3 days ago

PatStiles commented 3 days ago

Bump eigensdk-go version

Description

Closes #1468 . Bumps the eigensdk-go version from v1.1.12 -> v1.1.13 .

Note, v1.1.12 contained a library for parsing .yaml and .json files. This library was used in Aligned for starting the variouscomponents of the network. This library was removed in v1.1.13. To work around this breaking change the library was re-implemented within the Aligned Layer repo within core/utils/config_utils.go, the library was ported from this branch of the eigen-sdk repository.

To Test:

Once you have the system running, send proofs

  1. make batcher_send_burst_groth16
  2. Go to jaeger http://localhost:16686/search
  3. You should see the traces correctly created and task verified image

Type of change

Please delete options that are not relevant.

Checklist