neo-go/cli
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
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
options client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
server remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
smartcontract remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
util cli/util: fix lint error introduced by 227c6a2ca 2020-08-05 13:17:23 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet cli: allow to transfer multiple tokens in multitransfer 2020-08-04 10:36:06 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: allow to use vm parse directly 2020-08-05 09:40:50 +03:00