Jimmy

Results 527 comments of Jimmy

hardware模式失败的话,要么是硬件本身不支持,要么是支持但是bios没开,这两个原因你虚拟机的话啥都做不了,另外还有可能是driver没装好,我经常遇到原本好好的环境突然就不行了,你可以试试重新安装一遍sdk和driver。

@maincui Thank you for sharing, I believe your experience values to all SGX researchers.

> ![1666863841910](https://user-images.githubusercontent.com/43694095/198251408-bd5ad654-684b-4e38-a6e8-f8268dfbf953.png) It uses an error plugin path when starting neo-cli in the different directory with `neo-cli.dll`. The path issue is not a problem should be addressed in this pr....

> In addtion, as you said, relative path is an old issue that also exists in master branch, and it happens not only in the places I mentioned in this...

> Would it be hard to add Math.Pow and make it work like BigInteger.Pow? > > Identical behavior, just so it's easier to use Well, not hard at all, just...

Wait, what? Aren't them all string?

I mean in your code: ```C# public static bool Main(ByteString i) { ByteString stored = Storage.Get(Storage.CurrentContext, "i"); return i == stored; } ``` ```C# ByteString i == ByteString stored ```...

neo-fairy-client development by them is a very useful tool, @cschuchardt88 you can check it out.

you want extra parameter type check,,,, make sense,,,, and we can make it, ABI actually contains the parameter type.