Hey guys,
I've been busy incorporating realtime event syncing to Alpha analytics. While rewriting some Ethereum event streaming I've stumbled upon an amazing discovery to improve our smart contract event streaming to handle smart contracts of any sizes/transaction count.
This new method is completely hands off so I don't need to specify size of smart contract and the system will do the rest. Rewriting and improving this core area is crucial as we're working towards handling longest chain swaps in realtime.
This new discovery also handles various errors behind the scenes, this is all thanks to the retry mechanism that I've added in our decentralized dashboard a few days ago. This new realtime event syncing with automatic longest chain swaps means we can take any Ethereum smart contract and plug it in as a data point.
We'll use this new mechanism on Uniswap data very soon which will incorporate perfectly into our "Realtime Perfect Ledger" to break down things like "Transfer" into "Added Liquidity 0.4 ETH / 15,000.00 DAM (~$200 USDc)". That's a bit longer term goal but it gives you an idea into where we're heading.
The new realtime syncing should be up either tomorrow or Friday. π₯