guha-rahul
guha-rahul
Fixes: #7929 The error i am facing - ``` error: failed to load manifest for workspace member `/home/rahul/reth/bin/reth` Caused by: failed to load manifest for dependency `reth-basic-payload-builder` Caused by: failed...
fixes #7668 and based on #7708 which I closed because of branch problems Added ClientVersionV1to engine.rs and engine_api.rs Need to add ClientVersionV1 in crates/node/builder/src/launch/mod.rs. Adding `reth-node-core.workspace =true` in `rpc/rpc-engine-api` gives...
Changed the Sync period from 512 to 256 epochs.
**What type of PR is this?** Other **What does this PR do? Why is it needed?** This pr adds more comprehensive tests to http handlers **Which issues(s) does this PR...
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** This pr adds SSZ support to `/eth/v1/beacon/light_client/finality_update` and `/eth/v1/beacon/light_client/optimistic_update` endpoints. **Which issues(s) does this...
I am using this circuit ``` pragma circom 2.1.6; include "circomlib/poseidon.circom"; // include "https://github.com/0xPARC/circom-secp256k1/blob/master/circuits/bigint.circom"; template Example () { signal input a; signal input b; signal output c; var unused =...