Skip to content

feat(consensus): implement propeller#3636

Open
rodrodros wants to merge 40 commits into
mainfrom
rdr/propeller
Open

feat(consensus): implement propeller#3636
rodrodros wants to merge 40 commits into
mainfrom
rdr/propeller

Conversation

@rodrodros
Copy link
Copy Markdown
Contributor

@rodrodros rodrodros commented May 13, 2026

This PR implements Propeller. All the main components have been implemented. What's missing is adding tests for them as well as integrating it into the consensus engine.

Due to Starknet not wanting to descentralize to a bigger number than 10 for now, Propeller is no longer relevant in the near future (aimed at 200 users) and Gossipsub is good enough for a small descentralized count.

We will merge the code and bring it up later if it is back on the table

Comment thread consensus/propeller/engine.go Fixed
Comment thread consensus/propeller/merkle/merkle.go Dismissed
Comment thread consensus/propeller/engine.go Fixed
rodrodros added 28 commits May 15, 2026 14:47
fix(consensus/propeller): shceduler.go minor improvs
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

❌ Patch coverage is 23.67410% with 993 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.43%. Comparing base (7b415b9) to head (99a155a).

Files with missing lines Patch % Lines
consensus/propeller/processor.go 0.00% 221 Missing ⚠️
p2p/server/server.go 0.00% 148 Missing ⚠️
consensus/propeller/proto/propeller.pb.go 11.58% 144 Missing and 1 partial ⚠️
consensus/propeller/engine.go 0.00% 131 Missing ⚠️
consensus/propeller/propeller.go 0.00% 90 Missing ⚠️
consensus/propeller/sharding.go 0.00% 62 Missing ⚠️
consensus/propeller/types.go 0.00% 59 Missing ⚠️
consensus/propeller/unit_validator.go 0.00% 53 Missing ⚠️
consensus/propeller/unit.go 0.00% 50 Missing ⚠️
consensus/propeller/reedsolomon/reedsolomon.go 64.28% 5 Missing and 5 partials ⚠️
... and 4 more

❌ Your patch check has failed because the patch coverage (23.67%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3636      +/-   ##
==========================================
- Coverage   77.20%   74.43%   -2.77%     
==========================================
  Files         388      402      +14     
  Lines       35110    36266    +1156     
==========================================
- Hits        27106    26996     -110     
- Misses       6043     7395    +1352     
+ Partials     1961     1875      -86     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants