BitShares EOS (BEOS): A middle-ground blockchain for compiled code and smart contracts

avatar
(Edited)

BlockTrades was contracted late last year to develop a new blockchain called BitShares EOS. One of the primary goals of this blockchain, as hinted at by the name, is to give the BitShares community access to EOS-style smart contracts. To understand why this is useful, it’s important to have a basic understanding of BitShares and its history.

BitShares: a Blockchain-based decentralized exchange

BitShares was the first high-performance decentralized exchange utilizing blockchain technology to maintain its order books. It supports “smartcoins” that were designed to track the price of fiat currencies like the chinese national yuan and the US dollar using data feeds provided by block producers. These smartcoins often serve as popular “base” currencies in the trading pairs available on the decentralized exchange.

BitShares also supports “user-issued assets” which are tokens that anyone can create and back with some form of value. For example, businesses that operate “gateways” on BitShares issue proxy tokens in exchange for deposits of cryptocurrency. These proxy tokens are directly tradeable on the BitShares decentralized exchange and can later be converted back into the coin they are backed by. This allows users to trade coins like bitcoin and ethereum on the exchange using these proxy tokens.

Tradeoffs: Compiled Code versus Smart Contracts

A trading exchange must support fast matching of market orders, so BitShares was written in compiled C++ code for high performance. This does have one disadvantage, however: it means that in order to add new functionality to BitShares, a new version of the code must be compiled, and the block producers must agree to upgrade to the new version of the software. This means that whenever any new feature is added to the code, a certain amount of politics is involved in getting agreement to use the new software and there’s also some delay while waiting for a sufficient number of block producers to upgrade.

The Ethereum blockchain, by contrast, took a different approach to adding new functionality: smart contracts. A smart contract is code that can be added to the blockchain “on-the-fly” without requiring block producers to upgrade to a new version. This is done by writing smart contracts in an “interpreted language” instead of a “compiled language”. Unlike compiled code, interpreted code can be added to a program (e.g. blockchain software) while the program is running.

In fact, block producers don’t even get to decide if the functionality provided by the smart contract code is necessary or even useful. Just like a single block producer doesn’t get to decide if your transactions are processed, a single block producer can’t stop the addition of new functionality provided by a smart contract.

Problems with Smart Contracts: network security risks, capability, speed

Because block producers can’t easily prevent the addition of new functionality via smart contracts and don’t get an opportunity to review the functionality of the new software before it’s running on their computer, it’s important that the abilities of smart contracts be limited. For example, it wouldn’t make sense to allow someone to publish a smart contract that stole everyone else’s money. Nor should smart contracts be allowed to wipe the hard drives on the computer running the blockchain software.

Blockchain software wasn’t the first time the need for this kind of security was necessary when dealing with interpreted languages: a similar issue happens with web browsers like Chrome, Firefox, and Internet Explorer. Your web browser can run interpreted software from web sites you visit, so the web browser runs such software in a so-called sandbox to prevent the code from stealing data from your computer. In a similar way, a blockchain that supports smart contracts must execute them in a sandbox with strictly limited access to system resources.

Another limitation on smart contracts is that because they are written in an interpreted language they are inherently slower than compiled code. Just how much slower depends a lot on the language chosen and the functions being performed, but it’s not too unlikely that the resulting interpreted code can be 5-10 times slower than compiled code with equivalent functionality. The “sandbox” that provides security against malicious interpreted code can also make smart contracts run much slower since extra code has to execute to determine if the smart contract has “permission” to do certain actions.

Smart contracts enable faster upgrades and more decentralized development

Smart contracts execute slower than compile code and have more restricted functionality, but enable blockchain functionality to be upgraded without getting consensus from block producers. As Ethereum as shown, this has turned out to be a powerful advantage for a blockchain, because it removes one of the bigger barriers to upgrading blockchain functionality. Most operators of blockchain nodes do not want to routinely have to upgrade their software manually. Nor do most software developers want to have to “campaign” to get their functionality added to the blockchain software. Smart contracts allow developers to add new functionality without needing to convince node operators to upgrade to the new functionality and eliminates the burden on blockchain node operators to do the upgrade.

Smart contracts for BitShares

There’s three ways smart contract technology can be brought into the BitShares ecosystem: 1) add smart contract processing code to the existing BitShares code base, 2) use an existing smart contract blockchain like Ethereum or EOS and try to write smart contracts that replicate existing BitShares functionality like exchange trading, voting, etc, or 3) add a sidechain which can execute smart contracts that operate on BitShares tokens.

Option 1, adding smart contract processing to the BitShares code base is theoretically an ideal solution, but there are significant risks associated with this approach as smart contract technology is still so new that it introduces many security risks which are arguably unacceptable for a financial platform.

Option 2, upgrading to whole new blockchain has all the risks of Option 1, and is even more problematic as it is likely to result in a degradation in performance for key BitShares operations such as order matching, because smart contracts use more memory and execute considerably slower than compiled code.

Option 3, the sidechain path, is the path we chose to bring smart contracts to BitShares. Financial risks are limited to the amount of tokens that are moved onto the sidechain and the execution of a malicious smart contract can’t impact the performance of trading on the main BitShares blockchain. Yet at the same time, businesses have the flexibility to write customized smart contracts that operate on BitShares tokens.

One caveat: gateways vs true sidechains

In an ideal world, BitShares tokens and BEOS tokens should be transferable back and forth in a trustless manner, but initially the two blockchains are being connected via a trusted gateway operated by BlockTrades under a contract with the BEOS trustees. The long-term plan is to replace this gateway with a trustless transfer mechanism via a true sidechain, but the code for this has not yet been written.

Note that the implementation of such a trustless system will require code changes to both BitShares and BEOS, so it will require approval from the block producers of both chains (in theory, the changes could probably be done to BEOS without requiring an upgrade to the core code using smart contract code, but for performance reasons it’s probably better done at the compiled code level).

Differences between BEOS and EOS

In it’s initial release, relatively few changes have been made to the EOS code upon which BEOS is based. This means that most smart contracts written for EOS should be easily portable to BEOS. The primary changes in BEOS are related to the way tokens are distributed: instead of being sold via an ICO, BEOS tokens will be handed out over an 89 day period to BitShares and Brownie.pts holders that temporarily deposit their tokens to the BitShare-BEOS gateway. During the distribution period, BEOS tokens won’t be transferable (coins are distributed in “staked” form and can only be unstaked once the distribution period is over).

Similar changes were made to RAM tokens, although these will be distributed over a much longer period of time (80 weeks).

Interview about BEOS tonight (sorry for short notice)

I was asked yesterday to give an interview with Crypto Connie about the work we’ve done on BEOS and it’s scheduled for live streaming tonight at 9pm Eastern Standard Time:

https://www.youtube.com/c/BlueRockTalkwithConnieWillis



0
0
0.000
29 comments
avatar

To listen to the audio version of this article click on the play image.

Brought to you by @tts. If you find it useful please consider upvoting this reply.

0
0
0.000
avatar

This is very interesting and demonstrates how powerful BitShares truly is and how unfortunate it has been to see activity move elsewhere for solutions that could exist on BitShares!

Posted using Partiko iOS

0
0
0.000
avatar

I guess you've been working on this for a while! Should be good!

Optimized-AmsterBitfestIMG_20180921_133119 (1).jpg

0
0
0.000
avatar

Looking forward to seeing the results.

0
0
0.000
avatar

Wow fantastic information! I am a user of both blocktrades and bitshares. So nice to have legitimate pros coding the gateways between different technologies and innovating.

Thanks for what you do!

Posted using Partiko iOS

0
0
0.000
avatar

Thanks for sharing this information it is really helpful to know about BitShares blockchain.i will definitely join the live stream to know about BEOS.

0
0
0.000
avatar

How does one become a witness/block producer on BEOS?

0
0
0.000
avatar

Block producers are elected similar to Steem and EOS (by stake). Initially the chain will be launched with a set of init witnesses, then after about 2 weeks (long enough for users to accumulate stake), stake holders can elect witnesses.

0
0
0.000
avatar
(Edited)

Exciting stuff! Very thorough explanation!

0
0
0.000
avatar

0
0
0.000
avatar

why does the bitshares website disconnect so much ? shouldn't the bitshares user interface be upgraded in order to compete with binance ?

0
0
0.000
avatar

Nice Post!

Congrats! Welcome to 10$ posts club!(Get 10$ incoming for single post on Steem.) You got my upvote for 0.66 STEEM.

We offer a VIP service for you on Youtube mp3 website. You can convert any amount of youtube videos to mp4 or mp3 format by using this service. Have a try!

0
0
0.000
avatar

Would be interested to discuss with you how a 'true sidechain' to bitshares could be implemented. The solutions I have seen so far are not satisfying.

0
0
0.000
avatar

@blocktrades how difficult would it be to port BEOS to Steem once it's completed?

Posted using Steeve, an AI-powered Steem interface

0
0
0.000
avatar

It's pretty easy to setup a gateway similar to the one we setup for BitShares: we have all the necessary software to do it now.

0
0
0.000
avatar

Interesting read. I got confused about the side chain aspect and how they are different from a gateway.

Do you have the code available in Gitlab or Github ?

0
0
0.000
avatar

To implement a sidechain, you need a way for one blockchain to recognize the legitimacy of a transaction that's happened on another blockchain, which in turn allows tokens to be "moved" from one chain to another. In practical usage, it's very similar to a gateway, except there's no "trusted party" that holds the tokens that have been moved to the other chain. Instead the deposit/withdrawal process is handled by the core code of the two blockchains.

We haven't written any code for sidechain support at this point in time, it's more of a long term goal to get something like this to replace the gateways. Note the sidechain concept goes by several terms (for example, it's referred to in BitShares and EOS forums as interblockchain transfers).

0
0
0.000
avatar

So the long term plan is a side chain and implement cross chain / inter blockchain communication and for now the transfers are facilitated via a gateway right ?

Also, in the BEOS, are you using MongoDB like EOS ?

We haven't written any code for sidechain support at this point in time, it's more of a long term goal to get something like this to replace the gateways

And the code for the gateway will be Open Source / GPLed ?

Thank you for your detailed response. Its very informative.

0
0
0.000
avatar

Hi @blocktrades. I had 100 steem leave my wallet to you 4 hours ago and I did not transfer that!! Where did it go and how did it get sent? Can you help me?

0
0
0.000
avatar

instead of being sold via an ICO, BEOS tokens will be handed out over an 89 day period to BitShares and Brownie.pts holders that temporarily deposit their tokens to the BitShare-BEOS gateway

Did this already happen, or is it still possible to stake BTS to receive the ‘airdrop?’

If so, do you have any links to info providing more detail how to do so?

Thanks!

0
0
0.000
avatar

why does the bitshares website disconnect so much ? shouldn't the bitshares user interface be upgraded in order to compete with binance ?

0
0
0.000