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 README ## Description Updated the README with new deployment instructions using Makefile ## Type of change Please delete options that are not relevant. - [ ] New feature...

# TITLE ## Description Added spaces between addresses and text for better readability and copy pasting. ## Type of change Please delete options that are not relevant. - [ ]...

Currently for users to cancel proofs or flush the queue they must trigger an `InsufficientBalance` error in the batcher for there batch queue. We should create an endpoint within the...

We should add a runner to the ci that executes the examples and verifies there compatibility is not broken.

ci

Currently when we execute ci tests we send proofs of constant size. Given the issue identified in #1597 . We should add ci test that sends a proof of maximum...

ci

The argument names, and description for all the aligned clap interfaces are inconsistent. For example: [`--rpc_url `](https://github.com/yetanotherco/aligned_layer/blob/testnet/batcher/aligned/src/main.rs#L73) && [`--rpc-url `](https://github.com/yetanotherco/aligned_layer/blob/testnet/batcher/aligned/src/main.rs#L136) within the aligned-cli. Going over and rewriting the cli +...

If a replacement of one proof is successful, we close the old sink and replace it with the new one. This doesn't contemplate the case where the user has more...

The current fee estimate flags in the aligned cli do not take into account the number of proofs that are submitted within a submit proof cli submission. Submitting multiple proofs...

Did we check if our S3 client already provides a metrics exporter? _Originally posted by @Oppen in https://github.com/yetanotherco/aligned_layer/pull/1578#discussion_r1871959410_