neoneo-go/pkg
Roman Khimov 7ccf7974b6 core: substitute bad notifications with error messages
Tesnet sync failed with:
Feb 07 00:04:19 nodoka neo-go[1747]: 2020-02-07T00:04:19.838+0300        WARN        blockQueue: failed adding block into the blockchain        {"error": "failed to store notifications: not supported", "blockHeight": 713984, "nextIndex": 713985}

because some (not so) smart contract emitted a notification with an
InteropItem inside.
2020-02-07 15:34:59 +03:00
..
compiler compiler: do not store constants as variables 2020-02-03 13:29:28 +03:00
consensus consensus: switch test to using the new PoolTx API 2020-02-06 17:50:11 +03:00
core core: substitute bad notifications with error messages 2020-02-07 15:34:59 +03:00
crypto keys: don't return error from PrivateKey.Sign 2020-01-17 17:00:30 +03:00
encoding address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop compiler: implement engine.AppCall interop 2020-01-27 13:14:36 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network network: fix block relaying, don't spit out useless errors 2020-02-06 15:41:56 +03:00
rpc rpc: fix getaccountstate/getunspents for unknown addresses 2020-01-29 19:01:00 +03:00
smartcontract network: allow single-node privnet setup 2020-01-13 18:01:20 +03:00
util util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
vm vm: make SerializeItem/DeserializeItem public APIs 2020-02-07 15:34:59 +03:00
wallet wallet: add GetAccount() method to Wallet 2020-01-17 17:25:51 +03:00