-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds TransactionalStore- a structure that batches updates to the confidential engine * Rewrites ConfidentialStoreEngine to account for batched updates - InitializeBid now does not store anything on the backend, and Store function is now absent. Adds Finalize function to the engine, which writes a batch of updates to the store backend * Unifies MEVM execution in eth api behind runMEVM function * Removes transactions from ConfidentialStore interface, passing transaction around is now managed by TransactionalStore * Splits EthAPIBackend.GetEVM into two - suave-only GetMEVM and non-suave only GetEVM * EthAPIBackend.GetMEVM now also returns a finalization function which causes the batched writes to confidential store to be applied * Minor QoL improvements in testing
- Loading branch information
Showing
19 changed files
with
675 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.