Description
First that's really appreciated what updates have been made with refactored/main-v2 branch!
It may not be the proper place for posting this message, because it mostly request for information rather than issue report. And if you find that it is not right place just close this ticket.
So based on my tests the usual RPC in many cases delivers messages in about 15 seconds compared to the timestamp of the received message, in very rare cases it is delivered in the same or next second, regardless what is set for commitment level. So one can't construct any trading strategy with such latencies. And I am still in searches for more reliable solution and I found the gRPC implementation in refactored branch. I want to test that but I don't know how to do that without paying enormous price just for gRPC testing.
I tried to research any provider that supports Geyser in the free / trial plan, but all offers I have found for gRPC support start from $500 /month.
Based on Chainstack documentation "Geyser is available as a separate paid add-on starting from the Growth plan". And I looked the price for Geyser add-on, it's $449/month, so $49/mo (Growth Plan) + $449/mo (Geyser Add-on) which is also around $500/mo.
So the question is is there any possible way to test the gRPC interface and it's efficiency before paying $500?
Thanks,
Ruben
P.S. I noticed all listener testing scripts and compare_listeners under the "tests" folder, I have written one myself but surely without Geyser testing possibility, so looking forward to do your compare_listeners test but don't know what to use for gRPC.