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

Add more information in info command #19

Closed
willyrgf opened this issue Nov 3, 2022 · 0 comments · Fixed by #26
Closed

Add more information in info command #19

willyrgf opened this issue Nov 3, 2022 · 0 comments · Fixed by #26
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@willyrgf
Copy link
Owner

willyrgf commented Nov 3, 2022

  • Add a "portfolio threshold function" and use it as arg to reach_min_threshold();
  • Improve the logs of reach_min_threshold();
  • Refactor this function to be simple as compare porfolio infos with config minimum threshold:
    pub fn reach_min_threshold(&self, assets_balances: &[AssetBalances]) -> bool {
  • Add wallet public address to table
  • Add current date on table
@devton devton added enhancement New feature or request good first issue Good for newcomers labels Nov 19, 2022
@devton devton changed the title Add reach_min_threshold() information in info command Add more information in info command Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants