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

Cleans up ferveo #3241

Merged
merged 3 commits into from
May 21, 2024
Merged

Cleans up ferveo #3241

merged 3 commits into from
May 21, 2024

Conversation

grarco
Copy link
Collaborator

@grarco grarco commented May 14, 2024

Describe your changes

Removes the references to ferveo

Indicate on which release or other PRs this topic is based on

v0.35.1

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

@grarco grarco force-pushed the grarco/ferveo-cleanup branch from 4389dd5 to c6d20b0 Compare May 14, 2024 13:54
Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 56.32184% with 38 lines in your changes are missing coverage. Please review.

Project coverage is 60.25%. Comparing base (4ed6229) to head (8c0b9e4).

Files Patch % Lines
crates/tx/src/data/wrapper.rs 56.32% 38 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3241   +/-   ##
=======================================
  Coverage   60.24%   60.25%           
=======================================
  Files         303      302    -1     
  Lines       93191    93181   -10     
=======================================
+ Hits        56145    56146    +1     
+ Misses      37046    37035   -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grarco grarco marked this pull request as ready for review May 14, 2024 14:34
@grarco grarco requested a review from batconjurer May 14, 2024 14:34
fn from_str(s: &str) -> Result<Self, Self::Err> {
Ok(Self(s.parse()?))
impl WrapperTx {
/// Create a new wrapper tx from unencrypted tx, the personal keypair,
Copy link
Member

Choose a reason for hiding this comment

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

this doc comment is now out of date.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should be up to date now

@grarco grarco requested a review from batconjurer May 15, 2024 16:06
brentstone added a commit that referenced this pull request May 16, 2024
* grarco/ferveo-cleanup:
  Updates wrapper tx constructor documentation
  Changelog #3241
  Cleans up ferveo-related things
brentstone added a commit that referenced this pull request May 21, 2024
* origin/grarco/ferveo-cleanup:
  Updates wrapper tx constructor documentation
  Changelog #3241
  Cleans up ferveo-related things
@tzemanovic tzemanovic merged commit 257856a into main May 21, 2024
16 of 19 checks passed
@tzemanovic tzemanovic deleted the grarco/ferveo-cleanup branch May 21, 2024 13: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.

4 participants