Getting a pool instance with the data fetched
PreviousFetching all the data of a certain pool from EthereumNextLoading and streaming events into a pool
Last updated
Last updated
Usually before work begins, the preparation includes the following steps:
Using mainnet data to initialize a core pool
Replaying events up to the specified block
SimulatorClient
(clientInstance.initCorePoolFromMainnet
and clientInstance.recoverFromMainnetEventDBFile
) is designed to do that. See .
If you have tried MainnetDataDownloader
to download or update event logs(See ), then you are supposed to get the pool instance in this way: