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

Test CLI store program command no longer defaults to the barebones program #860

Closed
wants to merge 3 commits into from

Conversation

ameba23
Copy link
Contributor

@ameba23 ameba23 commented May 29, 2024

The store program command in the test-cli now takes a program file as a mandatory positional argument. Before it was optional and fell back to the barebones program.

Removing this means we can remove the dependency entropy-testing-utils which in turn has entropy-tss as a dependency. This means we have quite a few less dependencies.

We do still need openssl so this doesn't fix #855 - but it might reduce the need for some other packages.

See related discussion: #856 (comment)

@ameba23 ameba23 requested review from HCastano and JesseAbram May 29, 2024 11:15
Copy link
Member

@JesseAbram JesseAbram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, I already removed this in #856 but did not remove it from the cargo.toml, I can do that now and we can avoid this PR?

@ameba23 ameba23 closed this May 29, 2024
@HCastano HCastano deleted the peg/rm-cli-dependency branch October 22, 2024 16:39
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.

Add prerequisites for the Entropy Test CLI.
2 participants