-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(code/app/starknet): Adapt Starknet app to latest P2P protos #819
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #819 +/- ##
==========================================
+ Coverage 75.79% 75.87% +0.08%
==========================================
Files 169 172 +3
Lines 14682 14785 +103
==========================================
+ Hits 11128 11218 +90
- Misses 3554 3567 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e57a003
to
733fa0c
Compare
733fa0c
to
c1966eb
Compare
@ancazamfir Note that I had to disable all tests pertaining to |
I also commented out vote extensions support for the Starknet app since those are not supported nor currently wanted by Starknet. |
signature: Some(p.signature.to_proto()?), | ||
}, | ||
SignedConsensusMsg::Vote(v) => v.to_proto()?, | ||
SignedConsensusMsg::Proposal(_) => unreachable!(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App panics here if configured with proposal-and-parts
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! 🚀
I think we should remove the |
Agreed! Let's do in a follow-up PR? EDIT: Tracked here: #835 |
Closes: #XXX
PR author checklist
For all contributors
For external contributors