neo-go/pkg
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
..
compiler core: add PickN flags to Storage.Find 2021-01-15 21:12:10 +03:00
config network: add notary request payload 2020-12-10 18:17:31 +03:00
consensus core: update System.Contract.Call syscall 2021-01-14 18:23:36 +03:00
core storage: fix linter warnings 2021-01-15 21:12:10 +03:00
crypto keys: allow to create keys on arbitrary curve 2020-12-03 14:06:35 +03:00
encoding fixedn: allow to parse big decimals 2020-12-09 11:19:25 +03:00
interop core: add PickN flags to Storage.Find 2021-01-15 21:12:10 +03:00
io Revert "mpt: do not allocate new buffer when updating dirty node" 2020-12-25 18:42:47 +03:00
network network: set timeout on write 2020-12-25 14:36:53 +03:00
rpc core: update System.Contract.Call syscall 2021-01-14 18:23:36 +03:00
smartcontract smartcontract: move flags to a separate package 2021-01-14 17:52:09 +03:00
util util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00
vm core,vm: remove System.Enumerator.* interops 2021-01-15 21:11:32 +03:00
wallet wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00