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

in some places we are logging in a legacy way, for example in the aggregator: https://github.com/yetanotherco/aligned_layer/blob/7ed3f3e77d72739e84c1e70cccba7085bc3edc7b/aggregator/internal/pkg/aggregator.go#L233 in this case, we should simply do `agg.logger.Info(...)` We should change all the places...

### Description > [!Warning] > Merge after #1075 This PR adds new data to be updated for each operator on the telemetry service, which includes: * `eth_rpc_url` * `eth_rpc_url_fallback` *...

**Motivation** This PR adds a new status, `Invalid`, to the batcher in the explorer. **Description** - Adds `is_valid` field to the `%Batcher{}` and `%BatchDB{}` structs. - Updates their respective schemas...

**Motivation** This PR adds a new guide to the documentation that explains how to modify the questions in the ZkQuiz trivia application to custom ones.

# Motivation We need to handle the scenario where an operator is deregistered from the quorum in the tracker. # Description - Periodically fetches operator statuses. - Discards responses from...

Adds opentelemetry traces to the batcher using [tracing-opentelemetry](https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/). ## TODO: - [ ] Format tracing logs to be less verbose. ## To Test: 1. Run anvil ``` make anvil_start_with_block_time ```...

> [!NOTE] > This PR is just to showcase a PoC of the standardized retry functions and is not intended to be merged For both the Rust and Go codebases,...

On this first improvement of observability we aim to add OBS on: - Batcher - [ ] Received Proofs -> Counter - [ ] Qty of proofs on queue ->...