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.
# `has_enough_balance` used current_max_fee + new_max_fee in replacement message ## Description Currently the user balance is checked to ensure a user can pay for all there submitted proofs. Currently this...
# Partially verified batch should display result of processing ## Description When submitting multiple proofs of the same `max_fee` there is a possible case that the user's balance in the...
# TITLE ## Description Description of the pull request changes and motivation. ## Type of change Please delete options that are not relevant. - [ ] New feature - [...
# Support TLS in batcher connections ## Description Before this PR, the TLS connections where handled by a Caddy in the batcher servers. Now with this PR, the TLS is...
Reported by cantina#66. ## Transcript from the report: ### Description When submitting a proof to the batcher users can specify the `max_fee` they are willing to pay for the proof...
# Add cloudflare CDN to Explorer connection - [x] Mainnet - [ ] Holesky Testnet - [x] Holesky Stage
From cantina issue #45. Transcript of description: ``` Batcher service's can be DoSed as in proof submission pipeline computationally expensive ZK proof verification is performed before any user validation checks....
In the context of #1742 (cantina #59) it was suggested that we may also want to require fields unused by the requested verifier to be undefined, because that extra data...
Reported by cinderblock in cantina issue #59. Transcript of its description follows: ``` Batcher submissions will fail if the exact same batch merkle root has already been submitted on-chain because...