fix: waitForIndexer waiting for transactions that failed#358
fix: waitForIndexer waiting for transactions that failed#358
Conversation
b0aa106 to
a5d9ecf
Compare
|
Answered the first question at #356 (comment) Re: the second question, it is useful to have a log of transaction IDs where you are testing code that performs multiple transactions and want to assert on the result of that code. The transaction logger provides a nice unobtrusive way to do that out of the box. |
It's not clear to me why round would be slower. "wait for all transactions" (current implementation) and "wait for last round" (this PR) are the same question to the indexer, with the latter being more succinct and only requiring one call.
Are there any examples of how it'd be used? |
Proposed Changes
A few questions: