enigma-core icon indicating copy to clipboard operation
enigma-core copied to clipboard

Enigma Core library. The domain: Trusted and Untrusted App in Rust.

Results 14 enigma-core issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug
enhancement

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...

bug
question

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) -...