GithubHelp home page GithubHelp logo

monorepo's People

Contributors

dependabot[bot] avatar magicalpineapple avatar snyk-bot avatar vandeurenglenn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

monorepo's Issues

chain: add validator selection & timeout

Let validators vote who to handle the incoming transactions

  • validators get rewarded only when voted for
  • timeout whenever a block takes more then 10 seconds to be validated and revote

chain: TODO for v1.6.0

TODO

  • all native contracts are proxied (less hasle when upgrading a contract
  • proxy manager standard
  • add stateStore (contracts can be loaded using the state) (introduces breaking change, devs need to make the state of their contract exposable ) see #82
  • add snapshotting (recover from state/decide from where to recover)
  • contracts can be upgraded and inited using state (be carefull! once the storage is set to the new contract it's no longer available in the old contract)
  • native voting system
  • validators produce blocks
  • syncs blocks with other nodes
  • double contracts throw and are not added (no cost)
  • transactions that fail are ignored (no cost and less resource usage)
  • native contracts that are internally used by the chain (iow no need for a wrapped token)
  • can add/remove validators
  • add roles standard

edits

  • 17/11/2022 - remove proxies & proxy manager, when stateStore is implemented, proxies are not needed.

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.