Skip to content

Commit

Permalink
test: add random transactions to empty cucumber blocks (#3253)
Browse files Browse the repository at this point in the history
Description
---
This adds in random transactions spending each other and unused coin bases to fill in blocks.

Motivation and Context
---
This is to allow us to test more thoroughly with all blocks having transactions and not just blocks that were explicitly created with transactions.  These are limited to 10 transactions per block to not make it too slow at the current validation speeds. This might be revisited in a later stage.

How Has This Been Tested?
---
Manually confirmed that the blocks do have the transactions in them. 
Ran all cucumber tests with the flags: critical and not broken and not flaky
  • Loading branch information
SWvheerden authored Aug 30, 2021
1 parent 16f779e commit 8e4be07
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 408 deletions.
Loading

0 comments on commit 8e4be07

Please sign in to comment.