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 dummy plugin and CLI to execute for testing #290

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

j-lanson
Copy link
Collaborator

This PR introduces a dummy plugin rand_data that takes an int N and returns a vec of random bytes with length N. It also adds a CLI subcommand hc plugin that will do the work of starting, intializing, and querying the plugin for an array of bytes, then closing. This is a temporary and hidden subcommand to help us with testing the plugin query-protocol code we write.

@j-lanson j-lanson added type: enhancement New feature or request type: ui UI-related changes that should get heightened review. labels Aug 20, 2024
@j-lanson j-lanson added this to the 3.6.0 milestone Aug 20, 2024
@j-lanson j-lanson self-assigned this Aug 20, 2024
alilleybrinker
alilleybrinker previously approved these changes Aug 22, 2024
@alilleybrinker
Copy link
Collaborator

@j-lanson just needs a rebase

@j-lanson j-lanson force-pushed the jlanson/dummy-plugin branch from eb68e05 to e9f1098 Compare August 23, 2024 12:55
@j-lanson j-lanson force-pushed the jlanson/dummy-plugin branch 2 times, most recently from 4cfe639 to 9c1fbe8 Compare August 23, 2024 13:15
@alilleybrinker alilleybrinker merged commit 79414b1 into main Aug 23, 2024
9 checks passed
@j-lanson j-lanson deleted the jlanson/dummy-plugin branch August 26, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request type: ui UI-related changes that should get heightened review.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants