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.
## Tasks - [ ] Solve issue on Operator - [ ] Solve issue on Aggregator ## Operator If an Operator experiences downtime, NewBatch events emitted when the Operator was...
S3 references are legacy and should be changed to something more general like "data service"
# 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...
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,...
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:
An option could be added for the batcher to pay some Ethereum, that gets substracted from the total required
We currently lack a CI runner for the examples in the repo. Add one so we can catch when packages are incompatible.