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.
The Aligned submit CLI currently treats the public input argument for Risc0 as a required argument even though it is optional. We should submitting Risc0 proofs with no public input....
This is marians famous issue idea
This could be an exponential backoff until 1 or 2 days
right now, we have the version pinned in the commit `efd46f0b0aea3aa95d94bba7de86cb96611b40d3`, which fixes the bug with the length 1 merkle tree. Once a new release is done in lambdaworks that...
**Changes** Adds lita verifier. **Testing** To test it, setup an aligned devnet as usual and run the following commands: 1. `make build_valida_linux` 2. `make test_valida_rust_ffi` 3. `make test_valida_go_bindings_linux` 4. `make...
This fix needs: `OS := /bin/bash` on Makefile for linux `LD_LIBRARY_PATH` flag when running the operator
# Description Operators can be ejected and flagged in Ethereum as `DEREGISTERED`, in this case their stake it not having in account by the quorum, so trace should be aware...
We have the `deposit_to_aligned` function, but we are missing a `withdraw_from_aligned` function in the SDK. The function should first unlock the funds, then wait the necessary time, and then finish...