You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dgb: wire impl_dgb pool/share OBJECT lib for B1 build gate
Add the dgb OBJECT lib (target: dgb) to src/impl/dgb/CMakeLists.txt under
COIN_DGB, mirroring the ltc OBJECT lib that the B1 surface was ported from.
The B1 sharechain-verify surface (share_types/share/share_tracker/
share_check/share_messages/redistribute) is header-only, so b1_smoke.cpp is
added as the sole compile unit, giving the surface a whole-target build gate
(per-coin dgb smoke). Real pool-layer TUs replace it as they land.
Per-coin isolation invariant preserved: dgb-tree-only scaffolding, no change
to the per-coin source-presence guards (PR #47).
0 commit comments