brenzi
brenzi
As a follow-up: I've filed an issue with rust-lang: https://github.com/rust-lang/rust/issues/60561#issuecomment-491104852 Please go vote for this issue, if you're suffering from `no_std` trouble as well.
don't know. anyway, I found a workaround. The sgx-types dependency can be avoided for my android crate, so that's what I did.
I endorse your suggestion @dingelish. tag everywhere. It's not perfect because you still don't know the upstream version. The question is if you want to include that version in the...
The `+` makes sense IMO
tricky one. Basically I think it is good practise to have one repo per version number and vice versa. This way this issue couldn't happen. But as you're not in...
@dingelish Even if you might find the cause: I see the same error. I have error handling in my enclave with `.expect("Error Message")` but I don't get the error message...
I'm already building without `--release`. I just modified the Makefile today to try `sgx-gdb` (sorry, forgot to push my repo when posting before). Can you point me to your branch...
I had to increase heap size in `enclave.config.xml` ``` 0x20000000 ``` a more graceful failure would be nice, but in this case I'm not sure wasmi could help as it...
Meanwhile we have solved this in our explorer. Would that be suitable to move upstream? https://github.com/encointer/explorer/blob/7541c77649252800761fb9a067b58b05b606c085/src/utils.js#L16-L38 Will not work with perbill out of the box because it assumes power of...
@jacogr I understand why its not possible now, but we're suggesting the following: 1. encode and decode `I16F16` as `i32` and other types likewise 1. display this type as float,...