You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: