Shargon
Shargon
You can only skip consecutive elements from the right
Did you copied libleveldb.dll ? https://github.com/neo-project/neo-gui/blob/master/README.md
Imagine an ICO process with 5000 pending TX. Only one will work, because the smart contract's balance will change after the first one
Definitely, we should try to improve this
@devhawk that's could happens in ethereum if you use proxys
What about add the expected version in the permissions manifest?
For me plugins should inherit only from `Plugin` class, and then attach it to the desire event, we should have events around all the classes. Is more extensible. Related to...
MODPow? https://github.com/neo-project/neo-vm/issues/77
In fact you can use now `speck256k1` in neo3 ``` using (ScriptBuilder sb = new ScriptBuilder()) { sb.EmitPush(publicKey.EncodePoint(true)); sb.Emit(OpCode.PUSHNULL); sb.EmitSysCall(InteropService.Crypto.VerifyWithECDsaSecp256k1); return sb.ToArray(); } ```
Fee could be like in eth, if you send more than it's used, you should have a refund.