-
Notifications
You must be signed in to change notification settings - Fork 354
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
Cannot broadcast transaction in KSM network #3598
Comments
If it is today, check the tx pool. A number of nodes, based on the number of txs flowing, have been loaded and got to points where they stopped accepting txs. |
Thanks. There are several questions.
|
++(add) When broadcasting tx, we found that an RPC(curl) error occurred while connecting SDK and KSM nodes. |
No, there has been multiple reports where RPC servers just stopped accepting any new transactions. You can always monitor the queues on telemetry. As of this morning, it actually seems like the spam has stopped. |
This was due to the RMRK.app NFT emote contest. It is over now and shouldn't happen again any time soon, plus this should fix it: paritytech/substrate#8963 |
Thanks. I can check best block, finalized block, avg time, block time, and status of validators on the telemetry in real time (https://telemetry.polkadot.io/#list/Kusama)
|
The PR will be in the 0.9.4 release (as planned), it has no API dependencies, it is client only. |
This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Hi. When broadcasting transactions on the Kusama network(9030), it sometimes stops though node is running well.
short code:
In the short code, when it stops broadcasting transaction, the debug log message is not printed from "Signed Transaction: ~~".
I found the release v4.12.1 (https://github.com/polkadot-js/api/releases) it is included changes "Added 9030 upgrade blocks for Kusama & Westend"
Will this error disappear if I upgrade polkadot-js to v4.12.1? Please let me know if you find the reason other than using the latest polkadot-js SDK.
The text was updated successfully, but these errors were encountered: