AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

IF: Test: Verify needed trx processed before continuing #2365

Closed heifner closed 5 months ago

heifner commented 6 months ago

The test would wait on the last trx in a set before continuing. However, there is no guarantee that a previous trx is not retried because it didn't fit into a block. The test now verifies the complete set of trx are complete before continuing to the next step.

Resolves #2364

ericpassmore commented 6 months ago

Note:start group: IF category: TEST summary: Improve retry transaction test by waiting for previous transactions to complete. Note:end