ABEYCHAIN Developments (Week of Oct 17–24, 2022). Mainnet:.

23 Oct 2022, 04:17
ABEYCHAIN Developments (Week of Oct 17–24, 2022) Mainnet: 1.The RPC (Remote Procedure Call Protocol) has been updated to improve compatibility with other servers 2.The cmd command has been updated An ABI (Application Binary Interface) tool has been added to facilitate the construction of a transaction body or analysis of the transaction structure based on the ABI interface of smart contracts NOTE: The definition of an ABI interface describes the interface between an application and the operating system, between an application and its libraries, or between components of an application. ABI covers various details such as: The size, layout and alignment of data types; Calling convention (governs how the parameters of the function are passed and how the return value is accepted). For example: whether all parameters are passed on the stack, or through registers; which register is used for which function parameter; Whether a function parameter is pushed to the stack first or last; The encoding of system calls and how an application makes system calls to the operating system; 3.A new private key tool was added to facilitate the generation of private keys and private key management (keystore) ABEY Wallet: 1.Activity notification function is under development ABEYScan Explorer: 1.Back-end service has been optimized. The service framework has been upgraded 2.Display style of the transaction body in the transaction details page has been modified, which is now being displayed at 32 bytes per line. This better matches the smart contract structure, making it easier for developers to analyze contract transactions