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

Update the public input validation example to support both `SP1` and `Risc0` implementations. Additionally, improve the steps and documentation to make it easier to follow and execute. ## How to...

**Changes** Adds a cli program to: - Generate, fund wallets, and deposit to aligned payment service - Send proofs with a burst of `n` infinitely from the generated wallets. -...

# Description Add metrics for aggregator - Count tasks - Count verified tasks - Improve grafana dashboard

**Motivation** The function `fetch_batch_data_pointer` in the explorer reads the entire response body without any limitations, which can lead to an OOM attack. **Description** Uses a `max_batch_size` limit when reading request...

### Motivation We have some calls to external Rust functions on operator Golang code. If any of those functions panics, that error is propagated to the golang application and it...

- **docs: clarify risc0 version and installation (#1146)** - **refactor(batcher): add user state & other code quality refactors (#1106)** - **fix: operator downtime (#1073)** - **chore: rm halo2 from verifiers...

**Changes** If `last_processed_batch_filepath` is not provided on the operator config, then don't start the program. This is to make sure operator owners don't forget to pass this new field. Alternatively,...

This [PR](https://github.com/yetanotherco/aligned_layer/pull/1090) introduced new tests on the operator side, and it would be beneficial to include them in the CI workflow. There was [an attempt](https://github.com/yetanotherco/aligned_layer/actions/runs/11257876098/job/31303145679) to do this, but some...