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

All slices run headerchain and processing state only on specified SLICES from network.env #1048

Merged

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d92c569 View commit details
    Browse the repository at this point in the history
  2. Added guard around append using a timed cache to ensure append cycle …

    …doesn't
    
    process same block twice
    kiltsonfire authored and gameofpointers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    62ac48e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    713d197 View commit details
    Browse the repository at this point in the history
  4. Slices process All the headerchains and state processing is done only…

    … for the
    
    slices that are specified on the startup.
    
    Consensus is achieved only using the POEM check. In case of discordence in the
    doms, signal is passed from the zone to resolve the Dom decision.
    kiltsonfire authored and gameofpointers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6ad1030 View commit details
    Browse the repository at this point in the history
  5. bugfix: added another data path for block request in the case of regi…

    …on doesn't get the broadcast
    
    Added another data path if dom doesnt receive a broadcast, sub will inform them
    gameofpointers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9009086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1faf905 View commit details
    Browse the repository at this point in the history