dgb: wire impl_dgb pool/share OBJECT lib (B1 build gate) - #99
Merged
Conversation
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).
frstrtr
force-pushed
the
ci-steward/dgb-impl-objlib
branch
from
June 16, 2026 08:03
37446a2 to
5b110a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unblocks dgb-scrypt-steward whole-target compile of the B1 sharechain-verify surface (integrator task 2026-06-16).
What
dgbOBJECT lib tosrc/impl/dgb/CMakeLists.txtunderCOIN_DGB, mirroring theltcOBJECT lib the B1 surface was ported from (direct-naming convention Bump certifi from 2022.12.7 to 2023.7.22 in /include/json/docs/mkdocs #22/p2pool V36 with merged mining (LTC+DOGE) — running on mainnet #39): linkscore pool sharechain dgb_coin btclibs c2pool_storage ${SECP256K1_LIBRARIES}.src/impl/dgb/b1_smoke.cpp— the B1 surface (share_types/share/share_tracker/share_check/share_messages/redistribute) is header-only, so this is the sole compile unit giving it a whole-target build gate. Removable once real pool-layer TUs (config_pool.cpp/node.cpp/protocol_actual.cpp/protocol_legacy.cpp) land.Verification
cmake -S . -B build_ci -DCOIN_DGB=ON→ configure clean.cmake --build build_ci --target dgb→ green:[100%] Built target dgb(b1_smoke.cpp.o compiled; full chain core/sharechain/pool/dgb_coin built).Scope / invariants
Base is
dgb/pool-pillars-portso it stacks into the B1 PR. Merge gated on operator push-approval.