I only see Automatic Sync referenced from the old v1 docs.
Is Automatic Sync deprecated? If not, where would I find it in the current docs?
I only see Automatic Sync referenced from the old v1 docs.
Is Automatic Sync deprecated? If not, where would I find it in the current docs?
The new version of syncing events will be streams API, that is now in beta
Got it, thank you.
So if I want to track the balances for an ERC20 token, I could call getContractLogs() to get the historical transactions and then use the stream to keep up-to-date. Is that the best way?
That is an option at this moment. We will see how we can find better way to get historical data in the future.