You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A slight update to this: currently, the actual protobuf definitions used by Starkware's implementation are not quite the same as what we have in the p2p-specs repo.
We have a promise that Starkware will publish the "final" protobufs in February in the specs repo -- we could maybe use their protobuf instead?
Starknet specifies message formats for Tendermint consensus in https://github.com/starknet-io/starknet-p2p-specs/blob/main/p2p/proto/consensus/consensus.proto , which doesn't exist yet in pathfinder. We should replace https://github.com/eqlabs/pathfinder/tree/main/crates/p2p_proto/proto with https://github.com/starknet-io/starknet-p2p-specs/tree/main/p2p/proto and use the new structure.
The text was updated successfully, but these errors were encountered: