Bastian Köcher

Results 283 comments of Bastian Köcher

Okay, but they could use the logic I drafted above?

> into the farmer to parse and fix genesis block after the fact What? Why? I really don't get your flow. Why do you want to modify the block? I'm...

Sorry for the late answer. I'm going to hijack this issue now ;) We should add a new trait: ``` trait BuildGenesisBlock { fn build_genesis_block(self) -> Result; } ``` The...

Yeah you can take this @liuchengxu. Sorry for not yet having someone working on this. It fell under the radar.

@dmitry-markin is already working on this.

I assume you tried deleting the `target` folder?

> Being able to decode the symbols in case of an e.g. panic is something that is nice to have, and the size difference compressed is not _that_ big 100%....

> _Technically_ you wouldn't have to reproduce the problem again, I think? You could extract the 'number -> name' mappings from the unstripped blob and then just run a search...

The implementation of the `OnRuntimeUpgrade` trait for tuples could, if `try-runtime` feature is enabled, run `pre_check` and `post_check` before/after the `on_runtime_upgrade` call of a single tuple element. This should solve...