Post
Topic
Board Bitcoin Discussion
Re: Anatomy of the Bitcoin scaling debate, Part II: Bitcoin Core development/develop
by
vlamer
on 12/05/2016, 19:21:37 UTC
It can be phased in, like:

if (blocknumber > 115000)
    maxblocksize = largerlimit

It can start being in versions way ahead, so by the time it reaches that block number and goes into effect, the older versions that don't have it are already obsolete.

When we're near the cutoff block number, I can put an alert to old versions to make sure they know they have to upgrade.
i think he said don't touch blockchain. if you want to change then change like this, where you do not need to change it again.