Giter Site home page Giter Site logo

fetchai / cosmos-consensus Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 7.0 60.14 MB

Integration of the Fetch DRB with the Tendermint consensus

License: Other

Shell 1.46% Dockerfile 0.16% Makefile 0.55% Go 75.03% Python 1.94% C++ 3.13% M4 0.58% C 14.78% Assembly 0.64% Java 0.68% HCL 0.05% HTML 0.32% Sage 0.68% CMake 0.02%

cosmos-consensus's People

Contributors

alessio avatar ancazamfir avatar bradyjoestar avatar brapse avatar caffix avatar cwgoes avatar dependabot-preview[bot] avatar dependabot[bot] avatar ebuchman avatar ejfitzgerald avatar ethanfrey avatar greg-szabo avatar jaekwon avatar jinmannwong avatar liamsi avatar mappum avatar melekes avatar mossid avatar n-hutton avatar odeke-em avatar petabytestorage avatar rigelrozanski avatar silasdavis avatar srmo avatar tac0turtle avatar thanethomson avatar valardragon avatar xla avatar zmanian avatar zramsay avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cosmos-consensus's Issues

Flakey Test: Invalid Header "time from the future"

The latest tests on master fail because due to an invalid timestamp.

2021/03/02 09:11:40 verify non adjacent from #2 to #1826 failed: invalid header: new header has a time from the future 2021-03-02 09:41:53.670730121 +0000 UTC (now: 2021-03-02 09:41:40.078103274 +0000 UTC m=+1818.218398677; max clock drift: 10s)

Reduction of the block structure size (droppting unnecesary fields, etc. ..)

ValidatorsHash: this value represents hash of whole set of validators which participated on DKG round valid for the CURRENT eon (which is still in proggress).
This value does not need to present in the each block, it is enough to be present only in single block where DKG round has been concluded. Blocks which depend on it can keep only block index as reference.

NextValidatorsHash: this value represents hash of whole set of validators which participated on DKG round valid for the NEXT eon (which has NOT started yet).
This value does not need to present in the each block, it is enough to be present only in single block where DKG round has been concluded. Blocks which will depend on it can keep only block index as reference.

ConsensusHash: This value represents has of the concesus configuration structure, which should not change during eon. Thus, this value could be present only in the block where configuration changed the last time, and following blocks can store only the index to that block.

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.