Change BR_G50 "Block size"
Currently the block size is dynamic, i.e. it can grow if the last blocks are full. But this rule is dangereous right now, because the size limit growth is exponential: https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/Protocol.md#br_g50-block-size
Let's make it logarithmic instead.