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.
We have to change the folder name of the `batcher` workspace and the subcrates insdide of it. The changes are the following: * `batcher` -> `aligned_crates` * `aligned` -> `cli`...
Currently we have a multiple copies of JSON ABIs of the Aligned contracts. For example, we have the `AlignedLayerServiceManager` contract ABI in * `batcher/aligned/abi/` * `batcher/aligned-sdk/abi/` * `explorer/lib/abi/` When contracts...
# Changes * Add DB migration for proving systems support in proofs table * Grab proving system from S3 * Refactor S3 utils functions into separate module * Add badge...
Dependabot is a common practice to keep dependencies up-to-date. This PR adds a dependabot, which checks for dependency updates, and makes a new PR updating them, if needed. This PR...
# Bump EigenSDK to v0.3.0 ## Description This PR introduces the following changes - Use NewTaskMetadata to create new Task in BLSAggregationService - Use NewTaskSignature to process signatures in BLSAggregationService...
# TITLE ## Description Description of the pull request changes and motivation. ## Type of change Please delete options that are not relevant. - [ ] New feature - [...
## Description Adds full example for aggregation mode. It consists of a very minimal L2 that only holds a commitment of the DB and performs transitions if the proofs has...
## Description Split the aggregation of proofs in chunks. For this, the aggregation program had to be split in two: 1. Chunk aggregator: this runs for each one of the...