Page MenuHomePhabricator

[cmake] Create a lib specifically for script related components
ClosedPublic

Authored by deadalnix on Oct 3 2019, 15:47.

Details

Summary

This somewhat detangle the mess that the codebase is in. Most notably, sign.cpp uses part that are defined in interpreter.cpp, but there was no dependency, and it an break.

Test Plan
ninja check

Run ARM, AArch64, win32 and win64 builds.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
extractscriptlib
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7679
Build 13397: Bitcoin ABC Buildbot (legacy)
Build 13396: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 4 2019, 08:30