Nicolas Rampoldi
Nicolas Rampoldi
# Description - To test: - In anvil: First, run: ```bash make anvil_start ``` Run: ```bash cast call "ping()(uint256)" ``` You can find this address (alignedLayerServiceManager) in the deployment output...
# Description - AlignedLayerServiceManager contract extends ServiceManagerBase which extends OwnableUpgradeable. - There should be a script that allows to make the upgrade seamlessly using the proxy pattern.
# 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...
- `make deps` now installs all dependencies (zap-pretty, abigen, foundry, eigenlayer-cli, jq and yq) depending on the OS (only macOS and Linux supported). - TODO: this should be tested in...
# Description - Following the Solidity Style Guide wherever possible is advisable, especially when it comes to variable name conventions and code layout. - This can be consistently enforced across...
# Description - This PR fixes the issue whereâ©aâ©maliciousâ©actorâ©couldâ©frontârunâ©theâ©initializationâ©of the `BatcherPaymentService`â©to claimâ©controlâ©ofâ©theâ©newlyâ©deployedâ©contract. # To Test...
# Description - This PR addresses the lack of event emissions for operations in our smart contracts. # Events added ## AlignedLayerServiceManager - BatcherBalanceUpdated. - TaskResponseProcessed. ## BatcherPaymentService - TaskCreated....
> [!NOTE] > The `rewardsInitializator` address was set to the same as the `initialOwner` of `AlignedLayerServiceManager`. # Description - This PR updates the `AlignedLayerServiceManager` contract to improve the consistency and...