aligned_layer icon indicating copy to clipboard operation
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.

Results 371 aligned_layer issues
Sort by recently updated
recently updated
newest added

# Description - To test: - In anvil: First, run: ```bash make anvil_start ``` Run: ```bash cast call "ping()(uint256)" ``` You can find this address (alignedLayerServiceManager) in the deployment output...

This PR adds the new verification data commitment that will be used for the read part of Aligned. The main change is in the way the batch merkle root is...

Based on @Oppen advice this changes the length parameters from usize to u64 removing ambiguity usize has between different architectures.

## Description This PR seeks to update the existing explorer site to the new aligned architecture. To match existing functionalities the following views are updated: * Landing (with aggregated data)...

frontend

Batcher now verifiers different gnark proofs # To test: 1. Start anvil, batcher, aggregator & operator 2. Turn on debug logs with `RUST_LOG=debug` environment variable 3. From a different terminal,...

WIP This PR enhances the task sender functionality to handle batch tasks and create an infinite task sender It specifically adapts these features for the PLONK proof system using the...

## Views - [x] aggregated data - [ ] tasks detail view - [ ] paginated tasks view

frontend

Now on every PR there is a gas report comparison against main branch to check if contract changes increase or reduce costs

Integrates halo2-kzg proof verification on aligned layer operators.

Batcher should verify gnark proofs before it receives before adding them to the batch (to avoid failed batches). For this to work we will need to add ffi wrapper for...