-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
#4318 forc-crypto
plugin exposing a CLI for common-use cryptographic operations
#5153
Conversation
c51eb87
to
95c364d
Compare
forc-crypto
plugin exposing a CLI for common-use cryptographic operationsforc-crypto
plugin exposing a CLI for common-use cryptographic operations
95c364d
to
7fa2b41
Compare
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.
Would you mind also adding a video of it being used to the description. thanks.
Screen.Recording.2023-10-02.at.02.02.40.mov |
Added unit tests to the argument parsing logic
Port 586ff3e547feddb782dde3d8dde7e45842df92ba from FuelLabs/fuel-core#1426 Context: FuelLabs/fuel-core#1426 (comment)
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com>
Each handler will return a serde_json::Value instead of printing themselves
273870d
to
d22eab0
Compare
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.
Looks nice 👌 Haven't tested the latest version locally but changes from the last review looks good to me! utACK
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.
Looks good!
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy.
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy.
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy.
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy.
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy.
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy (FuelLabs/sway#5170)
Import improvements from FuelLabs/sway#5153. Once this PR is merged and a new release is created sway will reference this crate instead of having its own copy (FuelLabs/sway#5170)
Description
Fixes #4318
Supported algorithms:
ecrecover(this will be added later)Checklist
Breaking*
orNew Feature
labels where relevant.