Giter Site home page Giter Site logo

Comments (5)

edsko avatar edsko commented on May 30, 2024

Note that this depends on two improvements on the ledger side:

  • Make the Block type polymorphic #304
  • Split block header processing into protocol and payload components #305

from ouroboros-network.

edsko avatar edsko commented on May 30, 2024

Ok, so, change of plan. New plan is as follows:

  • Ensure a clearer separation between "consensus stuff" and "ledger stuff" in the ledger spec (input-output-hk/cardano-ledger-byron#305)
  • Generalize the "consensus stuff" part so that it does not require a specific type of Block but is more polymorphic (input-output-hk/cardano-ledger-byron#304). Note that there is no need to generalize the "ledger part", that can stay using a monomorphic Block type.

We would know we achieved our goal if we can run the Permissive BFT using the spec in our tests, using our SimpleBlock as the block type and our mock ledger (Ouroboros.Consensus.Ledger.Mock).

This means that modifying the tests to use the "real" ledger can then properly be a separate task altogether (#243), and once done, we should then easily be able to run the real ledger with permissive BFT (#244), as well as other combinations.

from ouroboros-network.

edsko avatar edsko commented on May 30, 2024

Note on time estimate: allowing a fair amount of time here, since this is the first integration point and is therefore bound to require some massaging on both ends.

from ouroboros-network.

mdimjasevic avatar mdimjasevic commented on May 30, 2024

Now that there is a protocol implementation for the permissive BFT, per @edsko the next step should be to get to a point where we can run the test-consensus test suite with PermBFT as the consensus algorithm.

from ouroboros-network.

edsko avatar edsko commented on May 30, 2024

Closing this as WONTFIX; we will only have the "real" implementation (#274).

from ouroboros-network.

Related Issues (20)

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.