Wil Wade
Wil Wade
I was unable to find a suggestion for this solution, but I was looking at this problem from this perspective: If I specify in `.tool-versions` something that someone else wants...
I also have issues with the loading indicator not clearing. Is there a way to just disable the loading indicator?
Did this actually get fixed? ``` $ starport chain build Cosmos SDK's version is: stargate - v0.44.1 🛠️ Building proto... 📦 Installing dependencies... 🛠️ Building the blockchain... 🗃 Installed. Use...
Hi @ktsaou, I think the issue here is that the et_tor.ipset is a list of all tor nodes both relay and exit. Exit nodes are the only ones that tor...
Looks like the recent release made this much more important. The vote button is now removed when then threshold is reached. So it is not easy to get to where...
If you edit the theme, you can do it using the `{{title}}` handlebars variable. ```handlebars {{#previous}} {{title}} {{/previous}} {{#next}} {{title}} {{/next}} ```
Thanks @senseless Here are the logs for one of the archive nodes we run that picked up on the error [Ignored-Block-Logs.txt](https://github.com/paritytech/polkadot-sdk/files/15310564/Ignored-Block-Logs.txt) Frequency is currently using Polkadot SDK v1.1.0 So possible...
> if someone is "spamming" the tx pool. At least on Frequency that focuses on companies instead of end users interacting with the chain, dumping a lot of transactions onto...
@bkchr > @wilwade do you see this being a big problem in the "wild"? How many collators do you have running? We have caught it on our Testnet (Paseo based)...
I also had this issue and it was happening because the start of the wasm was not the WASM Magic bytes. https://blog.ttulka.com/learning-webassembly-2-wasm-binary-format/