Skip to content

dgb: pin oracle SOFTFORKS_REQUIRED set (Phase-B conformance guard) - #273

Merged
frstrtr merged 1 commit into
masterfrom
dgb/softforks-required-kat
Jun 20, 2026
Merged

dgb: pin oracle SOFTFORKS_REQUIRED set (Phase-B conformance guard)#273
frstrtr merged 1 commit into
masterfrom
dgb/softforks-required-kat

Conversation

@frstrtr

@frstrtr frstrtr commented Jun 20, 2026

Copy link
Copy Markdown
Owner

What

Test-only Phase-B pool/share conformance pin. Locks dgb::PoolConfig::SOFTFORKS_REQUIRED to the oracle set in frstrtr/p2pool-dgb-scrypt networks/digibyte.py:25:

set([nversionbips, csv, segwit, reservealgo, odo, taproot])

reservealgo and odo are DigiByte-unique (absent from BTC/LTC). A silent add or drop would make the embedded daemon mis-signal softfork requirements vs the oracle network — this guard makes any drift loud (exact-set EQ + explicit member + cardinality checks).

Fence

  • Touches src/impl/dgb/test/share_test.cpp only — no shared-base, CMake, or build.yml.
  • dgb_share_test already allowlisted.
  • No consensus value change — guards what already ships (fenced auto-merge class, not a value-tap).

Verify

dgb_share_test 10/10 green (new OracleSoftforksRequired + 9 existing). GPG-signed bd4a150.

Bucket

3-bucket rule: SOFTFORKS_REQUIRED is a bucket-2 v36-native shared param conformed per-coin against each coin oracle (not an isolation primitive).

Test-only Phase-B pool/share conformance guard. Locks PoolConfig::
SOFTFORKS_REQUIRED to the oracle set in frstrtr/p2pool-dgb-scrypt
networks/digibyte.py:25 — {nversionbips,csv,segwit,reservealgo,odo,
taproot}. reservealgo and odo are DigiByte-unique; a silent add or
drop would mis-signal softfork requirements vs the oracle network.

Fenced to src/impl/dgb/test/share_test.cpp only; no shared-base,
CMake, or build.yml touch; dgb_share_test already allowlisted. No
consensus value changes (guards what already ships). 10/10 green.
@frstrtr
frstrtr merged commit 8fe86da into master Jun 20, 2026
29 checks passed
@frstrtr
frstrtr deleted the dgb/softforks-required-kat branch June 20, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant