similar to this bitcoin_core_sv2 design flaw: stratum-mining/sv2-apps#466 (comment)
after sv2-tp receives a CoinbaseOutputConstraints, it should return a NewTemplate+SetNewPrevHash
currently, this only happens on the initial bootstrap CoinbaseOutputConstraints, but not on subsequent ones
that causes issues on JDC fallback, because it sends a new CoinbaseOutputConstraints to sv2-tp but remains stuck waiting for the initial NewTemplate+SetNewPrevHash for a really long time, until they arrive "naturally"
similar to this
bitcoin_core_sv2design flaw: stratum-mining/sv2-apps#466 (comment)after
sv2-tpreceives aCoinbaseOutputConstraints, it should return aNewTemplate+SetNewPrevHashcurrently, this only happens on the initial bootstrap
CoinbaseOutputConstraints, but not on subsequent onesthat causes issues on JDC fallback, because it sends a new
CoinbaseOutputConstraintstosv2-tpbut remains stuck waiting for the initialNewTemplate+SetNewPrevHashfor a really long time, until they arrive "naturally"