Giter VIP home page Giter VIP logo

student_18_byzcoin's Introduction

ByzCoin - previously OmniLedger

This repo is the development of the omniledger project, that aims to bring skipchains to a new level of performance and functionality. Broadly speaking, OmniLedger will implement:

  1. multiple transactions per block
  2. queuing of transactions at each node and periodical creation of a new block by the leader
  3. allow for verification functions that apply to different kinds of data
  4. view-change in case the leader fails
  5. sharding of the nodes
  6. inter-shard transactions

1-4 are issues that should've been included in skipchains for a long time, but never got in. Only 5-6 are 'real' omniledger improvements as described in the OmniLedger Paper.

Implementation

Schedule

We will follow the above list to implement the different parts of OmniLedger. Once we reach point 3 or 4, we'll start porting services over to the new omniledger blockchain. As we still want to keep downwards-compatibility, we probably will need to create new services.

Work on 1. is finished, work on 2. has been started.

To find the current state of omniledger, use the README.

Sub-tasks

For 2. to work, we go in steps:

  • implement queueing at the leader
  • implement queues at the followers
  • leader regularly asks followers for new transactions

In addition to this, the ByzCoinX protocol needs to be improved.

Queueing at the leader

Whenever a leader gets a new transaction request, he puts it in a queue and waits for further transactions to come in. After a timeout, the leader collects all transactions and proposes them in a new block to the followers who will sign the new block by creating a forward-link.

Queueing at the followers

The followers hold a queue

ByzCoinX

This protocol handles the consensus algorithm of OmniLedger and is described in the paper. One thing that is missing in the paper is possible improvements to make the protocol more usable in a real-world environment:

  • sub-leaders propagate the commit once a threshold of leafs replied
  • the leader can accept to go on if there are enough commits from the subleaders to reach 2/3 consensus with a high probability

People

This effort is lead by the following people:

  • Semester students:
    • Pablo Lorenceau - working on multpile transactions per block
    • Raphael Dunant - improving ByzCoinX
  • Engineers:
    • Linus Gasser - documentation and communication
    • Kelong Cong - working on Darc
    • Jeff Allen - testing and code review
  • PhD students:
    • Eleftherios Kokoris - making sure we don't do stupid things

student_18_byzcoin's People

Contributors

ineiti avatar kc1212 avatar jeffallen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.