Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MockMiner, mine VbkBlock with the both VbkTx and VbkPopTx simultaneously #957

Closed
Mr-Leshiy opened this issue Mar 2, 2022 · 0 comments · Fixed by #960
Closed

Update MockMiner, mine VbkBlock with the both VbkTx and VbkPopTx simultaneously #957

Mr-Leshiy opened this issue Mar 2, 2022 · 0 comments · Fixed by #960
Assignees
Labels
enhancement New feature or request

Comments

@Mr-Leshiy
Copy link
Contributor

Need to provide a new MockMiner method with the following signature:

  BlockIndex<VbkBlock>* mineVbkBlocks(
      size_t amount,
      const BlockIndex<VbkBlock>& tip,
      const std::vector<VbkTx>& txs
      const std::vector<VbkPopTx>& pop_txs);

It is needed for this issue #943

@Mr-Leshiy Mr-Leshiy added the enhancement New feature or request label Mar 2, 2022
@Mr-Leshiy Mr-Leshiy self-assigned this Mar 2, 2022
@Mr-Leshiy Mr-Leshiy linked a pull request Mar 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant