Commit 47c7a02
authored
dgb: §4c AuxPoW comment tightening + aux seam signature
* dgb: tighten coin/node skeleton AuxPoW comment to V36 reality + aux seam signature
§4c skeleton extension (Slice #3). Documents the AuxPoW/merged-mining
posture on the dgb::coin::Node minimal-stub: DGB-Scrypt is a standalone
Scrypt-only parent in the default build (no AuxPoW path); merged-mining
is the DOGE-only stretch, gated behind -DAUX_DOGE=ON and served by the
shared src/impl/doge aux module (consumed, not owned). Adds the
bind_aux_doge_parsers() declaration only (no body) under #ifdef AUX_DOGE.
SAFE-ADDITIVE: comment + #ifdef-gated member declaration, never odr-used
in the default build. Single-coin src/impl/dgb only. No share_check
version-acceptance path, no stratum, no entrypoint. p2pool-merged-v36
parity preserved.
* dgb: §4c aux seam header-only type alias (slice #3, option b)
Add a header-only AuxChainBackend type alias plus a forward declaration of
doge::coin::AuxChainEmbedded under #ifdef AUX_DOGE, naming the shared
src/impl/doge aux-module backend that bind_aux_doge_parsers() binds onto the
M3 coin P2P layer. No new translation unit; the default Scrypt-only standalone
build never defines AUX_DOGE and is unaffected. dgb consumes the doge aux
module; it does not own or modify it. Parity: p2pool-merged-v36.
---------
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>1 parent edf9cd2 commit 47c7a02
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
23 | 42 | | |
24 | 43 | | |
25 | 44 | | |
26 | 45 | | |
27 | 46 | | |
28 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
29 | 60 | | |
30 | 61 | | |
31 | 62 | | |
| |||
48 | 79 | | |
49 | 80 | | |
50 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
51 | 89 | | |
52 | 90 | | |
53 | 91 | | |
| |||
0 commit comments