Tomás Grüner
Tomás Grüner
### What's your CLI version? 1.4.3 ### Description & steps to reproduce On some machines, using `ImageBuildSpec` to build images fails with the following error: ``` There was an error...
### What's your CLI version? 1.4.1 ### Description & steps to reproduce When running a Starlark package via the SDK's `RunStarlarkPackage` (or its remote counterpart), I'm fetching the response from...
### What Changed? This PR contains milestone 2 changes. Some integration tests are failing with: ``` ---- incredible_squaring::test_incredible_squaring stdout ---- thread 'incredible_squaring::test_incredible_squaring' panicked at tests/integration/src/generic_avs.rs:340:26: called `Result::unwrap()` on an `Err`...
## What Changed? This PR contains the second iteration of the high-level modules. ### Centralized `TaskManager` trait All traits related to interaction with the `TaskManager` contract were merged into the...
### What Changed? This PR contains the first iteration of the high-level modules. Each module is implemented in a crate of the same name: - `crates/aggregator/` for the `Aggregator` -...
Some tests on `instrumented_client` fail with: ``` ---- instrumented_client::tests::test_code_at stdout ---- thread 'instrumented_client::tests::test_code_at' panicked at crates/chainio/clients/eth/src/instrumented_client.rs:1189:81: called `Result::unwrap()` on an `Err` value: ErrorGettingVersion note: run with `RUST_BACKTRACE=1` environment variable to...
Currently, when trying to process a signature for a task that was completed, the `BlsAggregationService` returns a channel error. This is bad UX and we should either replace the error...
We should add crate documentation for each of the service crates: - [ ] `crates/services/bls_aggregation` - [ ] `crates/services/operatorsinfo` - [ ] `crates/services/avsregistry` This documentation should include an explanation of...
Having the contracts dir inside `crates/` mixes languages and might be unexpected for newcomers. We should move it to the root.