neoneo-go/pkg/core/blockchainer
Anna Shaleva 3b7807e897 network: request unknown MPT nodes
In this commit:

1. Request unknown MPT nodes from peers. Note, that StateSync module itself
shouldn't be responsible for nodes requests, that's a server duty.
2. Do not request the same node twice, check if it is in storage
already. If so, then the only thing remaining is to update refcounter.
2021-09-07 19:43:27 +03:00
..
services core: set native script and hash in SetOracle 2021-02-26 10:59:09 +03:00
blockchainer.go core: implement statesync module 2021-09-07 19:43:27 +03:00
blockqueuer.go core: implement statesync module 2021-09-07 19:43:27 +03:00
policer.go rpc: add CalculateNetworkFee RPC method 2021-03-26 19:14:46 +03:00
state_root.go core: implement statesync module 2021-09-07 19:43:27 +03:00
state_sync.go network: request unknown MPT nodes 2021-09-07 19:43:27 +03:00