Giter Club home page Giter Club logo

binance-dex's People

Contributors

bsathvik avatar rjected avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

binance-dex's Issues

DPoS Details

  • Write method for top n enrolled
  • Fix many-to-many for WriteVoteCount
  • Put code in validation.cpp to reject blocks not signed by addresses in top n enrolled

Complete LevelDB VoteCount construction algorithm

This comprises of finishing the TODOs in src/txdb.cpp, which means:

  • Determining whether or not it is more efficient to manipulate vote counts by the difference in the database states by block (num of addresses voting for, difference in enrollments, difference in balances, etc),

OR:

  • Computing new vote counts by iterating through every transaction in a block, taking more time but potentially saving man-hours because the above solution may not be as easy as it seems.

Add ability to freeze tokens

  • Know which tokens should be frozen and which shouldn't be
  • As a block producer do not put transactions with frozen tokens into blocks

Fix all help and error descriptions for all new RPC Commands

Fix sendtoaddress to contain the write information when you do commands like:

bitcoin-cli sendtoaddress <address> <address> 111

In both the bitcoin-cli help command and when you make an incorrect request.
Also delete the counttransactionvotes command

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.