neoneo-go/pkg/core/interop
Roman Khimov db122de197 storage: fix linter warnings
pkg/core/interop/storage/find.go:19:6: exported type Iterator should have comment or be unexported
pkg/core/interop/storage/find.go:25:1: exported function NewIterator should have comment or be unexported
pkg/core/interop/storage/find.go:33:1: exported method Iterator.Next should have comment or be unexported
pkg/core/interop/storage/find.go:35:3: should replace s.index += 1 with s.index++
pkg/core/interop/storage/find.go:40:1: exported method Iterator.Value should have comment or be unexported
2021-01-15 21:12:10 +03:00
..
binary core: move System.Binary.* interops to binary/ package 2020-12-02 15:54:03 +03:00
contract core: update System.Contract.Call syscall 2021-01-14 18:23:36 +03:00
crypto core: redefine opcode prices 2020-12-16 13:55:39 +03:00
interopnames core,vm: remove System.Enumerator.* interops 2021-01-15 21:11:32 +03:00
iterator core,vm: remove System.Enumerator.* interops 2021-01-15 21:11:32 +03:00
json core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
runtime smartcontract: move flags to a separate package 2021-01-14 17:52:09 +03:00
storage storage: fix linter warnings 2021-01-15 21:12:10 +03:00
context.go core: remove callback interops 2021-01-14 17:53:46 +03:00