Hiroyuki Naito

Results 26 comments of Hiroyuki Naito

@ensi321 Could you please review my code both routes and types when you have a moment before implementing the function? I'm wondering it is right implement.

I misunderstood the concept. I will recreate it.

@ensi321 Great! Thank you for the tips. According to these hints, I will program it again.

@ensi321 I implemented the interface for getting the withdrawal data. However, `curl -X 'GET' 'http://localhost:9596/eth/v1/builder/states/head/expected_withdrawals' -H 'accept: application/json'` still returns `{"message":"Route GET:/eth/v1/builder/states/head/expected_withdrawals not found","error":"Not Found","statusCode":404}`. It looks failed to route...

@ensi321 Thank you so much for taking the time to review the code, especially with your busy schedule. I could get fake response now before implementating the function. If you...

Hi, I almost done (exception handlings are not yet) , but, Development network ./lodestar dev --genesisValidators 8 --reset --rest.namespace "*" always returns http://localhost:9596/eth/v1/builder/states/head/expected_withdrawals empty array. How do I get getExpectedWithdrawals...

@ensi321 Thanks! I will resume this soon.

> > > The correct way to remove a dependency is to use the yarn remove command. > > > > > > @jeluard is there a difference between that...

# Remaining task - [x] Importing @lodestar/api for wrapedFetch function - [x] Delete following codes ```Typescript if (err instanceof FetchError && err.code !== "ECONNREFUSED") { return {ok: true}; } ```...