-
Notifications
You must be signed in to change notification settings - Fork 24
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: 13135 Added PlatformState protobuf representation #349
feat: 13135 Added PlatformState protobuf representation #349
Commits on Jun 11, 2024
-
feat: 13135 Added PlatformState protobuf representation
Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c91db2a - Browse repository at this point
Copy the full SHA c91db2aView commit details -
Update sdk/platform_state.proto
Signed-off-by: Ivan Malygin <[email protected]> Co-authored-by: Joseph Sinclair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cb4e07 - Browse repository at this point
Copy the full SHA 2cb4e07View commit details -
Moved platform_state.proto to platform/state directory.
Updated the documentation according to the guidelines. Moved platform_state.proto to platform/state directory. Updated the documentation according to the guidelines. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47b69d8 - Browse repository at this point
Copy the full SHA 47b69d8View commit details -
Updated type of
lowest_judge_generation_before_birth_round_mode
to ……int64 as it can be negative. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da7a417 - Browse repository at this point
Copy the full SHA da7a417View commit details -
Added platform-specific
AddressBook
.Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ab437a - Browse repository at this point
Copy the full SHA 9ab437aView commit details -
Update platform/state/platform_state.proto
Signed-off-by: Ivan Malygin <[email protected]> Co-authored-by: Joseph Sinclair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3520390 - Browse repository at this point
Copy the full SHA 3520390View commit details -
Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05d145a - Browse repository at this point
Copy the full SHA 05d145aView commit details
Commits on Jun 12, 2024
-
Removed Roster, Address and NodeId as they will be a part of another PR.
Fixed `PlatformState` indices. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 097ac74 - Browse repository at this point
Copy the full SHA 097ac74View commit details -
Update platform/state/platform_state.proto
Signed-off-by: Ivan Malygin <[email protected]> Co-authored-by: Joseph Sinclair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2455e32 - Browse repository at this point
Copy the full SHA 2455e32View commit details -
Added `deprecated` tag amd changed the type of `last_round_before_birth_round_mode` and `lowest_judge_generation_before_birth_round_mode` to `uint64` Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44fa002 - Browse repository at this point
Copy the full SHA 44fa002View commit details
Commits on Jun 13, 2024
-
Update platform/state/platform_state.proto
Signed-off-by: Ivan Malygin <[email protected]> Co-authored-by: Joseph Sinclair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 131b668 - Browse repository at this point
Copy the full SHA 131b668View commit details -
Addressed review comments - removed
SoftwareVersion
message and rep……laced it with `SemanticVersion` Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a331b6 - Browse repository at this point
Copy the full SHA 8a331b6View commit details
Commits on Jun 14, 2024
-
Addressed a review comment - deprecated `last_round_before_birth_roun…
…d_mode` and updated its order. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d554baa - Browse repository at this point
Copy the full SHA d554baaView commit details -
Addressed a review comment - improved description for `minimum_judge_…
…ancient_threshold`. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6c7cea - Browse repository at this point
Copy the full SHA a6c7ceaView commit details -
Addressed a review comment - removed
round
andconsensusTimestamp
…… from `ConsensusSnapshot`, as these fields duplicate fields in `PlatformState` and mean exactly the same thing. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9b5c63 - Browse repository at this point
Copy the full SHA c9b5c63View commit details -
Addressed a review comment - updated comment for
MinimumJudgeInfo
Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbc1e2d - Browse repository at this point
Copy the full SHA cbc1e2dView commit details -
Update platform/state/platform_state.proto
Signed-off-by: Ivan Malygin <[email protected]> Co-authored-by: Joseph Sinclair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f4dd1 - Browse repository at this point
Copy the full SHA f1f4dd1View commit details
Commits on Jun 20, 2024
-
Addressed Lazar's comment - removed
round
fromPlatformState
and ……put it back to `ConsensusSnapshot` Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e00fa8a - Browse repository at this point
Copy the full SHA e00fa8aView commit details -
Addressed Lazar's comment - removed
consensus_timestamp
from `Platf……ormState` and put it back to `ConsensusSnapshot` Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8e1110 - Browse repository at this point
Copy the full SHA b8e1110View commit details -
Improved javadoc for
ConsensusSnapshot.consensus_timestamp
Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 132c25b - Browse repository at this point
Copy the full SHA 132c25bView commit details -
Addressed Cody's comment - moved `PlatformState.first_version_in_birt…
…h_round_mode` to the set of deprecated fields. Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52206e3 - Browse repository at this point
Copy the full SHA 52206e3View commit details
Commits on Jul 1, 2024
-
Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd4b50c - Browse repository at this point
Copy the full SHA dd4b50cView commit details