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

Validator INX plugin #424

Closed
jonastheis opened this issue Oct 11, 2023 · 0 comments · Fixed by #443
Closed

Validator INX plugin #424

jonastheis opened this issue Oct 11, 2023 · 0 comments · Fixed by #443
Assignees
Milestone

Comments

@jonastheis
Copy link
Contributor

Move the function of issuing validation blocks (currently in components/validator) to an INX plugin to logically separate a node and a block issuer entirely.

Additionally, to not dismiss #299, we need to make an honest validator does not issue blocks within the same slot ratification period in two conflicting chains.

  • this can be achieved by remembering the last issued block together with the engine name/chain.
  • if the engine name/chain is the same we can always issue a block.
  • if the engine name/chain is different we need to make sure to wait "slot ratification" slots.
@jonastheis jonastheis converted this from a draft issue Oct 11, 2023
@jonastheis jonastheis added this to the 1.1 RC milestone Oct 11, 2023
@piotrm50 piotrm50 moved this from Backlog to In Progress in iota-core Oct 17, 2023
@karimodm karimodm linked a pull request Nov 1, 2023 that will close this issue
@karimodm karimodm moved this from In Progress to Done in iota-core Nov 1, 2023
@karimodm karimodm closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants