-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
evmconnect fails to advance a listener on Polygon mainnet #26
Comments
However, from the evidence that is available my best guess is that the JSON/RPC calls to your endpoint are timing out. Because if you take the example of RPC request See a 24 sec request here from
|
Yes, I think FireFly Signer was on Also, should we (I) change the default to |
I think bumping the default up to I think you might want to consider some testing with a higher capacity JSON/RPC endpoint as the next step though here - as it seems quite clear it's overloaded to me. |
I've update INFO logging in firefly-signer pre-req under hyperledger/firefly-signer#23 |
I can add a firefly-signer update to #25 once we have a release there |
I created a new local FireFly stack and pointed it at Polygon mainnet. I attempted to index an existing ERC-20 token on chain and it appears that the listener never advanced and was continually stuck in
catchup
mode.I noticed a few of these errors in the evmconnect log
Full logs attached
ethsigner.log
evmconnect.log
firefly_core.log
tokens.log
The text was updated successfully, but these errors were encountered: