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.
# TITLE ## Description I’ve corrected two issues in the script: 1. The syntax for setting the default value for the `NODE_EXPORTER_DIR` variable was wrong. The corrected version now properly...
# Description Create a script that copies the `accounts` section from the anvil state (`contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json` to the `additional_preloaded_contracts` section in ethereum-package config file (`network_params.yaml`) For example: From anvil state: ```json...
## Description This PR updates deprecated #[clap(...)] attributes to their modern equivalents in clap 4.x. The current codebase still uses outdated syntax that has been deprecated since version 4.0. By...
## Description Hi! I fixes dead links (404 errors) in the documentation files. The outdated links have been updated to point to the correct and current locations in the documentation....
``` Mar 18 18:45:50 aligned-holesky-aggregator aligned-aggregator[45707]: {"level":"error","ts":1742319950.5445104,"caller":"chainio/avs_writer.go:180","msg":"Respond to task transaction err, gas required exceeds allowance (688)%!(EXTRA string=merkle root, string=cf23ca2067ed9fc07558b4a5dd0a5ae640431e24a2b545175e616e0dd92be835)","stacktrace":"github.com/yetanotherco/aligned_layer/core/chainio.(*AvsWriter).SendAggregatedResponse.func1\n\t/home/app/repos/aggregator/aligned_layer/core/chainio/avs_writer.go:180\ngithub.com/yetanotherco/aligned_layer/core.RetryWithData[...].func1.1\n\t/home/app/repos/aggregator/aligned_layer/core/retry.go:179\ngithub.com/yetanotherco/aligned_layer/core.RetryWithData[...].func1\n\t/home/app/repos/aggregator/aligned_layer/core/retry.go:185\ngithub.com/cenkalti/backoff/v4.doRetryNotify[...]\n\t/home/app/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:88\ngithub.com/cenkalti/backoff/v4.RetryNotifyWithData[...]\n\t/home/app/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:54\ngithub.com/cenkalti/backoff/v4.RetryWithData[...]\n\t/home/app/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:43\ngithub.com/yetanotherco/aligned_layer/core.RetryWithData[...]\n\t/home/app/repos/aggregator/aligned_layer/core/retry.go:203\ngithub.com/yetanotherco/aligned_layer/core/chainio.(*AvsWriter).SendAggregatedResponse\n\t/home/app/repos/aggregator/aligned_layer/core/chainio/avs_writer.go:206\ngithub.com/yetanotherco/aligned_layer/aggregator/pkg.(*Aggregator).sendAggregatedResponse\n\t/home/app/repos/aggregator/aligned_layer/aggregator/pkg/aggregator.go:336\ngithub.com/yetanotherco/aligned_layer/aggregator/pkg.(*Aggregator).handleBlsAggServiceResponse\n\t/home/app/repos/aggregator/aligned_layer/aggregator/pkg/aggregator.go:294"} ```
In **clap** version 4.x and above, the use of `#[clap(...)]` is no longer valid. Many instances of `#[clap(...)]` are still present in the project. These should be replaced with `#[arg(...)]`...
# rename RespondToTaskV2 to RespondToTask ## Description We rename the old `RespondToTaskV2` to the cleaner `RespondToTask`. > [!IMPORTANT] > This PR requires an Aggregator restart the moment we upgrade the...