Layr-Labs / hello-world-avs

Hello World AVS
MIT License
44 stars 32 forks source link

Rust Operator gets stuck in loop on Anvil chain #26

Open damienen opened 4 days ago

damienen commented 4 days ago

Whenever one runs the Rust operator, it gets stuck at this part:

hello_world_contract
        .respondToTask(
            Task {
                name,
                taskCreatedBlock: task_created_block,
            },
            task_index,
            signature.as_bytes().into(),
        )
        .send()
        .await?
        .get_receipt()
        .await?;

Seems like it gets stuck in a loop trying to fetch eth_blockNumber from the Anvil RPC.

Gajesh2007 commented 2 days ago

@supernovahs