Page MenuHomePhabricator

Remove monolith activation altogether
ClosedPublic

Authored by deadalnix on Jun 6 2018, 20:18.

Details

Summary

Monolith was purely additive. Now that it is activated, we can consider it as it if always was activated.

Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

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

Event Timeline

jasonbcox requested changes to this revision.Jun 6 2018, 23:21
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
test/functional/abc-p2p-fullblocktest.py
50 ↗(On Diff #4076)

Doesn't this need to be cleaned up as well?

68 ↗(On Diff #4076)

And here.

This revision now requires changes to proceed.Jun 6 2018, 23:21

Yes, this doesn't cleanup everything, just the core logic.

This revision is now accepted and ready to land.Jun 7 2018, 22:33
This revision was automatically updated to reflect the committed changes.