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
We need to have a simple and versatile way of creating test transactions which are used in our unit tests. We have already created multiple generators in the code that will be superseded by this builder. The builder will be tested which will allow better quality of tests.
What
Assess the existing generators and implement a builder that will fit all the existing needs and which can be easily extended with new needs.
How
Assess the existing generators (Focus on the generator in the prover service)
Design and implement a transactions builder
The text was updated successfully, but these errors were encountered:
Why
We need to have a simple and versatile way of creating test transactions which are used in our unit tests. We have already created multiple generators in the code that will be superseded by this builder. The builder will be tested which will allow better quality of tests.
What
Assess the existing generators and implement a builder that will fit all the existing needs and which can be easily extended with new needs.
How
The text was updated successfully, but these errors were encountered: