Victor Baranov
Victor Baranov
Closing due to no response from the author.
@MudDev you can disable pending transactions fetcher for Polygon: `INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER=true`. Also, if your node is not in archive state, you should also disable internal trasnsactions fetcher: `INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=true`
> Is this normal to disable pending transactions? I would like that are enabled. > > My polygon node is in archive state. Do you see any issues with pending...
Please let us know, if you still face the issue with pending transactions. I am closing this for now.
The JSON RPC node can return gas used > gas limit ``` curl -s -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x367D1C", false],"id":1}' https://api.node.glif.io/ | jq -r .result.gasLimit 0x2540be400 curl -s...
This has been resolved on Lotus FEVM side https://github.com/filecoin-project/lotus/issues/11721.
@haltman-at thank you for the feedback. We are working on the resolving. It is something related with verification event broadcasting or receiving via websocket.
@rollue it is possible to manage the batch size of token balances fetcher via `INDEXER_TOKEN_BALANCES_BATCH_SIZE`. At the same time we decreased default value from 500 to 100. Please try updating...
@yarkinwho please update to 6.5.0 and let us know, if the issue still persists with that version.
Closing due to no response from the author.