enigma-core
enigma-core copied to clipboard
Enigma Core library. The domain: Trusted and Untrusted App in Rust.
**Description** Currently, when `core` gets a computation for a non-existent secret contract address, it throws an error saying that's missing the "State Keys" but does not return a proper "Failed...
**Is your feature request related to a problem? Please describe.** Core throws an exception when processing a request to deploy a SecretContract that includes a PreCode field with other characters...
As the title says, when deploying a valid secret contract bytecode with an invalid constructor, such as `Fn='not a valid construct()';`, the deployment succeeds, seemingly ignoring the constructor function passed...
We have some multiple functions all over, I want to move them into the enigma-tools dir - [ ] init_enclave_wrapper function (Decide what to accept as parameter and refactor) -...