Lisk is joining the Optimism Superchain ecosystem in 2024! Learn more about our planned migration to Ethereum, and what it means for our community, here

SDK 3.0.0 Development Complete and New Proof-of-Concepts

The month of October saw our developer teams progress with the SDK and the Lisk Builders get with experimenting with our toolkit. There are also some exciting news from our UI team for hardware wallet fanatics. Here are the main takeaways:

By Lisk

07 Nov 2019

generic-update_JAN 31 - BLOG_0.png

SDK

  • All of the main features planned for Lisk SDK 3.0.0 have completed development and are in the QA phase
  • Lisk SDK 3.0.0 will also feature two new mechanisms from the BFT consensus protocol to improve block synchronization performance
  • Development of the “mitigate transaction replay” feature is completed
  • Development on 'remove redundant properties from transaction objects' is completed

Lisk Builders

  • cc001 announced bdonor, a platform that connects willing donors with projects in a secure and decentralized way.
  • The team at Moosty created Lisk Roulette, an online roulette game built with the Lisk SDK.
  • Sidechain Solutions have powered through some serious work this month, creating; Lisk Rebuilder, LiskAPI.io Discord Bot and Lisk Inviter, which was led by Lemii.
  • Jon Gros-Dubois published a blog post with all the latest updates on his Lisk DEX project.
  • ThePool created the LDice PoC and published a blog post explaining the concept.
  • LiskMagazine continued the impressive output in October with nine articles posted.
  • The LiskBike team have been making steady progress as we approach the lisk.js event on November 19th.

UI

  • Lisk Hub 1.22.0 has been released, includes Trezor One hardware wallet support, signed transactions, and Swiss Franc fiat currency conversion.
  • We will be rename Lisk Hub to simply Lisk with version 1.23.0.

SDK & Platform

All of the main features planned for Lisk SDK 3.0.0 have completed development and are in the QA phase

The main features include the following Lisk Improvement Proposals:

  • Introduce robust peer selection and banning mechanism (LIP-0004)
  • Mitigate transaction replay on different chains (LIP-0009)
  • Remove redundant properties from transaction objects (LIP-0012)
  • Introduce BFT consensus protocol (LIP-0014)

Our QA process has started, and our focus has now switched to improving tests, identifying implementation details deviated from the LIPs, and doing some small refactoring.

Development of the “mitigate transaction replay” feature is completed

LIP-0009 was completed and included in SDK 3.0.0. This LIP proposes to mitigate transaction replay on different chains by introducing a network identifier as a constitutive component of the signature of a transaction.

Development on “remove redundant properties from transaction objects” is completed

LIP-0012 has been completed and included in SDK 3.0.0 as well. The current protocol allows for, and partially enforces, the usage of property-value pairs in transaction objects that are neither required nor used. These property-value pairs are contained in the JSON objects used to transmit transactions and in the input messages for the transaction signature and the transaction ID generation. This increases the size of transactions and the complexity of the protocol unnecessarily. Therefore, this LIP proposes to remove these redundant properties from transaction objects.

Lisk SDK 3.0.0 will also feature two new mechanisms from the BFT consensus protocol to improve block synchronization performance

The two synchronization mechanisms mentioned in LIP-0014 have been implemented: Block Synchronization Mechanism and Fast Chain Switching.

The first is triggered when a block is received and the difference in block slots between itself and the finalized block slot of the system is bigger than the number of delegates multiplied by 3 (303). The process of syncing is easy: the best peer out of the list of connected peers is computed according to the peer selection algorithm mentioned in LIP-0014 and blocks are requested to that peer and applied in chunks. The second, Fast Chain Switching mechanism is triggered when the difference in height between block received from the network and the latest block that node has is smaller than the number of delegates multiplied by two (202). Once triggered, blocks are requested and validated. If all of them are valid, the blocks are applied. This will allow nodes which are slightly behind on height or in a fork state, to catch up with the network faster than the block synchronization mechanism.

Lisk Builders

  • cc001 announced bdonor, a platform that connects willing donors with projects in a secure and decentralized way.
  • The team at Moosty created Lisk Roulette, an online roulette game built with the Lisk SDK.
  • Sidechain Solutions have powered through some serious work this month, creating; Lisk Rebuilder, LiskAPI.io Discord Bot and Lisk Inviter, which was led by Lemii.
  • Jon Gros-Dubois published a blog post with all the latest updates on his Lisk DEX project.
  • ThePool created the LDice PoC and published a blog post explaining the concept.
  • LiskMagazine continued the impressive output in October with nine articles posted.
  • The LiskBike team have been making steady progress as we approach the lisk.js event on November 19th. If you haven’t signed up for their workshop, you can do so here.

PS: Always use third party tools with caution.

User Interfaces

Lisk Hub 1.22.0 has been released, includes Trezor One hardware wallet support

We are happy to announce that our desktop application is able to support another member of the Trezor family, Trezor One. This is the fourth hardware wallet supported by Lisk Hub, after Ledger Nano S, Ledger Nano, X and Trezor Model T. You can read more about this implementation in our previous Development Update.

After the latest refactor made in our hardware wallet module, it was pretty straightforward to add support for Trezor One. The only specific of this hardware wallet is how the device is unlocked by PIN. All the previously supported models handle entering PIN by their own buttons or touch screen and don’t require any support in the desktop app for unlocking the device. If the device is locked, it doesn’t even show up on Hub. Trezor One, however, uses a blind metrix (for more info see official Trezor docs here) for entering the PIN.

Same as the other hardware wallets you can ‘Sign In’ with your Trezor One, selecting the option ‘Sign In’ with Hardware Wallet from the ‘Sign In’ page.

signin.png

Then you will see the the new page with the matrix screen to introduce your Trezor One pin.

signin1.png

After you unlock your Trezor One device, you will see the available accounts in the next screen.

signin2.png

After you select the account that you want to sign in to, you will be able to access and manage your tokens via Hub. In the confirmation page, you will always need to use your Trezor One device to confirm or reject that transaction.

signin3.png

Lisk Hub 1.22.0 allows you to verify the authenticity of your account by signed messages

The new version of Lisk Hub enable you to sign a random message. One of the benefits of this feature is to prove the ownership of your account. This feature was available in Lisk Hub but there was no screen to enable users to validate signed messages and users had to do so using our old wallet, Lisk Nano, or other tools developed and maintained by other community members. With this release, we have added a screen dedicated to verifying messages which are signed as mentioned above. You can access this screen through a launch protocol: Lisk://sign-message. Simply click on this link and, if Lisk Hub is installed on your computer, it’ll run the app, and open the sign message page. You can input any string/message and the output will be similar to the following screen:

console.png

Similarly for verifying a signed message, you can click on Lisk://verify-message . There are two options: you can either enter the entire message generated by Lisk Hub in a single input:

verify1.png

Or you can enter the values individually:

verify2.png

Choose one of the methods, fill in your information accordingly and press continue – Lisk Hub will determine if the message was signed by the owner of the account whose public key is included in this signed message or not. If successful, your screen should display this:

PS: With the next release, we are dropping ‘Hub’ in the name. Our desktop app will simply be called Lisk.

Lisk Hub 1.22.0 introduces the anonymous Matomo analytics call-to-action banner to guide product development

Every piece of software needs to receive feedback from real users to help understand their experience and build on it. This statement is valid for all the project and Lisk Hub is not an exception. Many teams use Google Analytics to gather information, also a feature-rich product for collecting statistics In order to guarantee user privacy however, we have chosen to implement Matomo which is run on our servers and therefore promises 100% data ownership and provides you with a secure way to give us information about your experience. Furthermore, we’re collecting only potential JavaScript erros and usage statistics anonymously, while more sensitive information such as IP, passphrase, location or any other sensitive information are not involved in this process. Since this option was less visible in the settings page, we decided to ask your to activate Matomo using a banner under the main header.

If you use Lisk Hub, we would really appreciate if you activate this feature to help us constantly improve your experience of our wallets in the future.

We have introduced visual testing in order to eliminate visual defects in Hub

In October, we have expanded our testing efforts with the help of visual testing. The idea is to capture DOM snapshots and assets for the specific screens during our testing process and send them to a visual testing provider to render screenshots. Screenshots are then compared with the latest approved ones. In case there are any differences in pixel-by-pixel comparison, we get a warning meaning layout or styles were changed. There are a variety of tools to fulfill visual testing and we are using Percy.

Bellow you can see a screenshot which demonstrates Percy capturing an unintended change in our generic style rules which affected basic HTML elements.

We should either approve changes or raise our attention and identify the code that caused unintended effects. This approach compliments our functional testing and helps to eliminate visual defects.

Lisk Hub 1.22.0 also supports Swiss Franc fiat currency conversion

We have added Swiss Franc (CHF) to the list of supported fiat currencies on Lisk Hub. before this, we were only supporting Euro and USD. We added CHF because Lisk is a Switzerland based foundation and we have many users from that region. You can choose the Swiss Franc as your default currency in Setting pages. After that you will be able to choose your desired fiat currency converter in the transaction page.

Lisk Development Team

Lisk is on a mission to enable you to create decentralized, efficient, and transparent blockchain applications. Join us: