vm: remove stack isolation opcodes

They are not present in NEO3 and will be creating additional difficulties
during future flow-control opcodes implementation.
This commit is contained in:
Evgenii Stratonikov 2020-04-23 11:40:06 +03:00
parent ab9d334182
commit fba185cd99
5 changed files with 89 additions and 326 deletions

View file

@ -141,13 +141,6 @@ const (
KEYS Opcode = 0xCC
VALUES Opcode = 0xCD
// Stack isolation
CALLI Opcode = 0xE0
CALLE Opcode = 0xE1
CALLED Opcode = 0xE2
CALLET Opcode = 0xE3
CALLEDT Opcode = 0xE4
// Exceptions
THROW Opcode = 0xF0
THROWIFNOT Opcode = 0xF1