neoneo-go/pkg/core/blockchainer
Anna Shaleva 0e0b55350a core: convert (*Blockchain).JumpToState to a callback
We don't need this method to be exposed, the only its user is the
StateSync module. At the same time StateSync module manages its state by
itself which guarantees that (*Blockchain).jumpToState will be called
with proper StateSync stage.
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: convert (*Blockchain).JumpToState to a callback 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: remove outdated blocks/txs/AERs/MPT nodes during state sync 2021-09-07 19:43:27 +03:00
state_sync.go core: convert (*Blockchain).JumpToState to a callback 2021-09-07 19:43:27 +03:00