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.
Depends on https://github.com/yetanotherco/aligned_layer/issues/1113 Notice we already have a stress test, but the batcher process each user sequentially. To check a high throughput scenario, we need to send proofs from multiple...
Currently, the ID values of the accepted verifiers are coded in the SDK and also separately in GO. Also these values are used 'by hand' in the solidity verifier blacklist....
We need to make sure we can handle a reasonable number of concurrent clients. We also need to make sure we gracefully reject excess load to avoid DDoS attacks.
# Description On operator start, it sends the current version to the telemetry system. It has to send also the RPC provider. New data to send: - Http rpc provider...
refactor(batcher): change`is_batch_ready` to accomodate the `Result` from `try_build_batch` function
Once #1008 is merged, the `is_batch_ready` function should be refactored to accomodate to the new return value of `try_build_batch` function. If an error that is not of type `BatcherError::BatchCostTooHigh`, the...
## Overview The [`BatcherPaymentService`](https://github.com/yetanotherco/aligned_layer/blob/testnet/contracts/src/core/BatcherPaymentService.sol#L55) contract does not implement a way to prevent frontrunning during the initialization step. ## Mitigation Implement access control checks in the [`BatcherPaymentService`](https://github.com/yetanotherco/aligned_layer/blob/testnet/contracts/src/core/BatcherPaymentService.sol#L55) contract to prevent frontrunning...
Most expensive check should be the merkle tree. We should measure costs without it Then check the costs without any signed data