neo-go icon indicating copy to clipboard operation
neo-go copied to clipboard

Get rid of duplication in VM's interops

Open fyrchik opened this issue 4 years ago • 1 comments

Currently each of the interops which is default is declared in both vm and core. We should either declare them only in VM package or provide them only for tests. List of interops: System.Iterator.*, System.Enumerator.*, System.Binary.*, System.Runtime.Log, System.Runtime.Notify. Maybe it is also worth to add JSON serialization interops.

fyrchik avatar Jun 19 '20 09:06 fyrchik

We only have Log/Notify left now, but I think we can only remove them after #2528 (at the moment they can be useful for some simple scripts).

roman-khimov avatar May 30 '22 19:05 roman-khimov