Evgenii Stratonikov
|
d2326a8b96
|
compiler: support panic in source
In situations where VM's FAULT state needs to be reached,
panic function can be used. It compiles to THROW instruction.
|
2020-01-29 12:28:38 +03:00 |
|
Evgenii Stratonikov
|
097d35b9d5
|
compiler: fix a bug with FromAddress handling
Conversion of string to address with FromAddress is performed
at compile time so there is no need to push parameters on stack.
|
2020-01-27 13:14:40 +03:00 |
|
Evgenii Stratonikov
|
330db36168
|
compiler: implement engine.AppCall interop
|
2020-01-27 13:14:36 +03:00 |
|
Evgenii Stratonikov
|
bd37359393
|
compiler: implement ECDSA signature verification
Add VerifySignature interop for signature verification.
It is converted to VERIFY opcode.
|
2020-01-23 10:56:15 +03:00 |
|
Roman Khimov
|
852e6a335b
|
compiler: move it up from vm
It really deserves it, I think. Especially given that it doesn't have any
direct usage of `vm` package now.
|
2019-12-03 18:23:46 +03:00 |
|