Achain Technology Update
Sep 30, 2021
- Add the documentation of the use of cli.
- Add Ram purchase documentation and cli can not connect to node problem documentation.
- Replace the exceptions thrown by assert to the stack and stack operations.
- Organize and add error codes, so that the log for the error record more detailed, easy to analyze and locate the problem.
- Investigate Achain’s native DPOS consensus model, consider taking the optimized PBFT algorithm to ensure consistency.
- Study whether it is possible to temporarily generate a pair of public and private keys for each peer for message interaction to ensure the security and isolation of messages.
- Study how to minimize the redundancy of network messages during transaction or block broadcast, and improve the effective communication efficiency of messages.
- Considering the preference of different nodes for encryption protocols, the encryption algorithm required for message encryption can be negotiated during peer handshake.