aligned_layer
aligned_layer copied to clipboard
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.
# Description Bump EigenSDK version to [v0.3.0](https://github.com/Layr-Labs/eigensdk-go/releases/tag/v0.3.0) Bumping the SDK needs #1863 to be merged
# Support multiple quorums in Aggregator and AlignedLayerServiceManager ## Description Note: BLS Aggregation service has a bug when an operator belongs to both quorums. #1947 solves this issue bumping the...
## Description Previously, the target to verify if a proof was aggregated was hardcoded for `holesky-stage`. Since we now have `ethereum-package` and `holesky`, the target was updated to support every...
## Description Extends the explorer's search functionality to support querying aggregated proofs by: - Merkle root of the aggregated proof - Proof commitment included in an aggregated proof Note: -...
# Manage Operator's event subscription ## Description Previously, the Operator panicked if one connection (either main or fallback) failed. The previous solution to this (#1692) was to iterate infinitely over...
v0.15.3
# V0.15.3 ## Description ## Type of change - [x] New release ## Checklist - [ ] “Hotfix” to `testnet`, everything else to `staging` - [ ] Linked to Github...
# Bump gnark version from 0.10 to 0.12 ## Description Update the version in go.mod and go.sum. Update the test files of groth16 to make it work (plonk 0.10 test...
GitHub runners now default to Node 20; actions/cache@v4 is the recommended version. Only workflow files changed—no functional impact.