-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactor/organise src folder #46
base: main
Are you sure you want to change the base?
Refactor/organise src folder #46
Conversation
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.
why the select_coin
function is duplicated in lib.rs and selectcoin.rs?
please review again |
Kindly pull and just add the bnb as well |
I've added the bnb |
src/selectcoin.rs
Outdated
@@ -0,0 +1,135 @@ | |||
use crate::algorithms::bnb::select_coin_bnb; |
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.
BNB can be added into the existing use crate
statement.
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.
please check again @jkciw
Looks good to me, think we can merge during the sync call today |
pr has been updated for removal of is segwit field @delcin-raj |
There are clippy errors. But remove the unused variables in util.rs |
they are fixed |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage ? 94.93%
=======================================
Files ? 9
Lines ? 829
Branches ? 0
=======================================
Hits ? 787
Misses ? 42
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
LGTM
Your commits need to be signed. |
LGTM too |
I organised the src folder with proper modules and lib.rs file