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
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
instead of current two threads ("chain-abci" and "persistence"), it could just be one. instead of taking Storage, it'd take some subset (some new definition) that can do the lookups (like ReadOnly) + only modify certain parts (exposed by some methods) and immediately flush.
enclave protocol will need extra definitions for this unified TDBE<->chain-abci communications
and the other enums/structs (IntraEnclaveRequest for TVE, EnclaveRequest for TQE...) can be renamed to better reflect which enclave they are meant to interface with
The text was updated successfully, but these errors were encountered:
instead of current two threads ("chain-abci" and "persistence"), it could just be one. instead of taking
Storage
, it'd take some subset (some new definition) that can do the lookups (like ReadOnly) + only modify certain parts (exposed by some methods) and immediately flush.enclave protocol will need extra definitions for this unified TDBE<->chain-abci communications
and the other enums/structs (
IntraEnclaveRequest
for TVE,EnclaveRequest
for TQE...) can be renamed to better reflect which enclave they are meant to interface withThe text was updated successfully, but these errors were encountered: