neo-go/pkg/core/interop
Roman Khimov 5ef08f60ae remove github.com/pkg/errors from dependencies
It's not needed any more with Go 1.13 as we have wrapping/unwrapping in base
packages. All errors.Wrap calls are replaced with fmt.Errorf, some strings are
improved along the way.
2020-08-07 12:21:52 +03:00
..
callback core: allow to restrict creating callbacks from syscalls 2020-07-29 13:41:08 +03:00
crypto interop: add Secp2k to the list of crypto interops 2020-07-29 13:43:33 +03:00
enumerator core: adjust System.Enumerator.Create interop 2020-07-23 07:51:24 +03:00
iterator core: move enumerator/iterator interops to a separate packages 2020-04-11 10:56:36 +03:00
json *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
runtime remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
context.go core: allow to restrict creating callbacks from syscalls 2020-07-29 13:41:08 +03:00