PatStiles

Results 75 issues of PatStiles

# Add Retry Logic to `SendSignedTaskResponse` ## Description #closes 1415 Note: I tested this running a local devnet and had no issues. However, I encountered issues stopping the aggregator while...

# Add Retry Logic to `DisabledVerifiers` ## Description #closes 1415 ## How to test ### In devnet 1. `make anvil_start_with_block_time` 2. `make aggregator_start` 3. `make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml` 4. `make operator_start...

Currently the CI expereiences intermittent issues when running unit tests in the Batcher and Aggregator. These should be ported to integration tests separate from the CI after they are removed...

The unit tests that use Anvil in the [Aggregator]() and [Batcher](https://github.com/yetanotherco/aligned_layer/blob/staging/batcher/aligned-batcher/src/retry/batcher_retryables.rs#L227) are breaking the CI and should be refactored into integration tests.

We currently use `gnark v0.10.0` and `gnark-crypto v0.12.2` we should bump to `gnark v0.11.0` and `gnark-crypto v0.14.0`

We currently use version `v1.1.12` we should bump to `v1.1.13`

# Add Retry Logic to `getBatchFromDataService` ## Description #closes 1415 ## How to test ### In devnet 1. `make anvil_start_with_block_time` 2. `make aggregator_start` 3. `make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml` 4. `make operator_start...

# Add Retryable Function for GetOldTaskHash ## Description Adds missing retries for GetOldTaskHash. Note we should consolidate the logic for different retries over. ## How to test run `make test_go_retries`...

# Add Retry Logic to `GetNotRespondedTasksFrom` ## Description #closes 1415 ## How to test ### In devnet 1. `make anvil_start_with_block_time` 2. `make aggregator_start` 3. `make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml` 4. `make operator_start...

# Add Retry Logic to `IsOperatorRegistered` ## Description #closes 1415 ## How to test ### In devnet 1. `make anvil_start_with_block_time` 2. `make aggregator_start` 3. `make operator_full_registration CONFIG_FILE=config-files/config-operator-1.yaml` 4. `make operator_start...