This ensure no block larger than 1MB is mined before the fork. After the fork, larger blocks can be mined.
Depends on D190
Differential D194
Add activation code for the block size parameter of UAHF. deadalnix on Jun 13 2017, 21:26. Authored by Tags None Subscribers None
Details
This ensure no block larger than 1MB is mined before the fork. After the fork, larger blocks can be mined. Depends on D190 make check ../qa/pull-tester/rpc-tests.py
Diff Detail
Event TimelineComment Actions Set fake fork time in the future instead of in the past so we don't have to adapt all existing tests when adding the > 1MB rule. Comment Actions Please change test plan to run the '-extended' regression tests. Comment Actions I ran the extended test suite on the whole stack and it is green. I can do it on this one, but it's going to take a long time. Can you review the diff in the meantime assuming it's green ? Comment Actions Code comments updated by author via online discussion. Test passed, code makes sense - accepting. |