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
Keypers release decryption keys for transactions and assign them to the next slot. When behaving correctly validators will only include those transactions which are assigned to their slot.
If a validator misses a slot (or misbehaves), the transactions might never be included into the chain. This would result in a very bad UX.
Solution
The service listens to encrypted transactions
The service listens to decryption keys
The service decrypts the encryted data and retrieves the tx hash
The text was updated successfully, but these errors were encountered:
fredo
changed the title
EPIC build inclusion service for missed encrypted transactions
EPIC Build inclusion service for missed encrypted transactions
May 6, 2024
Problem
Keypers release decryption keys for transactions and assign them to the next slot. When behaving correctly validators will only include those transactions which are assigned to their slot.
If a validator misses a slot (or misbehaves), the transactions might never be included into the chain. This would result in a very bad UX.
Solution
The service listens to encrypted transactions
The service listens to decryption keys
The service decrypts the encryted data and retrieves the tx hash
The service monitors the scheduled inclusion
If a transaction is not included as planned
Issues
The text was updated successfully, but these errors were encountered: