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

feat: 13135 Added PlatformState protobuf representation #349

Merged
merged 22 commits into from
Jul 3, 2024

Commits on Jun 11, 2024

  1. feat: 13135 Added PlatformState protobuf representation

    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c91db2a View commit details
    Browse the repository at this point in the history
  2. Update sdk/platform_state.proto

    Signed-off-by: Ivan Malygin <[email protected]>
    Co-authored-by: Joseph Sinclair <[email protected]>
    imalygin and jsync-swirlds committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2cb4e07 View commit details
    Browse the repository at this point in the history
  3. 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]>
    imalygin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    47b69d8 View commit details
    Browse the repository at this point in the history
  4. Updated type of lowest_judge_generation_before_birth_round_mode to …

    …int64 as it can be negative.
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    da7a417 View commit details
    Browse the repository at this point in the history
  5. Added platform-specific AddressBook.

    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ab437a View commit details
    Browse the repository at this point in the history
  6. Update platform/state/platform_state.proto

    Signed-off-by: Ivan Malygin <[email protected]>
    Co-authored-by: Joseph Sinclair <[email protected]>
    imalygin and jsync-swirlds committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3520390 View commit details
    Browse the repository at this point in the history
  7. Addressed review comments.

    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    05d145a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Removed Roster, Address and NodeId as they will be a part of another PR.

    Fixed `PlatformState` indices.
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    097ac74 View commit details
    Browse the repository at this point in the history
  2. Update platform/state/platform_state.proto

    Signed-off-by: Ivan Malygin <[email protected]>
    Co-authored-by: Joseph Sinclair <[email protected]>
    imalygin and jsync-swirlds committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2455e32 View commit details
    Browse the repository at this point in the history
  3. Addressed review comments:

    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]>
    imalygin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    44fa002 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update platform/state/platform_state.proto

    Signed-off-by: Ivan Malygin <[email protected]>
    Co-authored-by: Joseph Sinclair <[email protected]>
    imalygin and jsync-swirlds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    131b668 View commit details
    Browse the repository at this point in the history
  2. Addressed review comments - removed SoftwareVersion message and rep…

    …laced it with `SemanticVersion`
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8a331b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Addressed a review comment - deprecated `last_round_before_birth_roun…

    …d_mode` and updated its order.
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d554baa View commit details
    Browse the repository at this point in the history
  2. Addressed a review comment - improved description for `minimum_judge_…

    …ancient_threshold`.
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a6c7cea View commit details
    Browse the repository at this point in the history
  3. Addressed a review comment - removed round and consensusTimestamp

    … from `ConsensusSnapshot`, as these fields duplicate fields in `PlatformState` and mean exactly the same thing.
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c9b5c63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbc1e2d View commit details
    Browse the repository at this point in the history
  5. Update platform/state/platform_state.proto

    Signed-off-by: Ivan Malygin <[email protected]>
    Co-authored-by: Joseph Sinclair <[email protected]>
    imalygin and jsync-swirlds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f1f4dd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Addressed Lazar's comment - removed round from PlatformState and …

    …put it back to `ConsensusSnapshot`
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e00fa8a View commit details
    Browse the repository at this point in the history
  2. Addressed Lazar's comment - removed consensus_timestamp from `Platf…

    …ormState` and put it back to `ConsensusSnapshot`
    
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b8e1110 View commit details
    Browse the repository at this point in the history
  3. Improved javadoc for ConsensusSnapshot.consensus_timestamp

    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    132c25b View commit details
    Browse the repository at this point in the history
  4. 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]>
    imalygin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    52206e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fixed HTML tags.

    Co-authored-by: Joseph S. <[email protected]>
    Signed-off-by: Ivan Malygin <[email protected]>
    imalygin and jsync-swirlds committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dd4b50c View commit details
    Browse the repository at this point in the history