Elichai Turkel

Results 266 comments of Elichai Turkel

@dingelish Do you know of any way to increase the stack size? The only way I could make it work is by launching a new thread and setting the stack...

weirdly no, the only thing that worked for me right now is launching a new thread and setting it with a bigger stack size https://doc.rust-lang.org/std/thread/struct.Builder.html#method.stack_size

Hmm so it looks like this works for you. I'll keep testing, although I prefer to have something better than using ulimit. because this means that I'll need to incorporate...

did you pass `default-features = false`?

Why do you need to port linux-sgx tools for this? I think if it's possible to make a deterministic build in rust(which i'm not sure is: https://github.com/rust-lang/rust/issues/34902) it should be...

For reference what I've done is just added `mkdir -p bin` to the Makefile before it copies things to the `bin` directory https://github.com/enigmampc/enigma-core/blob/develop/enigma-core/Makefile#L121

Yeah I think it is. Then I can put the commit hash of that so it will stay like that even after you update so I can manually update all...

Most of the time I do stuff like that: https://github.com/enigmampc/ethabi/tree/sgx-v6.1.0-v1.0.7 to represent it's `sgx`(might be useless because you change the repo names to `sgx`) ethabi version 6.1.0 and your sdk...

Sadly I'm having this exact issue with using https://github.com/mesalock-linux/serde-sgx and https://github.com/mesalock-linux/serde-json-sgx together and locking to revisions :( I opened an issue on `cargo` for this but I don't have a...

Sure retag :) thank you!