-
Notifications
You must be signed in to change notification settings - Fork 993
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
Cleans up ferveo #3241
Conversation
4389dd5
to
c6d20b0
Compare
Codecov ReportAttention: Patch coverage is
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. |
crates/tx/src/data/wrapper.rs
Outdated
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, |
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.
this doc comment is now out of date.
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.
Should be up to date now
* grarco/ferveo-cleanup: Updates wrapper tx constructor documentation Changelog #3241 Cleans up ferveo-related things
* origin/grarco/ferveo-cleanup: Updates wrapper tx constructor documentation Changelog #3241 Cleans up ferveo-related things
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