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

Load private shares when running simnet #216

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

Load private shares when running simnet #216

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

Comments

@corverroos
Copy link
Contributor

Problem to solve

We want to integrate simnet core workflow into charon run command, but it requires private shares for the validatormock.

Proposed solution

  • We need to add private shares for the validatormock.
  • Suggest simple json array with hex encoded bytes called simnetkeys.json in datadir.
  • gen-simnet command should generate above file
  • Create a ticket to support this in charon-docker-compose
@corverroos corverroos added the enhancement New feature or request label Mar 15, 2022
@corverroos corverroos added this to the Charon V0 milestone Mar 15, 2022
corverroos added a commit that referenced this issue Mar 17, 2022
Loads simnet private share keys from a json file when running a simnet. Store the keys when generating the simnet. Chose very simple file format (json byte array) since simnet keys are not security sensitive.

category: feature
ticket: #216
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