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

# TITLE ## Description This PR fixes some commands for pausable handling that fail for devs. This doesn't affect prod because the process is different, done with a multisig ##...

# Add Retry Logic to `SendSignedTaskResponse` ## Description #closes 1415 Note: I tested this running a local devnet and had no issues. However, I encountered issues stopping the aggregator while...

# Aggregator fetch missed batches ## Description This PR adds a fix so the aggregator is able to recover and process missed batches when an unknown response from an operator...

# Description Based on #1482, add the same process for unpause the contracts

# Add Retry Logic to `DisabledVerifiers` ## Description #closes 1415 ## How to test ### In devnet 1. `make anvil_start_with_block_time` 2. `make aggregator_start` 3. `make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml` 4. `make operator_start...

Currently the CI expereiences intermittent issues when running unit tests in the Batcher and Aggregator. These should be ported to integration tests separate from the CI after they are removed...

The unit tests that use Anvil in the [Aggregator]() and [Batcher](https://github.com/yetanotherco/aligned_layer/blob/staging/batcher/aligned-batcher/src/retry/batcher_retryables.rs#L227) are breaking the CI and should be refactored into integration tests.

When the Batcher cancels a batch, we don't finalize the trace in case the batch has already been sent and the Aggregator receives it. However, if the batch was actually...

telemetry

Must include: - `merkle_root` - `bumped_gas_price` - `attempt_number`

batcher

We currently use `gnark v0.10.0` and `gnark-crypto v0.12.2` we should bump to `gnark v0.11.0` and `gnark-crypto v0.14.0`