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

(fix) add error logging and improve modularity #6686

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

SummerAnn
Copy link

@SummerAnn SummerAnn commented Nov 28, 2023

  1. Added error logging to Security.decrypt_all in security.py to assist with debugging issue Client - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xac in position 2: invalid start byte #6671 raised during call to ETHKeyFileSecretManger.decrypt_secret_value
  2. Added error logging to ETHKeyFileSecretManger.decrypt_secret_value in config_crypt.py to assist with debugging issue Client - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xac in position 2: invalid start byte #6671 raised during call to ETHKeyFileSecretManger.decrypt_secret_value
  3. Added functions to PreviousCommand in previous_strategy_command.py to improve readability and maintainability.
  4. Added functions to ConfigCommand in config_command.py to improve readability and maintainability.

@SummerAnn SummerAnn changed the title (fix) add error logging to Security.decrypt_all and ETHKeyFileSecretManger.decrypt_secret_value for debugging (fix) add error logging and improve modularity Nov 28, 2023
@nikspz
Copy link
Contributor

nikspz commented Apr 11, 2024

hi @SummerAnn Please review contribution guidelines, PR needs to be submitted from development and pointed to development branch

https://hummingbot.org/developers/contributions/
https://hummingbot.org/developers/contributions/#checklist

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.

None yet

2 participants