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.
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:
Run a local devnet and verify proofs land:
make anvil_start_with_block_time
make aggregator_start
make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml
make operator_start CONFIG_FILE=config-files/config-operator-1.yaml
make batcher_start_local
make telemetry_full_start
Once you have the system running, send proofs
make batcher_send_burst_groth16
Go to jaeger http://localhost:16686/search
You should see the traces correctly created and task verified
Bump eigensdk-go version
Description
Closes #1468 . Bumps the
eigensdk-go
version fromv1.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 inv1.1.13
. To work around this breaking change the library was re-implemented within the Aligned Layer repo withincore/utils/config_utils.go
, the library was ported from this branch of the eigen-sdk repository.To Test:
make anvil_start_with_block_time
make aggregator_start
make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml
make operator_start CONFIG_FILE=config-files/config-operator-1.yaml
make batcher_start_local
make telemetry_full_start
Once you have the system running, send proofs
make batcher_send_burst_groth16
http://localhost:16686/search
Type of change
Please delete options that are not relevant.
Checklist