neoneo-go/pkg
Roman Khimov d5a9d80c12 core: refactor out policy check for transaction
We were checking blocked accounts twice which is obviously excessive. We also
have our accounts sorted, so we can rely on that in CheckPolicy(). It also
doesn't make much sense to check MaxBlockSystemFee in Blockchain code, policy
contract can handle that.
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: refactor out policy check for transaction 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