You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kava is currently running on a version of Ethermint that has a bug in the eth subscribe to topics functionality. With this bug present, concurrent subscriptions to topic logs will break the json rpc. After testing, the bug is indeed present on Kava resulting in very unstable connections requiring frequent restarts of the node to service my dapps.
I have manually applied this fix to a local version of Kava, and the websocket subscriptions are still quite unstable. This older version of Ethermint sadly has a lot of problems with the rpc.
The text was updated successfully, but these errors were encountered:
Hi,
Kava is currently running on a version of Ethermint that has a bug in the eth subscribe to topics functionality. With this bug present, concurrent subscriptions to topic logs will break the json rpc. After testing, the bug is indeed present on Kava resulting in very unstable connections requiring frequent restarts of the node to service my dapps.
One fix is available here: evmos/ethermint#1773
I have manually applied this fix to a local version of Kava, and the websocket subscriptions are still quite unstable. This older version of Ethermint sadly has a lot of problems with the rpc.
The text was updated successfully, but these errors were encountered: