neo-go/pkg/interop
Evgeniy Stratonikov ad65d1fa1f compiler: implement custom logic for go1.15
For some reason `foo.go` is interpreted as an http URL, and even if we
replace it with `./foo.go` there is an errors with file missing on disk.
Because `CompileWithOptions` should be able to compile file under any
circumstances, we allocate temporary directory base on version used to
compile a binary.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-01-21 17:43:28 +03:00
..
contract core: remove System.Contract.IsStandard 2021-03-16 16:59:23 +03:00
convert compiler/interop: improve conversion to bytes interops 2021-03-10 13:38:44 +03:00
crypto core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
iterator interop: adjust documentation 2021-09-08 17:53:09 +03:00
math *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
native core: adjust native Notary withdraw call flags 2022-01-19 11:33:33 +03:00
neogointernal compiler: use CALLT for native contract calls, fix #2257 2021-12-10 11:58:50 +03:00
runtime interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
storage interop/storage: fix outdated RemovePrefix comment 2021-12-06 18:09:53 +03:00
util compiler: remove custom logic for util builtins 2021-10-23 16:12:47 +03:00
doc.go interop: adjust documentation 2021-09-08 17:53:09 +03:00
go.mod compiler: implement custom logic for go1.15 2022-01-21 17:43:28 +03:00
types.go interop: add canonical type lengths as constants 2021-10-22 10:56:58 +03:00