Page MenuHomePhabricator

Remove mechanism to produce a big block at fork time
ClosedPublic

Authored by deadalnix on Aug 5 2017, 12:12.

Details

Summary

The big block rule was removed, so it is all good.

Remove also the configuration constraints related to this.

Test Plan
make check
../qa/pull-tester/rpc-tests.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I fubared abc-cmdline.py

sickpig added inline comments.
src/init.cpp
1404 ↗(On Diff #1051)

need to adapt also the comment

Agree with @sickpig 's review comment which has not been addressed

The prunning test uses values that expect a certain block size to be generated. Make sure these value stay correct by specifying a block size to be generated explicitely.

This revision is now accepted and ready to land.Aug 6 2017, 17:56
This revision was automatically updated to reflect the committed changes.