Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Add TX Caching to Operator #64

Open
sebastianst opened this issue Dec 3, 2020 · 0 comments
Open

Add TX Caching to Operator #64

sebastianst opened this issue Dec 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sebastianst
Copy link
Contributor

Currently, the operator forwards incoming transactions straight to the enclave. This is unstable near phase shifts, where the operator might receive TXs for the next epoch already. We therefore need to enable tx caching for incoming transactions. Once a phase shift is performed, all cached transactions for this epoch should be pushed into the enclave.

@sebastianst sebastianst added the enhancement New feature or request label Dec 3, 2020
@sebastianst sebastianst assigned sebastianst and unassigned ggwpez Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants