Alexander Theißen
Alexander Theißen
Have you tried `--ws-max-connections`?
As long as the returned type is expressed correctly in the metadata it should be decodeable without any change to the UI? The problem is that the message return type...
Thanks for clarifying.
I think this is a good idea and we loosely discussed this already. Thanks for taking the time to write it down. The question is whether this is really a...
Please note that this buffer can still be printed to the console: https://github.com/paritytech/substrate/tree/master/frame/contracts#debugging
I think the situation is getting better in the future as the contracts pallets is now backwards compatible. So the situation that arise in the future is having a too...
But this doesn't update the `Cargo.toml` that is comitted. Only temporary. Shouldn't we just bump it manually and then release?
This sounds much better to me. > (not sure if there is a delta between tags and commits). Don't understand what you mean. It would make the tag to a...
Aren't changes to github actions only executed once they are merged to master for this reason as a security measure (or at least you can enable that)?
If you build something `--locked` **is** the default. Only when you use `cargo install` it becomes non default.