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

#4318 forc-crypto plugin exposing a CLI for common-use cryptographic operations #5153

Merged
merged 22 commits into from
Oct 28, 2023

Conversation

cr-fuel
Copy link
Contributor

@cr-fuel cr-fuel commented Sep 28, 2023

Description

Fixes #4318

Supported algorithms:

Checklist

  • I have linked to any relevant issues.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation where relevant (API docs, the reference, and the Sway book).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added (or requested a maintainer to add) the necessary Breaking* or New Feature labels where relevant.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.

@cr-fuel cr-fuel force-pushed the cr/forc-crypto-plugin branch 11 times, most recently from c51eb87 to 95c364d Compare September 30, 2023 17:19
@cr-fuel cr-fuel marked this pull request as ready for review September 30, 2023 19:01
@cr-fuel cr-fuel changed the title WIP: #4318 forc-crypto plugin exposing a CLI for common-use cryptographic operations #4318 forc-crypto plugin exposing a CLI for common-use cryptographic operations Sep 30, 2023
@cr-fuel cr-fuel requested review from sdankel, Voxelot, JoshuaBatty and a team September 30, 2023 19:01
@cr-fuel cr-fuel enabled auto-merge (squash) September 30, 2023 19:02
@JoshuaBatty JoshuaBatty added enhancement New feature or request forc labels Oct 1, 2023
Copy link
Member

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

forc-plugins/forc-crypto/Cargo.toml Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/Cargo.toml Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/address.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/content.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/content.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/maybe_file.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/maybe_file.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/maybe_file.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/maybe_file.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/maybe_file.rs Outdated Show resolved Hide resolved
@JoshuaBatty JoshuaBatty requested a review from a team October 1, 2023 23:23
forc-plugins/forc-crypto/Cargo.toml Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/main.rs Outdated Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
forc-plugins/forc-crypto/src/content.rs Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@JoshuaBatty JoshuaBatty requested a review from a team October 2, 2023 01:31
forc-plugins/forc-crypto/src/main.rs Outdated Show resolved Hide resolved
forc-plugins/forc-crypto/src/address.rs Outdated Show resolved Hide resolved
@kayagokalp kayagokalp requested a review from a team October 2, 2023 01:51
@cr-fuel
Copy link
Contributor Author

cr-fuel commented Oct 2, 2023

Screen.Recording.2023-10-02.at.02.02.40.mov

Copy link
Member

@kayagokalp kayagokalp left a 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

Copy link
Member

@sdankel sdankel left a comment

Choose a reason for hiding this comment

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

Looks good!

@cr-fuel cr-fuel merged commit 6d345f6 into master Oct 28, 2023
32 checks passed
@cr-fuel cr-fuel deleted the cr/forc-crypto-plugin branch October 28, 2023 14:54
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Oct 31, 2023
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.
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Oct 31, 2023
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.
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Oct 31, 2023
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.
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Oct 31, 2023
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.
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Oct 31, 2023
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.
cr-fuel added a commit to FuelLabs/fuel-core that referenced this pull request Nov 1, 2023
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)
GoldenPath1109 added a commit to GoldenPath1109/fuel-core that referenced this pull request Sep 7, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request forc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a forc-crypto plugin exposing a CLI for common-use cryptographic operations
4 participants