{"id":21659859,"url":"https://github.com/paritytech/rhododendron","last_synced_at":"2025-07-17T22:33:13.308Z","repository":{"id":57660883,"uuid":"139961374","full_name":"paritytech/rhododendron","owner":"paritytech","description":"Asynchronously safe BFT consensus, implementation in Rust","archived":true,"fork":false,"pushed_at":"2019-07-30T10:59:08.000Z","size":58,"stargazers_count":35,"open_issues_count":4,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-09T00:20:17.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paritytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-06T09:09:44.000Z","updated_at":"2024-09-03T21:46:31.000Z","dependencies_parsed_at":"2022-09-08T01:10:48.919Z","dependency_job_id":null,"html_url":"https://github.com/paritytech/rhododendron","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/paritytech/rhododendron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Frhododendron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Frhododendron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Frhododendron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Frhododendron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paritytech","download_url":"https://codeload.github.com/paritytech/rhododendron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Frhododendron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672342,"owners_count":23808844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T09:31:45.913Z","updated_at":"2025-07-17T22:33:13.025Z","avatar_url":"https://github.com/paritytech.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Rhododendron\n\nFutures-based BFT in Rust. Mostly works, but not ready for production.\n\nMost of the work is done with the `agree` function:\n```rust\npub fn agree\u003cC: Context, I, O\u003e(context: C, nodes: usize, max_faulty: usize, input: I, output: O)\n\t-\u003e Agreement\u003cC, I, O\u003e\n{\n    // ...\n}\n```\n\nThere are three parts to invoking `agree`:\n  - A `Context`, encapsulating value type to be agreed upon, as well as generation, evaluation, and signatures on values.\n  - An input stream of messages from other nodes.\n  - An output sink of messages which will reach all other honest nodes.\n\nThis yields an `Agreement` which can be run on an event loop to completion.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Frhododendron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparitytech%2Frhododendron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Frhododendron/lists"}