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
The testing::dummy::block function currently generates blocks with an invalid coinbase transaction. It currently does the bare minimum to allow the Block::bip34_block_height method to succeed, which is needed for the block observer tests. However, this can lead to unintentional problems going forward so we should ensure that we create a proper coinbase transaction in this utility function.
Definition of done
The testing::dummy::block function creates a proper coinbase transaction for the block.
The text was updated successfully, but these errors were encountered:
Context
The
testing::dummy::block
function currently generates blocks with an invalid coinbase transaction. It currently does the bare minimum to allow theBlock::bip34_block_height
method to succeed, which is needed for the block observer tests. However, this can lead to unintentional problems going forward so we should ensure that we create a proper coinbase transaction in this utility function.Definition of done
The
testing::dummy::block
function creates a proper coinbase transaction for the block.The text was updated successfully, but these errors were encountered: