We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have contradictory types for smesherID:
api/proto/spacemesh/v1/smesher_types.proto
Lines 52 to 54 in 9474f58
and
api/proto/spacemesh/v1/types.proto
Lines 30 to 32 in 57864fb
Unify these. Should the ID be bytes or AccountId?
bytes
AccountId
Note that we define SmesherID in go-spacemesh to be a NodeID: https://github.com/spacemeshos/go-spacemesh/blob/d4c11da68a0521ec8e23da1f3fd4a4a25c32de94/activation/activation.go#L76
SmesherID
NodeID
which gets turned into an address: https://github.com/spacemeshos/go-spacemesh/blob/d4c11da68a0521ec8e23da1f3fd4a4a25c32de94/api/grpcserver/smesher_service.go#L114
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have contradictory types for smesherID:
api/proto/spacemesh/v1/smesher_types.proto
Lines 52 to 54 in 9474f58
and
api/proto/spacemesh/v1/types.proto
Lines 30 to 32 in 57864fb
Unify these. Should the ID be
bytes
orAccountId
?Note that we define
SmesherID
in go-spacemesh to be aNodeID
: https://github.com/spacemeshos/go-spacemesh/blob/d4c11da68a0521ec8e23da1f3fd4a4a25c32de94/activation/activation.go#L76which gets turned into an address: https://github.com/spacemeshos/go-spacemesh/blob/d4c11da68a0521ec8e23da1f3fd4a4a25c32de94/api/grpcserver/smesher_service.go#L114
The text was updated successfully, but these errors were encountered: