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

chore: replacing minGenNonAncient data flow with NonAncientEventWindow #10597

Merged
merged 16 commits into from
Dec 29, 2023

Commits on Dec 20, 2023

  1. Adding NonAncientEventWindow

    replaces the `minGenNonAncient` data flow with a wrapping `NonAncientEventWindow`
    
    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f6f6c50 View commit details
    Browse the repository at this point in the history
  2. fixing diagram command

    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8c2dbbe View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/consensus/NonAncientEventWindow.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3903f37 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge branch 'develop' into 10579-NonAncientEventWindow

    # Conflicts:
    #	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/wiring/LinkedEventIntakeWiring.java
    #	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/wiring/diagram-commands.txt
    edward-swirldslabs committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6029b8f View commit details
    Browse the repository at this point in the history
  2. Updating API to use NonAncientEventWindow

    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a106240 View commit details
    Browse the repository at this point in the history
  3. fixing comment

    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d411ae2 View commit details
    Browse the repository at this point in the history
  4. fixing unit test

    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bec38a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge branch 'develop' into 10579-NonAncientEventWindow

    # Conflicts:
    #	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java
    edward-swirldslabs committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    58e4672 View commit details
    Browse the repository at this point in the history
  2. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/consensus/NonAncientEventWindow.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d52a84e View commit details
    Browse the repository at this point in the history
  3. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/consensus/NonAncientEventWindow.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    89daaa2 View commit details
    Browse the repository at this point in the history
  4. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/consensus/NonAncientEventWindow.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    613469a View commit details
    Browse the repository at this point in the history
  5. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/consensus/NonAncientEventWindow.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3254019 View commit details
    Browse the repository at this point in the history
  6. Update platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/p…

    …latform/event/creation/tipset/TipsetTracker.java
    
    Co-authored-by: Cody Littley <56973212+cody-littley@users.noreply.github.com>
    Signed-off-by: Edward Wertz <123979964+edward-swirldslabs@users.noreply.github.com>
    edward-swirldslabs and cody-littley authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e97eb03 View commit details
    Browse the repository at this point in the history
  7. Merge branch '10579-NonAncientEventWindow' of github.com:hashgraph/he…

    …dera-services into 10579-NonAncientEventWindow
    edward-swirldslabs committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    af1ae0d View commit details
    Browse the repository at this point in the history
  8. fixing merge conflict

    Signed-off-by: Edward Wertz <edward@swirldslabs.com>
    edward-swirldslabs committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9d43e8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    566ba7d View commit details
    Browse the repository at this point in the history