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.
Currently there is no check if the `last_processed_batch_filepath` field has been provided in the config file. Since this is a new mandatory field, we need to make sure we do...
closes #1205 ## To Test: - `make test_risc_zero_go_bindings_macos` - `make test_sp1_go_bindings_macos` - run local testnet and confirm you can submit sp1 and risc0 proofs. via `make batcher_send_risc0_task` `make batcher_send_sp1_task` -...
# This PR: Removes Task data from aggregator response maps after a response has been responded to or expired. closes #977 #To Test: Setup local dev net as per the...
**Motivation** This PR is solely to test #1198 **Description** **How to Test** 1. Start anvil: ``` make anvil_start_with_block_time ``` 2. Start the explorer ``` make explorer_build_db make explorer_create_env make run_explorer...
The parameter is set to 100 seconds right now, which is too little https://github.com/yetanotherco/aligned_layer/blob/477de1d5801b93507427eb7cb8e3504ac55dc617/aggregator/internal/pkg/aggregator.go#L355 we should change to something like 1 week
**Changes** This pr introduces proving systems or verifiers blacklisting through a new bitmap field in the `ServiceManager` contract. The batcher and operator, before doing a verification, they make sure that...
We currently use sp1 = v1.0.1 and risc0 = v1.0.1 we should bump these to the latest version.
closes #1201 ## To Test: - Run local testnet - Submit risc0 proofs to the local batcher via `make batcher_send_risc0_burst`. Observe they are processed. - Submit risc0 proof with empty...