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

Create a test Cardano transactions builder #1667

Closed
2 tasks done
jpraynaud opened this issue May 3, 2024 · 0 comments · Fixed by #1703
Closed
2 tasks done

Create a test Cardano transactions builder #1667

jpraynaud opened this issue May 3, 2024 · 0 comments · Fixed by #1703
Assignees
Labels
devX 🌞 Developer experience

Comments

@jpraynaud
Copy link
Member

jpraynaud commented May 3, 2024

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

  • Assess the existing generators (Focus on the generator in the prover service)
  • Design and implement a transactions builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devX 🌞 Developer experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants