Add a new proxy package, design and add gateway interface
Add node state management file
Add command line module and implement NewKeygenCmd command and VersionCmd command, etc.
Design and add net network transmission, communication (tcp/rpc) layer and other module logic, control_timer control logic, solve the logic and problems…
1. Design Alitas state machine and walk through state migration with demos
2. Design and complete the validator structure of the node
3. Improve and test functional interfaces such as supermajority and trustcount, and perform functional tests
4. Add Alitas state machine unit test case
5. Add validator and state pack related interfaces, test pack module; add different levels of logs in key processes to facilitate tracking and positioning
6. Design to introduce the hashgraph part of the structure, badger_store part, and test code compatibility
1. Design the Alitas Store class and define the data manipulation interface.
2. Discussed personalized parameters according to the characteristics of the Alitas system and complete the extraction and design of parameters for the system network.
3. Completion of the diversity and completeness of the services available to…