Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate the simnet core workflow #203

Closed
corverroos opened this issue Mar 9, 2022 · 0 comments
Closed

Integrate the simnet core workflow #203

corverroos opened this issue Mar 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@corverroos
Copy link
Contributor

Problem to solve

We have all the workflow component, but they are not integrated.

Proposed solution

Since we only have simnet at this point, integrate a simnet core workflow with beacon mock and validator mock.

@corverroos corverroos added the enhancement New feature or request label Mar 9, 2022
@corverroos corverroos self-assigned this Mar 9, 2022
corverroos added a commit that referenced this issue Mar 10, 2022
Fixes leadercast, as well as in-memory transport and the tests.

category: bug
ticket: #203
corverroos added a commit that referenced this issue Mar 10, 2022
While integrating the simnet core workflow, the following refactoring is introduced:
- Rename tbls share index/identifier to more explicit `shareIdx` (1-indexed).
- Raname peer index to more explicit `peerIdx` (0-indexed).
- Introduce app.ClusterIdx that encapsulates above indexes.
- Add missing core interfaces and wire function 
- Use fmt.Sprintf("%#x", bytes) for hex encoding
- Change deterministic duties so support pseudo random duties (more realistic)
- Use tblsconv
- Add ShareToSecret to tblsconv
- Clean beaconmock API

category: refactor
ticket: #203
corverroos added a commit that referenced this issue Mar 14, 2022
Wires the simnet core workflow using beaconmock and validaormock as well as a test that 2 slots are attested.

category: feature
ticket: #203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant