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.
Upgraded deployment scripts & AlignedLayerServiceManager to work with new EigenLayer version coming expected in ~2 weeks. - Added PaymentCoordinator deployment to EigenLayerDeployer - Added parsing of PaymentCoordinator params - Added...
# Description - AlignedLayerServiceManager contract extends ServiceManagerBase which extends OwnableUpgradeable. - There should be a script that allows to make the upgrade seamlessly using the proxy pattern.
Adds FFI bindings for Halo2-IPA
Update contracts to use new eigen version that will be released soon # Links & Guides - core-contracts: [v0.3.0-rc0-holesky-preprod-payments](https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v0.3.0-rc0-holesky-preprod-payments) - middleware-contracts: [v0.2.0-rc1-holesky-preprod-payments](https://github.com/Layr-Labs/eigenlayer-middleware/releases/tag/v0.2.0-rc1-holesky-preprod-payments) - smart contract docs: https://github.com/Layr-Labs/eigenlayer-contracts/blob/v0.3.0-rc0-holesky-preprod-payments/docs/core/PaymentCoordinator.md - AVS ServiceManager...
# Description Implement a CI that make a gas report and compare against main if the changes increase or decrease costs
Merkle tree building gets stuck when there is only one node. To test put debug statements above and below the building of Merkle Tree, and finalize a batch of only...
# Tasks # CLI - [x] Get batch of proofs from S3 bucket. - [x] Select one random proof. - [x] Verify that proof using SP1. - [ ] Modify...
If there is a new stable release available for risc0-zkvm, we should update it. _Originally posted by @entropidelic in https://github.com/yetanotherco/aligned_layer/pull/171#discussion_r1607346905_
# Description - Add CLI that fetches a random proof from a batch and verifies it. - For now, it verifies it only with SP1. - To test, run: `RUST_MIN_STACK=83886080...
- [x] An additional section was included describing the AlignedLayerServiceManager contract. - [x] The video of the talk at ZK Accelerate was added. - [x] Minor punctuational changes were made.