neoneo-go/pkg
Anna Shaleva 6c8accf18c core, network: request blocks instead of headers
Closes #1192

1. We now have CMDGetBlockByIndex, so there's no need to request headers
   first when we can just ask for blocks.
2. We don't ask for headers (i.e. we don't send CMDGetHeaders),
   consequently, we shouldn't react on CMDHeaders.
3. But we still keep on reacting on CMDGetHeaders command as
   there could be a node which needs headers.
2020-08-04 17:52:34 +03:00
..
compiler Merge pull request #1242 from nspcc-dev/fix/json 2020-08-04 12:59:47 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus consensus: apply policy during verifyBlock 2020-08-04 10:59:09 +03:00
core core: fix bug with policy.MaxVerificationGas 2020-08-04 17:52:34 +03:00
crypto keys: fix failing Secp256k1 test 2020-07-25 12:01:12 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +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 io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network core, network: request blocks instead of headers 2020-08-04 17:52:34 +03:00
rpc core: use raw stack items in application logs 2020-07-31 16:07:16 +03:00
smartcontract Merge pull request #1242 from nspcc-dev/fix/json 2020-08-04 12:59:47 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm Merge pull request #1242 from nspcc-dev/fix/json 2020-08-04 12:59:47 +03:00
wallet Merge pull request #1169 from nspcc-dev/neo3/rpc/fields_names_adjustment 2020-07-15 18:24:54 +03:00