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

## Tasks - [ ] Solve issue on Operator - [ ] Solve issue on Aggregator ## Operator If an Operator experiences downtime, NewBatch events emitted when the Operator was...

audit
least-authority
reliability

S3 references are legacy and should be changed to something more general like "data service"

refactor

# Problem When a BLS signature is responded to the aggregator, there is a `batchResponses[operator_id]` that is updated. This was done to prevent errors that appear due to some operators...

to-do-next
audit
least-authority

EIP712 signature has content such as chainId and contract address. If this information is not appropriate (i.e. chainId is mainnet, but sent on Holesky), even if the signature is appropriate,...

security
to-do-next

Currently if a batch is submitted, but reverts in the batcher tx, the information the client receives seems like his batch was submitted accordingly: Client: Batcher:

to-do-next

An option could be added for the batcher to pay some Ethereum, that gets substracted from the total required

to-do-next

We currently lack a CI runner for the examples in the repo. Add one so we can catch when packages are incompatible.

testing