neo-go/pkg
Roman Khimov 4c38fae54c core: fix mempool error check in PoolTx
ErrAlreadyExists should be returned for ErrDup, not ErrConflict.
2020-08-07 12:21:52 +03:00
..
compiler always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
config remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
consensus remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
core core: fix mempool error check in PoolTx 2020-08-07 12:21:52 +03:00
crypto remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
encoding remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
internal core: rename Neo.Crypto.Verify to Neo.Crypto.VerifyWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
interop interop: update AppCall comment 2020-07-27 13:00:35 +03:00
io always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
network always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
rpc always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
smartcontract always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
wallet Merge pull request #1169 from nspcc-dev/neo3/rpc/fields_names_adjustment 2020-07-15 18:24:54 +03:00