Bastian Köcher

Results 816 comments of Bastian Köcher

We could make it configurable at initialization of the wasm executor. Not convinced that we should add CLI flags for this. However, we could also just use the default values...

> executor autodetect the minimum necessary values for a given runtime Sounds like a good idea at hand, however what happens at runtime upgrades? :D

~~You are free to open a pr to do the changes I proposed above @seunlanlege.~~ Do what @koute said and bump the limits significantly and then you should be fine.

The chain-spec-builder is not really used anywhere, it is mainly some unmaintained piece of software. TLDR: We don't need this.

> so yeah, let's see how cheap we can make these. How should that work? We will need the Parachain to provide this code to check the pre-validation and this...

> it should not be our problem If someone has an expensive check in there, it means that someone could use this to DOS relay chain validators? It would just...

Have run this locally. Everything looks fine.

> @ggwpez you made a tool? share the link! https://github.com/hack-ink/subalfred

I just briefly discussed this with @tomaka. Sync is rather tightly integrated with the networking currently. This manifests mainly in the sync peer-set being explicitly used by grandpa to keep...