Skip to content
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

node-split PoC: Update IdentityStateInfo and PoetInfoResponse #395

Merged
merged 4 commits into from
Nov 29, 2024

Conversation

kacpersaw
Copy link
Contributor

Description

  • Added ErrorInfo, PoETRegistration, and SubmittedRegistrations message types in smeshing_identities.proto.
  • Updated IdentityStateInfo to include error, poet_url, and submitted_registrations as part of a oneof metadata field.
  • Replaced PoetInfo with PoetConfig and changed PoetInfoResponse to use a repeated string for poets in smeshing_identities.proto.

@kacpersaw kacpersaw requested review from brusherru and poszu November 29, 2024 11:46
repeated PoETRegistration registrations = 1;
}

message WaitForPoetRoundEndState {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it could also include a timestamp of the round end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@kacpersaw kacpersaw merged commit ec90b1a into node-split-poc Nov 29, 2024
1 check passed
@kacpersaw kacpersaw deleted the node-split-poc-identity-state branch November 29, 2024 13:32
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