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 gnark version #1471

Closed PatStiles closed 6 days ago

PatStiles commented 6 days ago

Bumps gnark versoin

Description

Closes #1469 . We currently use gnark v0.10.0 and gnark-crypto v0.12.2 we should bump to gnark v0.11.0 and gnark-crypto v0.14.0

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