-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(code/app/starknet): Adapt Starknet app to latest P2P protos (#819)
* Update Starknet protos to their latest version * Adapt Starknet app to new protos * Use height and round as stream id in example app * Use `ConsensusStreamId` proto message for stream id in Starknet app * Fix formatting of stream ids * Update protos for interop * Add `ProposalCommitment` type * Add `BlockInfo` type * Update proposal building and assembly from parts to account for BlockInfo and ProposalCommitment * Update protos * Adapt to latest proto changes * Post-merge fixes * Disable integration tests with proposal mode, keep parts only * Set parts-only in spwan.bash * Add detail to panic when explicit proposal * Fix fmt --------- Co-authored-by: Anca Zamfir <[email protected]>
- Loading branch information
1 parent
614a46c
commit fec4b6e
Showing
57 changed files
with
1,089 additions
and
867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.