-
Notifications
You must be signed in to change notification settings - Fork 283
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
[EPIC] connection chain code consolidation #1497
Comments
Refactoring to reduce redundancy is acceptable if functionalities provided by existing modules (e.g. monitoring functionality provided by startMonitor/stopMonitor API in cactus-cmd-socketio-server) are not removed. In particular, the following functionalities described in the API table are needed.
|
@petermetz Thanks for @izuru0's comment about the above API. Please let me add more information. We also need to the functionality of posting transactions and getting transaction information and status described as the following whitepaper The current codes are here
For example, these are called by the examples as the following: The above are only part of those functionalities and I will add the other functionalities we already developed on this comment later. After finishing our preparations, I'm happy that we will discuss about the API design. |
All of these modules have been refactored and/or deprecated - closing |
Description
As a maintainer I want to have packages that do not duplicate existing functionality so that it's easier to maintain the code, needs less documentation and newcomers can better understand what's going on in terms of individual package responsibilities.
This is a reboot of #719 which was opened in the Spring of 2021 and then went nowhere for 5 months with finally all the original work getting deleted from it completely.
Most of the issues within this epic will apply equally to all of these packages:
The text was updated successfully, but these errors were encountered: