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(phase-b): feed stratum get_current_work_template from embedded mempool
Wire DGBWorkSource::get_current_work_template to select fee-sorted mempool
transactions via the make_mempool_tx_source SSOT (BLOCK_MAX_WEIGHT cap),
mirroring the embedded node path (#248). The selection shapes GBT
transactions[] and its fee total folds into coinbasevalue through the #207
resolve_coinbase_value SSOT; the builder passes the array through verbatim.
On the current empty embedded mempool the call yields an empty transactions[]
and total_fees=0 -- byte-identical to the prior coinbase-only template. It
lights up unchanged once the embedded P2P mempool feed populates the pool.
DGB-tree only; shared modules untouched. dgb_share_test 26/26, block_assembly
8/8, mempool_ingest 5/5; c2pool-dgb links.
0 commit comments