Cho Chi Him
Results
1
comments of
Cho Chi Him
For anyone interested, this is how web3.js does the [trick](https://github.com/web3/web3.js/blob/8d369a9e76267df9ce666283521c1fd6d3f77fc4/packages/web3-core-subscriptions/src/subscription.js#LL196): call `eth_getLogs` and then `eth_subscribe`. But they also don't handle the edge case mentioned by @mcdee