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
A recently merged PR added support for signet to btcd, but in a way that affectively makes it a "light client" as it only verifies PoW, and not the new set of "virtual" signatures. In order to be able to create new btcd signed signets in the future, we should extend the logic during block validation (if signet is active) to verify the signatures. On the other end, when assembling a block via the GBT calls or the main CPU miner, we should add the new Coinbase OP_RETURN commitment as well.
The text was updated successfully, but these errors were encountered:
A recently merged PR added support for signet to btcd, but in a way that affectively makes it a "light client" as it only verifies PoW, and not the new set of "virtual" signatures. In order to be able to create new
btcd
signed signets in the future, we should extend the logic during block validation (if signet is active) to verify the signatures. On the other end, when assembling a block via the GBT calls or the main CPU miner, we should add the new Coinbase OP_RETURN commitment as well.The text was updated successfully, but these errors were encountered: