So far, 11 epics of Lisk SDK 5.0.0 were closed. 5 of them were closed in July 2020. With that, 3 epics remain to be implemented. 1. Implemented new block schema A newly defined genesis block schema was implemented to allow the specification of the initial account states of a new blockchain created with the Lisk SDK in a simpler and more compact format. More details about the 10 closed issues of this epic can be found on GitHub. 2. Implemented lisk-tree A new Lisk Elements library called lisk-tree was implemented, which defines a generic Merkle tree structure and a format for proof-of-inclusion that can be used in different parts of the Lisk protocol. More details about the 10 closed issues of this epic can be found on GitHub. 3. IPC support for Lisk Framework The motivation behind this epic was to make it possible for Lisk Framework and third-party modules to communicate directly with other modules. More details about the 8 closed issues of this epic can be found on GitHub. 4. Simplified HTTP API The HTTP API module was simplified, now supporting only the most important endpoints. It was also separated from Lisk Framework as an independent library into Lisk Elements so that it can be expanded easily or installed separately if the user wants to. More details about the 8 closed issues of this epic can be found on GitHub. 5. Created forger plugin For node operators or developers it might be required to expand on certain functionalities within their blockchain application. Therefore, we developed a new concept called Lisk Framework plugins. The first plugin created, a forger plugin, provides and notifies forgers with more detailed information. More about the 13 closed issues of this epic can be found on GitHub. |