helius-labs / atlas-txn-sender

Apache License 2.0
139 stars 40 forks source link

Polling Block seems to fail for me for some reason. #11

Open harsh4786 opened 8 months ago

harsh4786 commented 8 months ago

I constantly get this error log when I run the atlas sender. I added more logs to examine what was wrong and it seems poll_slots() is working fine but poll_blocks() doesnt seem to get any geyser messages.

Screenshot 2024-03-27 at 11 44 46 AM
vovkman commented 8 months ago

what geyser are you using?

harsh4786 commented 7 months ago

Hey, I was using yellowstone

Mayeu commented 7 months ago

@harsh4786: the default config doesn't allow to use 'any' when subscribing to blocks: https://github.com/rpcpool/yellowstone-grpc/blob/master/yellowstone-grpc-geyser/config.json#L49C40-L49C45