neo-go/pkg
Roman Khimov 791c983304 core: drop GetScriptHashesForVerifying
It no longer depends on blockchain state and there can't ever be an error, in
fact we can always iterate over signers, so copying these hashes doesn't make
much sense at all as well as sorting arrays in verifyTxWitnesses (witnesses
order must match signers order).
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: drop GetScriptHashesForVerifying 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 core: drop GetScriptHashesForVerifying 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