Commit c2b44be
authored
dgb: wire -DAUX_DOGE build-flag seam (phase DA) (#310)
Un-stub the parked AUX_DOGE option in the dgb module CMakeLists so the
DGB-as-DOGE-parent dual-parent merged-mining stretch can be opted into at
configure time. When -DAUX_DOGE=ON the AUX_DOGE compile macro is defined
across the dgb subtree, compiling the inert aux seam already present in
coin/node.hpp (forward-decl of doge::coin::AuxChainEmbedded, the
AuxChainBackend type alias, and the bind_aux_doge_parsers() declaration --
no body, never ODR-used). Default OFF leaves the standalone Scrypt-only
parent build byte-unchanged with zero DOGE coupling.
The shared src/impl/doge aux module (ltc-doge owns) is still only CONSUMED
at M3/DB, when the real aux_chain_embedded.hpp include and the bind body
land; this slice adds no shared-module dependency. Prereq #82 (own-block
broadcaster) is closed.
Verified: configure -DCOIN_DGB=ON -DAUX_DOGE=ON EXIT=0 (option message
fires); dgb_aux_parent_coinbase_parity_test builds EXIT=0 under the macro
and runs 4/4 green.
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>1 parent dd5c2a5 commit c2b44be
1 file changed
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
20 | 35 | | |
21 | 36 | | |
22 | 37 | | |
| |||
0 commit comments