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

Add tests for Inputs.Stack in transaction_logic/mina_transaction_logic.ml #12796

Merged
merged 30 commits into from
Oct 26, 2023

Conversation

gltrost
Copy link
Contributor

@gltrost gltrost commented Mar 9, 2023

Explain your changes:

Inside transaction_logic/mina_transaction_logic.ml is a module Inputs.Stack. This branch adds tests for Inputs.Stack to transaction_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 .

@gltrost gltrost requested a review from Sventimir March 9, 2023 12:25
@gltrost gltrost requested a review from a team as a code owner March 9, 2023 12:25
@gltrost gltrost self-assigned this Mar 9, 2023
@gltrost gltrost requested review from a team, imeckler and mrmr1993 as code owners March 20, 2023 20:32
@gltrost gltrost changed the base branch from develop to gltrost/transaction_logic_ledger_tests March 20, 2023 20:41
@gltrost gltrost changed the base branch from gltrost/transaction_logic_ledger_tests to develop March 20, 2023 20:41
Copy link
Contributor

@rbonichon rbonichon left a 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.

src/lib/transaction_logic/mina_transaction_logic.ml Outdated Show resolved Hide resolved
src/lib/transaction_logic/mina_transaction_logic.ml Outdated Show resolved Hide resolved
src/lib/transaction_logic/mina_transaction_logic.ml Outdated Show resolved Hide resolved
@gltrost gltrost changed the base branch from develop to gltrost/transaction_logic_ledger_tests April 4, 2023 16:28
@gltrost gltrost changed the base branch from gltrost/transaction_logic_ledger_tests to develop April 4, 2023 16:28
@gltrost gltrost requested review from a team, nholland94 and bkase as code owners May 11, 2023 12:37
@gltrost gltrost changed the base branch from develop to berkeley May 11, 2023 12:37
@gltrost gltrost changed the base branch from berkeley to develop May 11, 2023 12:38
@robinbb
Copy link

robinbb commented Oct 6, 2023

@kantp What do you think should happen to this PR? It received 3 passing reviews.

@kantp
Copy link
Member

kantp commented Oct 6, 2023

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.

@joaosreis
Copy link
Member

!ci-build-me

@joaosreis
Copy link
Member

!ci-build-me

@joaosreis joaosreis merged commit ea6d94c into develop Oct 26, 2023
1 of 2 checks passed
@joaosreis joaosreis deleted the gltrost/transaction_logic_stack_tests branch October 26, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[transaction_logic] Write tests for Mina_stack module.
7 participants