ethereum / ssv

The repository has moved to https://github.com/bloxapp/ssv
https://github.com/bloxapp/ssv
24 stars 12 forks source link

Refactor InstanceParams/ ValdiatorShare and Me variables #67

Open alonmuroch opened 3 years ago

alonmuroch commented 3 years ago

All of the above are basically the same thing. The functionality we are looking for is: 1) pass consensus params to iBFT and then Instance 2) pass share and committee info to iBFT and instance

We should refactor to have a single standardized way to pass and use this info

@nivBlox @lior-blox