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.
If a deserialization error occurs on the batcher, the client won't receive any error message and the connection will remain open indefinitely.
The client should be able to determine if the service is up or down without receiving extensive details, similar to a light switch that is simply on or off.
On section "operators" in the Explorer, there is an attribute `status` which tells if an operator is registered or has been ejected. This behavior is misleading, so instead we could...
1. Metrics of failed batches: We only take into account a failed batch when the blockchain reverts, but no other failures, for instance an S3 connection failure. 2. Total proofs:...
We should have some way to detect, restrict and penalize operators for spamming both valid or invalid responses to the aggregator. As a first step, we should be able to...
1. Aggregator should hold tasks for longer, to give operators opportunity to revive. Current is set at 100 seconds. 2. Operator should try to send a task response many more...
If the connection with S3 fails on the explorer, new batches won't be shown. The explorer should store the batch with the data it has. It could later check if...
Currently, if the connection with the configured rpc node fails, the explorer won't be able to connect to ethereum. A fallback connection should be added, like the one used on...
Currently, if the connection with the configured rpc node fails, the tracker won't be able to connect to ethereum. A fallback connection should be added, like the one used on...
Jaeger will only show traces if they are created and finished. Currently, we have two scenarios on which a failure in the tracker implies loss in traces. 1. If the...