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

Change test-cli default access mode and update readme for recent changes #643

Merged
merged 8 commits into from
Feb 26, 2024

Conversation

ameba23
Copy link
Contributor

@ameba23 ameba23 commented Feb 19, 2024

Some minor changes relating to the test CLI:

  • Update / improve the readme,
  • Changes the default key visibility mode from public to permissioned.
  • Adds a very simple program binary example-noop.wasm (mentioned in the test-cli readme) which will just sign any message you give it.

Copy link

vercel bot commented Feb 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
entropy-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 23, 2024 9:44am

KeyVisibility::Private(_) => Visibility::Private,
KeyVisibility::Permissioned => Visibility::Permissioned,
KeyVisibility::Public => Visibility::Public,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nothing changed here these are just re-ordered for clarity

@ameba23 ameba23 marked this pull request as ready for review February 23, 2024 09:01
@ameba23 ameba23 merged commit 999151c into master Feb 26, 2024
10 checks passed
@ameba23 ameba23 deleted the peg/update-test-cli-readme branch February 26, 2024 07:29
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.

2 participants