-
Notifications
You must be signed in to change notification settings - Fork 546
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
Add tests for Inputs.Stack in transaction_logic/mina_transaction_logic.ml #12796
Conversation
…com/MinaProtocol/mina into gltrost/transaction_logic_stack_tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes in exposed type signatures might give more consistency.
…com/MinaProtocol/mina into gltrost/transaction_logic_stack_tests
…com/MinaProtocol/mina into gltrost/transaction_logic_stack_tests
@kantp What do you think should happen to this PR? It received 3 passing reviews. |
Thanks @robinbb, I had lost track of this one, it seems it was blocked by CI and now got some conflicts. I'll add a task to our backlog to see if we can get it to merge. |
…n_logic_stack_tests
!ci-build-me |
!ci-build-me |
Explain your changes:
Inside
transaction_logic/mina_transaction_logic.ml
is a moduleInputs.Stack
. This branch adds tests forInputs.Stack
totransaction_logic/tests/mina_transaction_logic.ml
.Explain how you tested your changes:
I ran
dune runtest src/lib/transaction_logic
to ensure all tests worked.Closes Write tests for Mina_stack module #12593 .