Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tendermint implementation #1867

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft

Tendermint implementation #1867

wants to merge 54 commits into from

Conversation

obasekiosa
Copy link

@obasekiosa obasekiosa commented May 15, 2024

fixes #1837

This PR creates the Tendermint implementation.

@obasekiosa obasekiosa changed the title Add basic spec for tendermint implementation Tendermint implementation May 15, 2024
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 38.10742% with 242 lines in your changes missing coverage. Please review.

Project coverage is 73.65%. Comparing base (03c1985) to head (4d10523).

Files Patch % Lines
consensus/tendermint/state_machine.go 25.66% 188 Missing and 9 partials ⚠️
consensus/tendermint/state.go 66.21% 24 Missing and 1 partial ⚠️
consensus/common/proposer_election.go 0.00% 6 Missing ⚠️
consensus/tendermint/message.go 81.25% 6 Missing ⚠️
consensus/tendermint/tendermint.go 0.00% 6 Missing ⚠️
consensus/common/common.go 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1867      +/-   ##
==========================================
- Coverage   75.40%   73.65%   -1.75%     
==========================================
  Files          97      103       +6     
  Lines        8343     8734     +391     
==========================================
+ Hits         6291     6433     +142     
- Misses       1520     1755     +235     
- Partials      532      546      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Baseline Tendermint implementation design
1 participant