Improved the accuracy and clarity of the calculus used in the Telegram message generation
Also, running in DEBUG will use some hardcoded values to make sure the Telegram message generation part of the code can be properly tested.
Reviewed and fixed the hardcoded fees for all supported platforms.
Added a script to help setting up a working dev environment allowing to publish your own code without relying on the github CI for the package generation. This is meant to help kickstart new contributors.
Refactored the main function to split logic in functions and regions for improved clarity of purpose. Fixed build warnings.
Please note that these changes have been only tested in the context of an FTX account usage. However compatibility was kept in mind and no major breaking changes have been made, so everthing should be fine for any users.
Improved the accuracy and clarity of the calculus used in the Telegram message generation
Also, running in DEBUG will use some hardcoded values to make sure the Telegram message generation part of the code can be properly tested.
Reviewed and fixed the hardcoded fees for all supported platforms.
Added a script to help setting up a working dev environment allowing to publish your own code without relying on the github CI for the package generation. This is meant to help kickstart new contributors.
Refactored the main function to split logic in functions and regions for improved clarity of purpose. Fixed build warnings.
Please note that these changes have been only tested in the context of an FTX account usage. However compatibility was kept in mind and no major breaking changes have been made, so everthing should be fine for any users.
Feedback welcomed :)