Bastian Köcher
Bastian Köcher
The entire structure of having the `node` as implicit default sub-command is, so that you don't need to pass this extra. Could we not just make the `SharedParams` optional? Wouldn't...
> In the long run we want to integrate with the smarter `sync` [peer selection strategy](https://github.com/paritytech/substrate/blob/master/client/network/sync/src/lib.rs#L257-L272), once that is decoupled from the generic networking code. What you mean by smarter...
Good point and clearly something that should be considered while doing this :)
> On substrate V3 the block import speed was around 100-200 blocks per second. Can you give an exact commit? And can you also link to the different versions of...
And your V3 wasn't just faster because you used the native runtime?
Okay. @koute maybe something you could take a look at some point? The regression seems to be relative high.
@DylanVerstraete it would be nice to post the exact commands you used to launch your node.
Why do you need to add a digest in genesis?
Can you not just have a special case that ignores genesis? Aka doesn't require that the genesis block has this data?
Not sure what "farmers" are, but why can they not do the following: ``` if header.number() == 0 { // use constant value } else { // check digest }...