Hiroyuki Naito
Hiroyuki Naito
It looks learnable. I'd like to assignt it.
I try to point to implement this function. https://github.com/ChainSafe/lodestar/blob/918924eabad9ca615acf3d92ff50828fb40fedea/packages/state-transition/src/block/processWithdrawals.ts#L65
@wackerow Thank you for the deep insight. I would change the code according to your description.
@wackerow I changed codes according to your advice.
I pick the issue as a good first issue.
I'm locating where should I change. >Should we move this into a function somewhere and be re-used in gossip + here + state transition? In a way to signal that...
Shamely, I could not find where should I change the state-transition code. Do you mind if you give me some hints?
@ensi321 Thank you for describing the technical context of this. So, I try to crop the codes and functionalize them, and apply the 2 points you suggested.
This is a tentative implement. Please, do not hesitate to point out if I am in a wrong direction because I'm a new born baby in this field.
> Thanks for your contribution🙂 > > > This is a tentative implement. > > Please, do not hesitate to point out if I am in a wrong direction because...